[SCM] Debian packaging of libnet-xmpp-perl branch, master, updated. 2c7fce7678f015018efcd8493e75a73f2d9d6636
gregor herrmann
gregoa at debian.org
Mon Aug 8 18:19:45 UTC 2011
The following commit has been merged in the master branch:
commit 0f253ff49586914c664facf0e00f2a95691b013f
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Aug 8 19:36:43 2011 +0200
Update test patch to work with Perl 5.14: skip tests in "use Test::More"
(taken from libnet-jabber-perl and Dominic's changes there).
Closes: #636393
diff --git a/debian/patches/disable_networking_tests.patch b/debian/patches/disable_networking_tests.patch
index eb186db..be57386 100644
--- a/debian/patches/disable_networking_tests.patch
+++ b/debian/patches/disable_networking_tests.patch
@@ -1,24 +1,21 @@
Author: Florian Ragwitz <rafl at debian.org>
Description: Disable tests which require a network connection
+
--- a/t/2_client_jabberd1.4.t
+++ b/t/2_client_jabberd1.4.t
-@@ -1,5 +1,7 @@
+@@ -1,5 +1,5 @@
use lib "t/lib";
-use Test::More tests=>5;
-+use Test::More;
-+
-+plan skip_all => 'Disabled for the Debian build';
++use Test::More skip_all => 'Disabled for the Debian build';
BEGIN{ use_ok( "Net::XMPP" ); }
--- a/t/3_client_jabberd2.t
+++ b/t/3_client_jabberd2.t
-@@ -1,5 +1,7 @@
+@@ -1,5 +1,5 @@
use lib "t/lib";
-use Test::More tests=>5;
-+use Test::More;
-+
-+plan skip_all => 'Disabled for the Debian build';
++use Test::More skip_all => 'Disabled for the Debian build';
BEGIN{ use_ok( "Net::XMPP" ); }
--
Debian packaging of libnet-xmpp-perl
More information about the Pkg-perl-cvs-commits
mailing list