[diffoscope] 01/01: debian/rules: Make separate calls to dh_python3 for diffoscope and trydiffoscope to avoid both getting the same Recommends substvar.
Chris Lamb
chris at chris-lamb.co.uk
Sun Aug 14 15:51:32 CEST 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 9927034121f8dfa3b16f866a1d2e6fef237c147d
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 14 14:43:55 2016 +0100
debian/rules: Make separate calls to dh_python3 for diffoscope and trydiffoscope to avoid both getting the same Recommends substvar.
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d05e5e9..6c786f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,8 @@ export PYBUILD_TEST_ARGS = -v -r sxX
dh $@ --with python3 --with bash-completion --buildsystem=pybuild
override_dh_python3:
- dh_python3 \
+ dh_python3 -p trydiffoscope
+ dh_python3 -p diffoscope \
--recommends=python-debian \
--recommends=rpm-python \
--recommends=tlsh \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list