[diffoscope] 02/02: Add dependencies for argument completion
Reiner Herrmann
reiner at reiner-h.de
Mon Jun 20 23:44:28 CEST 2016
This is an automated email from the git hooks/post-receive script.
deki-guest pushed a commit to branch master
in repository diffoscope.
commit 77dfd8d3e5e2e5d8ba31e606ef36cbd8f2315743
Author: Satyam Zode <satyamzode at gmail.com>
Date: Sun Jun 19 15:14:42 2016 +0530
Add dependencies for argument completion
Add new rules for bash-completion script.
Add new file debian/clean.
---
debian/clean | 2 ++
debian/control | 2 ++
debian/rules | 13 +++++++------
3 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..81040f5
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+debian/diffoscope.1
+debian/diffoscope.bash-completion
diff --git a/debian/control b/debian/control
index 19619d7..b24fbef 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,11 @@ Uploaders:
Mattia Rizzolo <mattia at debian.org>,
Reiner Herrmann <reiner at reiner-h.de>,
Build-Depends:
+ bash-completion,
binutils-multiarch,
debhelper (>= 9),
dh-python,
+ python-argcomplete,
python3-all,
python3-debian,
python3-docutils,
diff --git a/debian/rules b/debian/rules
index b15a73b..490da8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,10 @@ ifneq ($(VERSION_dch),$(VERSION_py))
endif
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --with python3 --with bash-completion --buildsystem=pybuild
override_dh_python3:
- dh_python3 --recommends=python-debian --recommends=rpm-python --recommends=tlsh --recommends=guestfs
+ 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 | \
@@ -23,13 +23,14 @@ override_dh_gencontrol:
debian/diffoscope.1: debian/diffoscope.1.rst
rst2man $< $@
+debian/diffoscope.bash-completion:
+ register-python-argcomplete diffoscope > $@
+
+override_dh_auto_build: debian/diffoscope.bash-completion debian/diffoscope.1
+
override_dh_installman: debian/diffoscope.1
dh_installman -O--buildsystem=pybuild
-override_dh_clean:
- rm -f debian/diffoscope.1
- dh_clean -O--buildsystem=pybuild
-
diffoscope/presenters/icon.py: favicon.png
(echo '# Generated from favicon.png'; \
echo 'FAVICON_BASE64 = """'; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list