[libpoe-component-irc-perl] 02/09: Turn off DNS queries during build.

gregor herrmann gregoa at debian.org
Tue Aug 1 20:04:34 UTC 2017


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

gregoa pushed a commit to branch master
in repository libpoe-component-irc-perl.

commit c997759c68cb963c8fce3ea0ed5c8449ba7cf31a
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 1 15:57:39 2017 -0400

    Turn off DNS queries during build.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 26907b2..dc973ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ override_dh_auto_test:
 	# I'm not sure if this is needed; netbase is in B-D-I so localhost
 	# should be available -- jawnsy (Jonathan Yu)
 	perl -MNet::Ping -e 'exit (Net::Ping->new()->ping("127.0.0.1", 1));' \
-		|| dh_auto_test
+		|| RES_OPTIONS=attempts:0 dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-component-irc-perl.git



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