[Git][reproducible-builds/diffoscope][master] Move build-dependency on python-argcomplete to the Python 3.x version to...
Chris Lamb
gitlab at salsa.debian.org
Wed Oct 23 10:01:11 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
2280df55 by Chris Lamb at 2019-10-23T09:45:12Z
Move build-dependency on python-argcomplete to the Python 3.x version to facilitate Python 2.x removal. (Closes: #942967)
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -55,8 +55,8 @@ Build-Depends:
pgpdump <!nocheck>,
poppler-utils <!nocheck>,
procyon-decompiler <!nocheck>,
- python-argcomplete,
python3-all,
+ python3-argcomplete,
python3-binwalk <!nocheck>,
python3-debian <!nocheck>,
python3-distro <!nocheck>,
=====================================
debian/rules
=====================================
@@ -37,7 +37,7 @@ doc/%.1:
$(MAKE) -C doc $*.1
debian/diffoscope.bash-completion:
- register-python-argcomplete diffoscope > $@
+ register-python-argcomplete3 diffoscope > $@
override_dh_auto_build: debian/diffoscope.bash-completion
dh_auto_build -O--buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/2280df550bd7b2eb9fa8e2af380ed9c2ba47ea0f
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/2280df550bd7b2eb9fa8e2af380ed9c2ba47ea0f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20191023/c2b931be/attachment.htm>
More information about the rb-commits
mailing list