r28347 - in /trunk/libwww-mechanize-perl/debian: changelog control patches/no_internet.patch

kees at users.alioth.debian.org kees at users.alioth.debian.org
Thu Dec 18 18:27:27 UTC 2008


Author: kees
Date: Thu Dec 18 18:27:24 2008
New Revision: 28347

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28347
Log:
no_internet.patch: add encoding test to skip-list.

Modified:
    trunk/libwww-mechanize-perl/debian/changelog
    trunk/libwww-mechanize-perl/debian/control
    trunk/libwww-mechanize-perl/debian/patches/no_internet.patch

Modified: trunk/libwww-mechanize-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/debian/changelog?rev=28347&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-perl/debian/changelog Thu Dec 18 18:27:24 2008
@@ -1,3 +1,9 @@
+libwww-mechanize-perl (1.52-2) unstable; urgency=low
+
+  * no_internet.patch: add encoding test to skip-list.
+
+ -- Kees Cook <kees at debian.org>  Thu, 18 Dec 2008 10:23:13 -0800
+
 libwww-mechanize-perl (1.52-1) unstable; urgency=low
 
   [ Rene Mayorga ]

Modified: trunk/libwww-mechanize-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/debian/control?rev=28347&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/control (original)
+++ trunk/libwww-mechanize-perl/debian/control Thu Dec 18 18:27:24 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, 
  Jaldhar H. Vyas <jaldhar at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>,
- Kees Cook <kees at outflux.net>
+ Kees Cook <kees at debian.org>
 Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>=5.8.0), libwww-perl (>= 5.819), 
  libhtml-parser-perl, liburi-perl (>= 1.36), libtest-pod-perl, libio-socket-ssl-perl, 

Modified: trunk/libwww-mechanize-perl/debian/patches/no_internet.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/debian/patches/no_internet.patch?rev=28347&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/patches/no_internet.patch (original)
+++ trunk/libwww-mechanize-perl/debian/patches/no_internet.patch Thu Dec 18 18:27:24 2008
@@ -1,6 +1,8 @@
 Create a way to disable tests that require Internet connectivity.
---- libwww-mechanize-perl-1.50.orig/t/live/computers4sure.t
-+++ libwww-mechanize-perl-1.50/t/live/computers4sure.t
+Index: libwww-mechanize-perl-1.52/t/live/computers4sure.t
+===================================================================
+--- libwww-mechanize-perl-1.52.orig/t/live/computers4sure.t	2008-09-30 11:15:09.000000000 -0700
++++ libwww-mechanize-perl-1.52/t/live/computers4sure.t	2008-12-18 10:15:46.000000000 -0800
 @@ -3,6 +3,10 @@
  use warnings;
  use strict;
@@ -12,8 +14,10 @@
  use Test::More tests => 9;
  
  BEGIN {
---- libwww-mechanize-perl-1.50.orig/t/live/wikipedia.t
-+++ libwww-mechanize-perl-1.50/t/live/wikipedia.t
+Index: libwww-mechanize-perl-1.52/t/live/wikipedia.t
+===================================================================
+--- libwww-mechanize-perl-1.52.orig/t/live/wikipedia.t	2007-10-25 09:34:52.000000000 -0700
++++ libwww-mechanize-perl-1.52/t/live/wikipedia.t	2008-12-18 10:15:46.000000000 -0800
 @@ -3,6 +3,10 @@
  use warnings;
  use strict;
@@ -25,3 +29,18 @@
  use constant LANGUAGES => qw( en it ja es nl pl );
  use Test::More tests => 3 + (2 * scalar LANGUAGES);
  
+Index: libwww-mechanize-perl-1.52/t/live/encoding.t
+===================================================================
+--- libwww-mechanize-perl-1.52.orig/t/live/encoding.t	2008-12-18 10:20:40.000000000 -0800
++++ libwww-mechanize-perl-1.52/t/live/encoding.t	2008-12-18 10:20:58.000000000 -0800
+@@ -3,6 +3,10 @@
+ use strict;
+ use warnings;
+ 
++if ($ENV{NOINTERNET} ) {
++	use Test::More skip_all => "We don't have internet here" ; 
++}
++
+ use constant PAIRS => {
+     'http://delicious.com/'
+         => 'utf-8',




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