[libio-socket-ssl-perl] 04/05: Actually need to override dh_auto_configure to skip network tests

Salvatore Bonaccorso carnil at debian.org
Fri Oct 17 06:52:57 UTC 2014


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

carnil pushed a commit to branch master
in repository libio-socket-ssl-perl.

commit 741ce453eaffbcf8c3af6460713bac3094db5bad
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Oct 17 08:04:32 2014 +0200

    Actually need to override dh_auto_configure to skip network tests
    
    Git-Dch: Ignore
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index daf8c42..8a1d85f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,5 @@
 %:
 	dh $@
 
-override_dh_auto_test:
-	NO_NETWORK_TESTING=1 dh_auto_test
+override_dh_auto_configure:
+	NO_NETWORK_TESTING=1 dh_auto_configure

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-socket-ssl-perl.git



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