r64697 - in /trunk/libweather-google-perl/debian: changelog control rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Nov 7 15:54:24 UTC 2010


Author: periapt-guest
Date: Sun Nov  7 15:53:25 2010
New Revision: 64697

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64697
Log:
changes suggested by DD

Modified:
    trunk/libweather-google-perl/debian/changelog
    trunk/libweather-google-perl/debian/control
    trunk/libweather-google-perl/debian/rules

Modified: trunk/libweather-google-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweather-google-perl/debian/changelog?rev=64697&op=diff
==============================================================================
--- trunk/libweather-google-perl/debian/changelog (original)
+++ trunk/libweather-google-perl/debian/changelog Sun Nov  7 15:53:25 2010
@@ -1,10 +1,4 @@
 libweather-google-perl (0.05-1) UNRELEASED; urgency=low
-
-  TODO:
-  - adding libtest-pod-coverage-perl to B-D-I enables another test
-  - building with TEST_WITH_NETWORK fails for me because I have http_proxy set
-    in my cowbuilder (to a machine running apt-cacher). running the tests with
-    "http_proxy=" works --> override_dh_auto_test?
 
   * Initial Release. (Closes: #602203)
 

Modified: trunk/libweather-google-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweather-google-perl/debian/control?rev=64697&op=diff
==============================================================================
--- trunk/libweather-google-perl/debian/control (original)
+++ trunk/libweather-google-perl/debian/control Sun Nov  7 15:53:25 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8), perl, libtest-pod-perl, libtest-warn-perl,
- libwww-perl, libxml-simple-perl,
+ libwww-perl, libxml-simple-perl, libtest-pod-coverage-perl,
  perl (>= 5.10.1) | libmodule-build-perl (>= 0.340201)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>

Modified: trunk/libweather-google-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweather-google-perl/debian/rules?rev=64697&op=diff
==============================================================================
--- trunk/libweather-google-perl/debian/rules (original)
+++ trunk/libweather-google-perl/debian/rules Sun Nov  7 15:53:25 2010
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	http_proxy= dh $@ 
+




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