X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Frules;h=d23107cbe2eaca54e812bbbdaacb6cb8e5853cd2;hb=708eda31e6d8c6fd0555a10eb3c9ef7cfebdd458;hp=97072131a49b20eaee11fa4ebc8f4c5c6ad8c693;hpb=f11f140b51724bddc1a20c66680d657a4ec6ef96;p=hippotat.git diff --git a/debian/rules b/debian/rules index 9707213..d23107c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,17 @@ #!/usr/bin/make -f +SHELL=/bin/bash + export PYBUILD_INSTALL_DIR=/usr/share/hippotat/python3 %: dh $@ --with python3 --buildsystem=pybuild +i=debian/hippotat + debian/copyright: COPYING AGPLv3+CAFv2 cat $^ >$@.tmp && mv -f $@.tmp $@ + +override_dh_compress: + find $i/usr/{bin,sbin} -type f | xargs ./subst-sys-path + dh_compress