[SCM] Debian packaging of librpc-xml-perl branch, master, updated. debian/0.76-2-4-gd9bc167

intrigeri intrigeri at boum.org
Tue Jun 26 03:22:08 UTC 2012


The following commit has been merged in the master branch:
commit fd945f205327d9094aee9f30a7c3c9c9f64f8238
Author: intrigeri <intrigeri at boum.org>
Date:   Mon Jun 25 07:46:34 2012 +0200

    Drop obsolete 0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch.
    
    It's not needed any more with Net-Server 2.00x.

diff --git a/debian/patches/0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch b/debian/patches/0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch
deleted file mode 100644
index 48d8f1d..0000000
--- a/debian/patches/0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Origin: vendor
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=76362
-Bug-Debian: http://bugs.debian.org/666651
-Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=76362
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-04-06
-
-
-From ea0ddab6381398a8907f8f91ae208d03c8d6013e Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Fri, 6 Apr 2012 13:47:04 +0300
-Subject: [PATCH] Explicitly use an IPv4 socket in the Net::Server test
-
-As seen in <http://bugs.debian.org/666651>, Debian specific
-IPv6 Net::Server patches made it prefer IPv6 for 'localhost'.
-Unfortunately HTTP::Daemon::ClientConn is IPv4-only, leading
-to test failures.
-
-Use 127.0.0.1 to force IPv4 usage for now, at least until
-libnet-server-perl is fixed.
----
- t/60_net_server.t |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/60_net_server.t b/t/60_net_server.t
-index 902d79a..bad2c10 100644
---- a/t/60_net_server.t
-+++ b/t/60_net_server.t
-@@ -50,13 +50,13 @@ start_server($srv,
-              log_level   => 4,
-              pid_file    => $pid_file,
-              port        => $port,
--             host        => 'localhost',
-+             host        => '127.0.0.1',
-              background  => 1);
- sleep 1; # Allow time for server to spin up
- # Unless we see "ok 2", we have a problem
- ok(-e $pid_file, 'server started, PID file exists');
- # After this point, we have the obligation of killing the server manually
--$client = RPC::XML::Client->new("http://localhost:$port");
-+$client = RPC::XML::Client->new("http://127.0.0.1:$port");
- is($client->simple_request('system.identity'), $srv->product_tokens,
-    'system.identity matches $srv->product_tokens');
- 
--- 
-1.7.9.5
-
diff --git a/debian/patches/series b/debian/patches/series
index 5e8b785..8810115 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 fix-spelling-error-in-manpage.patch
-0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch

-- 
Debian packaging of librpc-xml-perl



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