[SCM] Debian packaging of libnet-nslookup-perl branch, master, updated. upstream/2.00-20-g5478abc

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Wed Aug 17 21:01:09 UTC 2011


The following commit has been merged in the master branch:
commit 0b12c87bb6e8e85929ef02b8adbb4d94b4c0a3da
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Wed Aug 17 16:57:40 2011 -0400

    Don't run tests when not the maintainer, as they require internet access.

diff --git a/debian/rules b/debian/rules
index 2d33f6a..ebcee32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,9 @@
 
 %:
 	dh $@
+override_dh_auto_test:
+    # tests need internet access
+    # only run them when MAINTAINER is set
+    ifneq ($(strip $(MAINTAINER)),)
+        dh_auto_test
+    endif

-- 
Debian packaging of libnet-nslookup-perl



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