packaging fixes - really now it installs on xenophobe
[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 9
dd8fb46e
IJ
10i=debian/hippotat
11
f11f140b
IJ
12debian/copyright: COPYING AGPLv3+CAFv2
13 cat $^ >$@.tmp && mv -f $@.tmp $@
a571ef2d 14
e7f20f23
IJ
15override_dh_installinit:
16 dh_installinit --name=hippotatd
17
a571ef2d 18override_dh_compress:
dd8fb46e 19 find $i/usr/{bin,sbin} -type f | xargs ./subst-sys-path
a571ef2d 20 dh_compress