r33474 - in /trunk/libtest-www-mechanize-catalyst-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 16 16:14:38 UTC 2009


Author: gregoa
Date: Thu Apr 16 16:14:33 2009
New Revision: 33474

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33474
Log:
  - add build dependencies on libcatalyst-modules-perl (required for tests)
    and libtest-pod-perl (enabled an additional test)
* debian/rules: unset http_proxy.

Modified:
    trunk/libtest-www-mechanize-catalyst-perl/debian/changelog
    trunk/libtest-www-mechanize-catalyst-perl/debian/control
    trunk/libtest-www-mechanize-catalyst-perl/debian/rules

Modified: trunk/libtest-www-mechanize-catalyst-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-mechanize-catalyst-perl/debian/changelog?rev=33474&op=diff
==============================================================================
--- trunk/libtest-www-mechanize-catalyst-perl/debian/changelog (original)
+++ trunk/libtest-www-mechanize-catalyst-perl/debian/changelog Thu Apr 16 16:14:33 2009
@@ -5,8 +5,11 @@
       and add a Replaces:, so that Test::WWW::Mechanize::Catalyst can "move" to
       this new package
     - add /me to Uploaders
+    - add build dependencies on libcatalyst-modules-perl (required for tests)
+      and libtest-pod-perl (enabled an additional test)
   * Don't install README anymore (text version of the POD).
   * debian/copyright: mention the copyright holder as specified in the source.
+  * debian/rules: unset http_proxy.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 16 Apr 2009 17:47:41 +0200
 

Modified: trunk/libtest-www-mechanize-catalyst-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-mechanize-catalyst-perl/debian/control?rev=33474&op=diff
==============================================================================
--- trunk/libtest-www-mechanize-catalyst-perl/debian/control (original)
+++ trunk/libtest-www-mechanize-catalyst-perl/debian/control Thu Apr 16 16:14:33 2009
@@ -3,7 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-12), netbase, libcatalyst-perl, libwww-perl,
- libtest-www-mechanize-perl, libmoose-perl (>= 0.67), libnamespace-clean-perl
+ libtest-www-mechanize-perl, libmoose-perl (>= 0.67), libnamespace-clean-perl,
+ libcatalyst-modules-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>

Modified: trunk/libtest-www-mechanize-catalyst-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-mechanize-catalyst-perl/debian/rules?rev=33474&op=diff
==============================================================================
--- trunk/libtest-www-mechanize-catalyst-perl/debian/rules (original)
+++ trunk/libtest-www-mechanize-catalyst-perl/debian/rules Thu Apr 16 16:14:33 2009
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	http_proxy= dh build
 	touch $@
 
 clean:




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