r38664 - in /trunk/libwww-mechanize-shell-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 25 21:39:19 UTC 2009


Author: gregoa
Date: Thu Jun 25 21:39:13 2009
New Revision: 38664

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38664
Log:
unset http_proxy for test suite

Modified:
    trunk/libwww-mechanize-shell-perl/debian/changelog
    trunk/libwww-mechanize-shell-perl/debian/rules

Modified: trunk/libwww-mechanize-shell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/changelog?rev=38664&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-shell-perl/debian/changelog Thu Jun 25 21:39:13 2009
@@ -7,6 +7,7 @@
   * debian/rules:
     - use the tiny template
     - skip test that needs network access (closes: #534016)
+    - unset http_proxy for test suite
   * Set Standards-Version to 3.8.2 (no changes).
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:38:05 +0000

Modified: trunk/libwww-mechanize-shell-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/rules?rev=38664&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/rules (original)
+++ trunk/libwww-mechanize-shell-perl/debian/rules Thu Jun 25 21:39:13 2009
@@ -6,4 +6,4 @@
 	dh --with quilt $@
 
 override_dh_auto_test:
-	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
+	http_proxy= dh_auto_test -- TEST_FILES="$(TEST_FILES)"




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