[libnet-ldns-perl] 01/07: Honour DEB_BUILD_OPTIONS=nocheck in debian/rules.

gregor herrmann gregoa at debian.org
Thu Feb 15 19:10:38 UTC 2018


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

gregoa pushed a commit to branch master
in repository libnet-ldns-perl.

commit b2dba46e3ed5319dbbaa9496dc41ace24024bacb
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 15 20:02:57 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 830a824..686addd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,6 @@
 	dh $@
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	-make -j1 test TEST_VERBOSE=1
+endif

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



More information about the Pkg-perl-cvs-commits mailing list