From: Ian Jackson Date: Sun, 9 Apr 2017 15:09:13 +0000 (+0100) Subject: rules: introduce $i X-Git-Tag: hippotat/1.0.0~55^2~61 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=commitdiff_plain;h=dd8fb46e1a70de5a3fa53434537025395d31764b;hp=a571ef2d5e5929225f8874a9e3f819c43d21b534 rules: introduce $i Signed-off-by: Ian Jackson --- diff --git a/debian/rules b/debian/rules index 17bbf5e..d23107c 100755 --- a/debian/rules +++ b/debian/rules @@ -7,9 +7,11 @@ export PYBUILD_INSTALL_DIR=/usr/share/hippotat/python3 %: dh $@ --with python3 --buildsystem=pybuild +i=debian/hippotat + debian/copyright: COPYING AGPLv3+CAFv2 cat $^ >$@.tmp && mv -f $@.tmp $@ override_dh_compress: - find debian/hippotat/usr/{bin,sbin} -type f | xargs ./subst-sys-path + find $i/usr/{bin,sbin} -type f | xargs ./subst-sys-path dh_compress