r65755 - in /trunk/libcgi-application-extra-plugin-bundle-perl/debian: changelog make-module.sh

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Dec 11 17:24:53 UTC 2010


Author: gregoa
Date: Sat Dec 11 17:24:20 2010
New Revision: 65755

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65755
Log:
Unset http_proxy for tests.

Modified:
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/make-module.sh

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog?rev=65755&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog Sat Dec 11 17:24:20 2010
@@ -1,7 +1,11 @@
 libcgi-application-extra-plugin-bundle-perl (0.3) UNRELEASED; urgency=low
 
+  [ Nicholas Bamber ]
   * Split out Authentication and AnyTemplate (closes: #599794)  
   * Split out Authorization and TT 
+
+  [ gregor herrmann ]
+  * Unset http_proxy for tests.
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 13 Oct 2010 11:44:58 +0100
 

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/make-module.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/make-module.sh?rev=65755&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/make-module.sh (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/make-module.sh Sat Dec 11 17:24:20 2010
@@ -76,7 +76,7 @@
 				d=build-area/$dir/$module
 				dh_auto_configure -D $d
 				dh_auto_build -D $d
-				dh_auto_test -D $d
+				http_proxy= dh_auto_test -D $d
 				dh_auto_install -D $d
 				set +e
 				cd build-area/$dir




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