[diffoscope] 01/05: Reflow long dh_python3 call in debian/rules.
Chris Lamb
chris at chris-lamb.co.uk
Sat Aug 13 21:02:22 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 035b8417c9df0573fe6d729a0dedccebcacb1c82
Author: Chris Lamb <lamby at debian.org>
Date: Sat Aug 13 19:52:19 2016 +0100
Reflow long dh_python3 call in debian/rules.
---
debian/rules | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3c2e489..2b58a4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,12 @@ export PYBUILD_TEST_ARGS = -v -r sxX
dh $@ --with python3 --with bash-completion --buildsystem=pybuild
override_dh_python3:
- dh_python3 --recommends=python-debian --recommends=rpm-python --recommends=tlsh --recommends=guestfs --recommends=argcomplete
+ dh_python3 \
+ --recommends=python-debian \
+ --recommends=rpm-python \
+ --recommends=tlsh \
+ --recommends=guestfs \
+ --recommends=argcomplete
override_dh_gencontrol:
TOOLS="$$(bin/diffoscope --list-tools=debian | tail -n 1 | \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list