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

gregoa pushed a commit to branch master
in repository libextutils-autoinstall-perl.

commit c81adb3e38211178e356c7d8f001a560afaa1bf0
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Feb 15 19:59:54 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 952c4d5..91e128b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ override_dh_clean:
        rm -rf $(BUILDHOME)
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        mkdir -p $(BUILDHOME)
 
        # workaround for #752930
@@ -24,3 +25,4 @@ override_dh_auto_test:
        HOME=$(BUILDHOME) perl -MCPAN -e '$$CPAN::Config = {"install_help" => 
q[manual], "urllist" => [q[http://www.cpan.org/]]}; CPAN::Shell->mkmyconfig;'
 
        HOME=$(BUILDHOME) dh_auto_test
+endif

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

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

Reply via email to