[diffoscope] 04/04: debian/rules: Reorder targets to approximately match runtime ordering.
Chris Lamb
chris at chris-lamb.co.uk
Mon Apr 3 10:33:34 CEST 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch experimental
in repository diffoscope.
commit 17f0411b56b0c98f1f8fb62411ef750c523984f3
Author: Chris Lamb <lamby at debian.org>
Date: Mon Apr 3 10:26:51 2017 +0200
debian/rules: Reorder targets to approximately match runtime ordering.
---
debian/rules | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/debian/rules b/debian/rules
index d43e598..29514f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,18 @@ export PYBUILD_AFTER_INSTALL = rm -rvf '{destdir}/{install_dir}/htmlcov' '{destd
%:
dh $@ --with python3 --with bash-completion --buildsystem=pybuild
+debian/%.1: debian/%.1.rst
+ rst2man $< $@
+
+debian/diffoscope.bash-completion:
+ register-python-argcomplete diffoscope > $@
+
+override_dh_auto_build: debian/diffoscope.bash-completion $(MANPAGES)
+ dh_auto_build -O--buildsystem=pybuild
+
+override_dh_installman: $(MANPAGES)
+ dh_installman -O--buildsystem=pybuild
+
override_dh_python3:
dh_python3 -p diffoscope \
--recommends=python-debian \
@@ -41,18 +53,6 @@ override_dh_gencontrol:
bin/diffoscope --list-debian-substvars >> debian/diffoscope.substvars
dh_gencontrol -O--buildsystem=pybuild
-debian/%.1: debian/%.1.rst
- rst2man $< $@
-
-debian/diffoscope.bash-completion:
- register-python-argcomplete diffoscope > $@
-
-override_dh_auto_build: debian/diffoscope.bash-completion $(MANPAGES)
- dh_auto_build -O--buildsystem=pybuild
-
-override_dh_installman: $(MANPAGES)
- dh_installman -O--buildsystem=pybuild
-
diffoscope/presenters/icon.py: favicon.png
(echo '# Generated from $@'; \
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