chiark
/
gitweb
/
~mdw
/
hippotat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a571ef2
)
rules: introduce $i
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 9 Apr 2017 15:09:13 +0000
(16:09 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 9 Apr 2017 15:09:13 +0000
(16:09 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/rules
patch
|
blob
|
blame
|
history
diff --git
a/debian/rules
b/debian/rules
index 17bbf5e9232348187941c673eea61a2a866fe563..d23107cbe2eaca54e812bbbdaacb6cb8e5853cd2 100755
(executable)
--- 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