[liburi-perl] 06/09: Disable DNS queries during build.

gregor herrmann gregoa at debian.org
Fri Jan 12 17:11:38 UTC 2018


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

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

commit 9cb2c4da195338b0e7ab3bf7941c6163b32d59f6
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 12 18:09:28 2018 +0100

    Disable DNS queries during build.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..e099c62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_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/liburi-perl.git



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