X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=debian%2Frules;h=86fb5b4b4edb2469ea04b01524e664b315b4418f;hp=30a80f09fb3ef9defb7bb96c8ecd902e9141f45d;hb=3794a4f892e5a1807c65dee0486b987b0dd138b3;hpb=3132b6c3eebf3f16d43c2189fc9be5e52a6b2018 diff --git a/debian/rules b/debian/rules index 30a80f0..86fb5b4 100755 --- a/debian/rules +++ b/debian/rules @@ -114,7 +114,8 @@ binary-arch: checkroot build binary-prep dpkg-shlibdeps -Tdebian/sv-chiark-really \ $t/chiark-really/usr/sbin/* dpkg-shlibdeps -Tdebian/sv-chiark-utils-bin \ - $t/chiark-utils-bin/usr/bin/* + $t/chiark-utils-bin/usr/bin/[^x]* \ + -dSuggests $t/chiark-utils-bin/usr/bin/x* set -e; for p in $(packages_arch); \ do debian/rules binary-one p=$$p; done