This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libsoap-lite-perl.
commit 825d517dcaf6ce6671900254d3281445950865f0 Author: gregor herrmann <[email protected]> Date: Wed Sep 13 19:37:09 2017 +0200 Disable DNS queries during tests. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 4335fb1..6318ff8 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,9 @@ SCRIPTS = SOAPsh stubmaker %: dh $@ +override_dh_auto_test: + RES_OPTIONS=attempts:0 dh_auto_test + override_dh_auto_install: dh_auto_install # fix extension, hashbang, and script names -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsoap-lite-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
