X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=62d84cfccfdc115b37bdda682985667e2c980c76;hb=6444170853205dadd8862ae79a86e99d83d58a85;hp=3cf0afa9387b0364dd1ea999ed07b5f386057a46;hpb=baf561ddf88e9b6f016bdd76e9757cb161ed1d71;p=chiark-utils.git diff --git a/debian/rules b/debian/rules index 3cf0afa..62d84cf 100755 --- a/debian/rules +++ b/debian/rules @@ -102,6 +102,7 @@ binary-one: cp debian/$p/$$f $t/$p/DEBIAN/$$f; \ chmod u=rwX,go=rX $t/$p/DEBIAN/$$f; \ done + dh_link -p$p -Pdebian/tmp/$p dpkg-gencontrol -isp -p$p -P$t/$p -Tdebian/sv-$p chown -R root.root debian/tmp chmod -R g-ws debian/tmp @@ -122,7 +123,7 @@ binary-arch: checkroot build binary-prep $t/chiark-really/usr/sbin/* set -e; for f in $t/chiark-utils-bin/usr/bin/*; do \ case "$$f" in \ - */xacpi-simple) d=Suggests ;; \ + */xbatmon-simple) d=Suggests ;; \ */watershed|*/summer) d=Recommends ;; \ *) d=Depends ;; \ esac; \