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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Oct 5 23:29:30 UTC 2007


Author: gregoa-guest
Date: Fri Oct  5 23:29:30 2007
New Revision: 8096

URL: http://svn.debian.org/wsvn/?sc=1&rev=8096
Log:
Unsetting HTTP_PROXY and http_proxy in dedian/rules no longer need,
  fixed upstream.

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=8096&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-shell-perl/debian/changelog Fri Oct  5 23:29:30 2007
@@ -1,8 +1,10 @@
 libwww-mechanize-shell-perl (0.46-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Unsetting HTTP_PROXY and http_proxy in dedian/rules no longer need,
+    fixed upstream.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 06 Oct 2007 01:27:04 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 06 Oct 2007 01:28:27 +0200
 
 libwww-mechanize-shell-perl (0.44-3) unstable; urgency=medium
 

Modified: trunk/libwww-mechanize-shell-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/control?rev=8096&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/control (original)
+++ trunk/libwww-mechanize-shell-perl/debian/control Fri Oct  5 23:29:30 2007
@@ -8,7 +8,8 @@
  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>, Damyan Ivanov <dmn at debian.org>
+Uploaders: Michael Mende <debian at menole.net>, Damyan Ivanov <dmn at debian.org>, 
+ gregor herrmann <gregor+debian at comodo.priv.at>
 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=8096&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/rules (original)
+++ trunk/libwww-mechanize-shell-perl/debian/rules Fri Oct  5 23:29:30 2007
@@ -26,7 +26,7 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	HTTP_PROXY= http_proxy= $(MAKE) test
+	$(MAKE) test
 
 	touch build-stamp
 




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