[strip-nondeterminism] 01/03: debian/rules: No need for -make hack as we'll have Makefile during package build.

Chris Lamb chris at chris-lamb.co.uk
Sun Sep 4 22:30:44 UTC 2016


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

lamby pushed a commit to branch debian
in repository strip-nondeterminism.

commit 72d70fcd7a088ca0f97d4a9f67e2e42c0c1505ff
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Sep 4 23:29:39 2016 +0100

    debian/rules: No need for -make hack as we'll have Makefile during package build.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 88d5315..cb1c853 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 override_dh_auto_test:
-	cover -test -make 'prove -v -Ilib; return $?;' -ignore_re '^t/'
+	cover -test -ignore_re '^t/'
 
 %:
 	dh $@

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



More information about the Reproducible-commits mailing list