changeset 627:7148cc2b35bf

Strip plugin binaries
author Chris Cannam
date Thu, 10 Oct 2019 14:12:16 +0100
parents fdcb31f2b559
children c4a25a5e1745
files deploy/linux/fix-lintian-bits.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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