Fix up sys.path in scripts
[hippotat] / debian / rules
CommitLineData
c295a9c0
IJ
1#!/usr/bin/make -f
2
a571ef2d
IJ
3SHELL=/bin/bash
4
c295a9c0
IJ
5export PYBUILD_INSTALL_DIR=/usr/share/hippotat/python3
6
7%:
8 dh $@ --with python3 --buildsystem=pybuild
f11f140b
IJ
9
10debian/copyright: COPYING AGPLv3+CAFv2
11 cat $^ >$@.tmp && mv -f $@.tmp $@
a571ef2d
IJ
12
13override_dh_compress:
14 find debian/hippotat/usr/{bin,sbin} -type f | xargs ./subst-sys-path
15 dh_compress