r29732 - in /trunk/libwww-mechanize-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 17 00:40:12 UTC 2009


Author: gregoa
Date: Sat Jan 17 00:40:09 2009
New Revision: 29732

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29732
Log:
debian/rules: unset http_proxy and friends for running the test suite,
otherwise t/cookies.t fails if the variables are set in the environment.

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

Modified: trunk/libwww-mechanize-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/debian/changelog?rev=29732&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-perl/debian/changelog Sat Jan 17 00:40:09 2009
@@ -12,6 +12,8 @@
  
   [ gregor herrmann ]
   * debian/watch: extended regexp for matching upstream releases.
+  * debian/rules: unset http_proxy and friends for running the test suite,
+    otherwise t/cookies.t fails if the variables are set in the environment.
 
  -- Rene Mayorga <rmayorga at debian.org.sv>  Fri, 16 Jan 2009 17:18:32 -0600
 

Modified: trunk/libwww-mechanize-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/debian/rules?rev=29732&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/rules (original)
+++ trunk/libwww-mechanize-perl/debian/rules Sat Jan 17 00:40:09 2009
@@ -5,7 +5,7 @@
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh build --before test
-	NOINTERNET=1 $(MAKE) test
+	http_proxy= HTTP_PROXY= CGI_HTTP_PROXY= NOINTERNET=1 $(MAKE) test
 	dh build --after test
 	touch $@
 




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