r31858 - in /trunk/libpoe-component-client-http-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 10 17:32:37 UTC 2009


Author: gregoa
Date: Tue Mar 10 17:32:34 2009
New Revision: 31858

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31858
Log:
debian/rules: unset http_proxy and friends, otherwise the tests can fail.

Modified:
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/rules

Modified: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/changelog?rev=31858&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Tue Mar 10 17:32:34 2009
@@ -1,8 +1,4 @@
 libpoe-component-client-http-perl (0.88-1) UNRELEASED; urgency=low
-
-  *** NOTE: on hold until libtest-poe-server-tcp is uploaded,
-  see ITP 516446, the test failures seen in the previous versions
-  are now gone
 
   [ Antonio Radici ]
   * New upstream release
@@ -39,6 +35,7 @@
   * debian/control: Added: ${misc:Depends} to Depends: field.
   * Bump versioned (build) dependency on libpoe-component-client-keepalive-perl
     to >= 0.25.
+  * debian/rules: unset http_proxy and friends, otherwise the tests can fail.
 
  -- Antonio Radici <antonio at dyne.org>  Sat, 21 Feb 2009 13:46:01 +0000
 

Modified: trunk/libpoe-component-client-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/rules?rev=31858&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/rules (original)
+++ trunk/libpoe-component-client-http-perl/debian/rules Tue Mar 10 17:32:34 2009
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	http_proxy= HTTP_PROXY= CGI_HTTP_PROXY= dh build
 	touch $@
 
 clean:




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