[diffoscope] 03/05: d/rules: simplify.

Mattia Rizzolo mattia at debian.org
Wed Feb 28 22:31:20 CET 2018


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository diffoscope.

commit 8fdd327faffdaf87074f658ba917006b54a99341
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Feb 28 21:12:57 2018 +0100

    d/rules: simplify.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index 235da62..dc1482d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,9 @@ debian/diffoscope.bash-completion:
 	register-python-argcomplete diffoscope > $@
 
 override_dh_auto_build: debian/diffoscope.bash-completion
+	@# Let's avoid plonking everything in the "DOS/MBR" category, this is really not
+	@# a sustainable filetype testing solution (e.g. c051ba9d and c1442405).
+	! grep 'DOS/MBR' -R diffoscope
 	dh_auto_build -O--buildsystem=pybuild
 	dh_auto_build -O--buildsystem=makefile -Ddoc
 
@@ -48,15 +51,6 @@ override_dh_auto_clean:
 	dh_auto_clean -O--buildsystem=pybuild
 	dh_auto_clean -O--buildsystem=makefile -Ddoc
 
-override_dh_auto_test:
-# Let's avoid plonking everything in the "DOS/MBR" category, this is really not
-# a sustainable filetype testing solution (e.g. c051ba9d and c1442405).
-	! grep 'DOS/MBR' -R diffoscope
-	dh_auto_test -O--buildsystem=pybuild
-
-override_dh_installman:
-	dh_installman -O--buildsystem=pybuild
-
 override_dh_python3:
 	dh_python3 -p diffoscope \
 		--depends=distro \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list