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