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

gregoa pushed a commit to branch master
in repository libparse-recdescent-perl.

commit 865565a9dac21925b58419c2c2e381a31600fc25
Author: gregor herrmann <[email protected]>
Date:   Thu Feb 15 20:11:22 2018 +0100

    Honour DEB_BUILD_OPTIONS=nocheck in debian/rules.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 71acaa7..caa30a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,5 +15,7 @@ override_dh_fixperms:
        chmod -x $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        dh_auto_test
        perl -Iblib/lib $(CURDIR)/debian/test-arg-alternation.pl
+endif

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libparse-recdescent-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to