[SCM] Debian packaging of libio-socket-socks-perl branch, master, updated. debian/0.61-2-7-g854daa5

Alessandro Ghedini al3xbio at gmail.com
Fri Mar 9 15:27:47 UTC 2012


The following commit has been merged in the master branch:
commit f1923b0e2b73d962801a67ef12add89d6fca6c33
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Fri Mar 9 15:45:38 2012 +0100

    Remove fix-internet-tests.patch (fixed upstream)

diff --git a/debian/patches/fix-internet-tests.patch b/debian/patches/fix-internet-tests.patch
deleted file mode 100644
index 7610930..0000000
--- a/debian/patches/fix-internet-tests.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Description: disable tests requiring network connectivity
- To run tests requiring network connectivity, set the
- HAS_INTERNET environment variable to a true value.
-Author: Jonathan Yu <jawnsy at cpan.org>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658394
-Forwarded: no
-Origin: vendor
- 
---- a/t/4_accept4.t
-+++ b/t/4_accept4.t
-@@ -5,6 +5,9 @@
- use IO::Select;
- use strict;
- 
-+plan skip_all => 'test requires network access, set HAS_INTERNET=1 to enable'
-+  unless $ENV{HAS_INTERNET};
-+
- my $server = IO::Socket::Socks->new(Listen => 10, Blocking => 0, SocksVersion => 4)
- 	or die $@;
- my $read_select = IO::Select->new($server);
---- a/t/6_accept_nb4.t
-+++ b/t/6_accept_nb4.t
-@@ -75,6 +75,9 @@
- 
- use constant CONN_CNT => 3;
- 
-+plan skip_all => 'test requires network access, set HAS_INTERNET=1 to enable'
-+  unless $ENV{HAS_INTERNET};
-+
- if( $^O eq 'MSWin32' ) {
- 	plan skip_all => 'Fork and Windows are incompatible';
- }
---- a/t/7_accept_nb5.t
-+++ b/t/7_accept_nb5.t
-@@ -89,6 +89,9 @@
- 
- use constant CONN_CNT => 3;
- 
-+plan skip_all => 'test requires network access, set HAS_INTERNET=1 to enable'
-+  unless $ENV{HAS_INTERNET};
-+
- if( $^O eq 'MSWin32' ) {
- 	plan skip_all => 'Fork and Windows are incompatible';
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d7a8520..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-internet-tests.patch

-- 
Debian packaging of libio-socket-socks-perl



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