375d0576f9c574f34830d4c475577242db86d280
[hippotat] / debian / rules
1 #!/usr/bin/make -f
2
3 SHELL=/bin/bash
4
5 export PYBUILD_INSTALL_DIR=/usr/share/hippotat/python3
6
7 %:
8 dh $@ --with python3 --buildsystem=pybuild
9
10 i=debian/hippotat
11
12 debian/copyright: COPYING AGPLv3+CAFv2
13 cat $^ >$@.tmp && mv -f $@.tmp $@
14
15 override_dh_installinit:
16 dh_installinit --name=hippotatd
17
18 override_dh_compress:
19 find $i/usr/{bin,sbin} -type f | xargs ./subst-sys-path
20 dh_compress