[libnet-freedb-perl] 13/14: debian/rules: set HAVE_INTERNET to 0

Florian Schlichting fsfs at moszumanska.debian.org
Tue Dec 1 21:26:41 UTC 2015


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

fsfs pushed a commit to branch master
in repository libnet-freedb-perl.

commit 90f6243f5a18266330ae6db1962b0b64d95c56f5
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Dec 1 22:23:31 2015 +0100

    debian/rules: set HAVE_INTERNET to 0
---
 debian/rules | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index a13b228..1453dda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
 	dh $@
 
 override_dh_auto_test:
-	# tests fail without internet access
-	# set NO_NETWORK to 0 for manual builds
-	# (and put a CD-RON into /dev/cdrom for the second part of the test suite)
-	NO_NETWORK=1 dh_auto_test
+	# to run full test suite, set HAVE_INTERNET to 1
+	# and put a CD-ROM into /dev/cdrom
+	HAVE_INTERNET=0 dh_auto_test

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



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