[diffoscope] 01/01: Let's avoid plonking everything in the "DOS/MBR" category

Ximin Luo infinity0 at debian.org
Mon Jul 24 16:20:09 CEST 2017


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

infinity0 pushed a commit to branch master
in repository diffoscope.

commit 40ea27b1322e8b0f7b870a94ffc0bd10b1537e75
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Jul 24 16:20:05 2017 +0200

    Let's avoid plonking everything in the "DOS/MBR" category
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 8ae3614..0d88596 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,12 @@ debian/diffoscope.bash-completion:
 override_dh_auto_build: debian/diffoscope.bash-completion $(MANPAGES)
 	dh_auto_build -O--buildsystem=pybuild
 
+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
+
 override_dh_installman: $(MANPAGES)
 	dh_installman -O--buildsystem=pybuild
 

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


More information about the diffoscope mailing list