[SCM] Debian packaging of liblwp-protocol-https-perl branch, master, updated. 86659c8ef624623864f660af33a530648a0ece75

Alessandro Ghedini al3xbio at gmail.com
Mon Feb 20 12:47:08 UTC 2012


The following commit has been merged in the master branch:
commit a23b4654dd0dff737b6758344550f40e80bfcfb0
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Mon Feb 20 13:19:46 2012 +0100

    Drop network.patch (merged upstream)

diff --git a/debian/patches/network.patch b/debian/patches/network.patch
deleted file mode 100644
index d52c22c..0000000
--- a/debian/patches/network.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Author: Nicholas Bamber <nicholas at periapt.co.uk>
-Subject: tests depend on network which may not be available
-Forwarded: not-needed
-Last-Update: 2011-03-30
---- a/t/apache.t
-+++ b/t/apache.t
-@@ -1,10 +1,15 @@
- #!perl -w
- 
- use strict;
--use Test;
-+use Test::More;
- 
- use LWP::UserAgent;
- 
-+if (not $ENV{ENABLE_NETWORK_TEST}) {
-+    plan skip_all => 'network tests not enabled';
-+    exit 0;
-+}
-+
- my $ua = LWP::UserAgent->new();
- my $res = $ua->simple_request(HTTP::Request->new(GET => "https://www.apache.org"));
- 
diff --git a/debian/patches/series b/debian/patches/series
index 9c980e6..0df6cbf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-network.patch
 cert.patch

-- 
Debian packaging of liblwp-protocol-https-perl



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