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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Oct 2 08:44:03 UTC 2007


Author: dmn
Date: Tue Oct  2 08:44:03 2007
New Revision: 8045

URL: http://svn.debian.org/wsvn/?sc=1&rev=8045
Log:
releasing version 0.44-3

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

Modified: trunk/libwww-mechanize-shell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/changelog?rev=8045&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-shell-perl/debian/changelog Tue Oct  2 08:44:03 2007
@@ -1,3 +1,15 @@
+libwww-mechanize-shell-perl (0.44-3) unstable; urgency=medium
+
+  * Urgency medium because of fixing an FTBFS bug
+  * Delete HTTP_PROXY and http_proxy from environment when calling test suite.
+    Closes: #444634 -- build times out
+    Thanks to Lucas Nussbaum for reporting.
+    Thanks too Niko Tyni for tracking down and providing a patch.
+
+  * Added myself to Uploaders
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 02 Oct 2007 11:41:23 +0300
+
 libwww-mechanize-shell-perl (0.44-2) unstable; urgency=low
 
   [ Michael Mende ]

Modified: trunk/libwww-mechanize-shell-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/control?rev=8045&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/control (original)
+++ trunk/libwww-mechanize-shell-perl/debian/control Tue Oct  2 08:44:03 2007
@@ -8,7 +8,7 @@
  libhtml-tokeparser-simple-perl, libhtml-tableextract-perl,
  libtest-mockobject-perl, libtest-pod-perl, netbase
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Mende <debian at menole.net>
+Uploaders: Michael Mende <debian at menole.net>, Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-mechanize-shell-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/

Modified: trunk/libwww-mechanize-shell-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/rules?rev=8045&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/rules (original)
+++ trunk/libwww-mechanize-shell-perl/debian/rules Tue Oct  2 08:44:03 2007
@@ -26,7 +26,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	HTTP_PROXY= http_proxy= $(MAKE) test
 
 	touch build-stamp
 




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