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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
