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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 1 16:03:18 UTC 2009


Author: gregoa
Date: Wed Apr  1 16:03:14 2009
New Revision: 32488

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32488
Log:
Shorten the list of environment variables we unset in debian/rules
(closes: #521990). Thanks to Daniel Schepler for the bug report.

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=32488&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-perl/debian/changelog Wed Apr  1 16:03:14 2009
@@ -1,3 +1,10 @@
+libwww-mechanize-perl (1.54-2) UNRELEASED; urgency=low
+
+  * Shorten the list of environment variables we unset in debian/rules
+    (closes: #521990). Thanks to Daniel Schepler for the bug report.
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 01 Apr 2009 17:46:55 +0200
+
 libwww-mechanize-perl (1.54-1) unstable; urgency=low
 
   [ Rene Mayorga ]

Modified: trunk/libwww-mechanize-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/debian/rules?rev=32488&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/rules (original)
+++ trunk/libwww-mechanize-perl/debian/rules Wed Apr  1 16:03:14 2009
@@ -5,7 +5,7 @@
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh build --before test
-	http_proxy= HTTP_PROXY= CGI_HTTP_PROXY= NOINTERNET=1 $(MAKE) test
+	http_proxy= HTTP_PROXY= NOINTERNET=1 $(MAKE) test
 	dh build --after test
 	touch $@
 




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