# HG changeset patch # User Chris Cannam # Date 1570713136 -3600 # Node ID 7148cc2b35bffbed882a4bfcbe4929b0d15f1855 # Parent fdcb31f2b559c9178b9f3473ea8b4d1c3f7cdb4a Strip plugin binaries diff -r fdcb31f2b559 -r 7148cc2b35bf deploy/linux/fix-lintian-bits.sh --- a/deploy/linux/fix-lintian-bits.sh Thu Oct 10 13:45:24 2019 +0100 +++ b/deploy/linux/fix-lintian-bits.sh Thu Oct 10 14:12:16 2019 +0100 @@ -7,6 +7,7 @@ set -eu strip "$dir"/usr/bin/* +strip "$dir"/usr/lib/*/* sz=`du -sx --exclude DEBIAN "$dir" | awk '{ print $1; }'` perl -i -p -e "s/Installed-Size: .*/Installed-Size: $sz/" "$dir"/DEBIAN/control