[SCM] Debian packaging of libio-socket-ip-perl branch, master, updated. debian/0.16-2-30-gb8fd83c

Dominique Dumont dod at debian.org
Tue May 7 08:29:25 UTC 2013


The following commit has been merged in the master branch:
commit 7c6499ba270f8521b59dbf95fe444401b1635e55
Author: Dominique Dumont <dod at debian.org>
Date:   Tue May 7 10:07:07 2013 +0200

    added patch to skip test that connect to internet

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..33abc24
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+skip-internet-test
diff --git a/debian/patches/skip-internet-test b/debian/patches/skip-internet-test
new file mode 100644
index 0000000..2b7c32d
--- /dev/null
+++ b/debian/patches/skip-internet-test
@@ -0,0 +1,11 @@
+--- a/t/31nonblocking-connect-internet.t
++++ b/t/31nonblocking-connect-internet.t
+@@ -3,7 +3,7 @@
+ use strict;
+ use warnings;
+ 
+-use Test::More;
++use Test::More skip_all => 'cannot connect to internet with Debian build systems';
+ 
+ use IO::Socket::IP;
+ 

-- 
Debian packaging of libio-socket-ip-perl



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