chiark / gitweb /
Fix up sys.path in scripts
[hippotat.git] / 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 debian/copyright: COPYING AGPLv3+CAFv2
11         cat $^ >$@.tmp && mv -f $@.tmp $@
12
13 override_dh_compress:
14         find debian/hippotat/usr/{bin,sbin} -type f | xargs ./subst-sys-path
15         dh_compress