[libnet-tclink-perl] 03/05: add support for DEB_BUILD_OPTIONS=nocheck
gregor herrmann
gregoa at debian.org
Tue Aug 18 18:45:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libnet-tclink-perl.
commit bdb43b3f18aa8c0076442dcb16370ed3128bf262
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Aug 18 20:40:59 2015 +0200
add support for DEB_BUILD_OPTIONS=nocheck
otherwise, when it's set, we not only violate policy but the package also
FTBFS
Gbp-Dch: Ignore
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 49c383f..d5603d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,6 @@ override_dh_auto_configure:
dh_auto_configure -- INSTALLDIRS=vendor
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
prove -v -f -p --exec="env DH_VERBOSE=1 dh_auto_test" test.pl
+endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-tclink-perl.git
More information about the Pkg-perl-cvs-commits
mailing list