X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Frules;h=7ac91e218d491536c56eb651c445001d5c09e5bc;hb=8792b03f1151e481b144a257c58bfc8efa7aaf8a;hp=39826a257e786f72ce9024a14265542d5ed782b3;hpb=c1372c51e9a43de7cb4669458dfdf9b036ae60d8;p=chiark-utils.git diff --git a/debian/rules b/debian/rules index 39826a2..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 \ @@ -124,12 +125,12 @@ binary-arch: checkroot build binary-prep a="$$a -d$$d $$f"; \ done; set -x; \ dpkg-shlibdeps -Tdebian/sv-chiark-utils-bin $$a - perl -i~ -pe ' \ - next unless m/^shlibs:/; \ - s/$$/,/; s/=/=, /; \ - s/, libgmp3(?:c2)?,/, libgmp3 | libgmp3c2,/; \ - s/=, /=/; s/,$$//; \ - ' debian/sv-*[!~] + perl -i~ -pe ' '\ + -e' next unless m/^shlibs:/; '\ + -e' s/$$/,/; s/=/=, /; '\ + -e' s/, libgmp3(?:c2)?,/, libgmp3 | libgmp3c2,/; '\ + -e' s/=, /=/; s/,$$//; '\ + debian/sv-*[!~] set -e; for p in $(packages_arch); \ do debian/rules binary-one p=$$p; done