r68413 - in /trunk/libpoe-perl/debian: changelog clean control patches/honour_no_network_option.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Feb 11 23:17:07 UTC 2011


Author: periapt-guest
Date: Fri Feb 11 23:15:54 2011
New Revision: 68413

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68413
Log:
TODO: META.yml seems to be modfied by build
Other directories created and should be cleaned
* Reviewed patches and updated to disable test requiring internet
* Upped dependency on libpoe-test-loops-perl to 1.040
* debian/clean: add bingos-followtail

Modified:
    trunk/libpoe-perl/debian/changelog
    trunk/libpoe-perl/debian/clean
    trunk/libpoe-perl/debian/control
    trunk/libpoe-perl/debian/patches/honour_no_network_option.patch

Modified: trunk/libpoe-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/changelog?rev=68413&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/changelog (original)
+++ trunk/libpoe-perl/debian/changelog Fri Feb 11 23:15:54 2011
@@ -1,9 +1,12 @@
 libpoe-perl (2:1.2990-1) UNRELEASED; urgency=low
 
-  TODO: FTBS
-
-  * New upstream release
-  * Reviewed patches
+  TODO: META.yml seems to be modfied by build
+  Other directories created and should be cleaned
+
+  * New upstream release
+  * Reviewed patches and updated to disable test requiring internet
+  * Upped dependency on libpoe-test-loops-perl to 1.040
+  * debian/clean: add bingos-followtail
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 10 Feb 2011 08:14:16 +0000
 

Modified: trunk/libpoe-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/clean?rev=68413&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/clean (original)
+++ trunk/libpoe-perl/debian/clean Fri Feb 11 23:15:54 2011
@@ -1,1 +1,2 @@
 run_network_tests
+bingos-followtail

Modified: trunk/libpoe-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/control?rev=68413&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/control (original)
+++ trunk/libpoe-perl/debian/control Fri Feb 11 23:15:54 2011
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, libtime-hires-perl, libtest-pod-coverage-perl,
  netbase, libtest-pod-perl, libio-pty-perl, libfilter-perl, libsocket6-perl,
- libwww-perl, libterm-readkey-perl, libpoe-test-loops-perl (>= 1.036)
+ libwww-perl, libterm-readkey-perl, libpoe-test-loops-perl (>= 1.040)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Martín Ferrari <tincho at debian.org>, Rene Mayorga <rmayorga at debian.org>,

Modified: trunk/libpoe-perl/debian/patches/honour_no_network_option.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/patches/honour_no_network_option.patch?rev=68413&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/patches/honour_no_network_option.patch (original)
+++ trunk/libpoe-perl/debian/patches/honour_no_network_option.patch Fri Feb 11 23:15:54 2011
@@ -1,7 +1,7 @@
 Subject: so that the network tests are only ran if networking is up
 (debian/rules has the other half)
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Last-Update: 2010-09-06
+Last-Update: 2011-02-11
 Forwarded: not-needed
 Author: Rene Mayorga <rmayorga at debian.org.sv>
 --- a/t/90_regression/agaran-filter-httpd.t
@@ -17,3 +17,14 @@
    eval "use HTTP::Request";
    if ($@) {
      print "1..0 # skip - HTTP::Request needed to test POE::Filter::HTTPD\n";
+--- a/t/10_units/01_pod/03_pod_no404s.t
++++ b/t/10_units/01_pod/03_pod_no404s.t
+@@ -11,7 +11,7 @@
+     plan skip_all => 'Need network access (and permission) for these tests';
+   }
+ 
+-  unless ( $ENV{RELEASE_TESTING} ) {
++  unless ( $ENV{INTERNET_TESTING} ) {
+     plan skip_all => 'enable by setting RELEASE_TESTING';
+   }
+ 




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