X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Frules;h=7ac91e218d491536c56eb651c445001d5c09e5bc;hb=37e52bdb96b9730add76a3183a0fd0f6bbd6acf7;hp=71c4f17f3bc6bb6d36269b001c879ce72cbe2566;hpb=bb1e2d531e5430fa51f19fba6f8e04375c19bfb9;p=chiark-utils.git diff --git a/debian/rules b/debian/rules index 71c4f17..7ac91e2 100755 --- a/debian/rules +++ b/debian/rules @@ -76,7 +76,6 @@ binary-prep: install -d $t/chiark-really/usr/share/man/man8 cd $t/chiark-utils-bin/usr/sbin && \ mv really $t/chiark-really/usr/sbin/ - strip --strip-unneeded --remove-section .note --remove-section .comment $t/chiark-really/usr/sbin/really cd $t/chiark-utils-bin/usr/share/man/man8 && \ mv really.8 $t/chiark-really/usr/share/man/man8/ rm $t/chiark-utils-bin/usr/sbin/trivsoundd \ @@ -111,6 +110,8 @@ binary-indep: checkroot build binary-prep binary-arch: checkroot build binary-prep $(checkdir) + set -ex; for p in chiark-really chiark-utils-bin chiark-rwbuffer; do \ + dh_strip -p$$p -Pdebian/tmp/$$p; done dpkg-shlibdeps -Tdebian/sv-chiark-rwbuffer \ $t/chiark-rwbuffer/usr/bin/* dpkg-shlibdeps -Tdebian/sv-chiark-really \