X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/a571ef2d5e5929225f8874a9e3f819c43d21b534..e7f20f23664234d4a36c4af12439195fc36181b6:/debian/rules diff --git a/debian/rules b/debian/rules index 17bbf5e..375d057 100755 --- a/debian/rules +++ b/debian/rules @@ -7,9 +7,14 @@ 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_installinit: + dh_installinit --name=hippotatd + override_dh_compress: - find debian/hippotat/usr/{bin,sbin} -type f | xargs ./subst-sys-path + find $i/usr/{bin,sbin} -type f | xargs ./subst-sys-path dh_compress