[SCM] Debian packaging of liblwp-useragent-determined-perl branch, master, updated. 8d6ae0db43a410c2b86687a1ffdf39ae8e5c1271

gregor herrmann gregoa at debian.org
Fri Jun 8 20:21:25 UTC 2012


The following commit has been merged in the master branch:
commit d945cbf250a94782b8aa16107237b305292182b7
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 8 22:19:25 2012 +0200

    Drop nonetwork.patch, the test now works without network access.

diff --git a/debian/patches/nonetwork.patch b/debian/patches/nonetwork.patch
deleted file mode 100644
index 787aa0e..0000000
--- a/debian/patches/nonetwork.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Author: Nicholas Bamber <nicholas at periapt.co.uk>
-Subject: disabling network test
-Last-Update: 2011-01-04
-Forwarded: not-needed
---- a/t/10_determined_test.t
-+++ b/t/10_determined_test.t
-@@ -1,8 +1,16 @@
- 
- # Time-stamp: "0";
- use strict;
--use Test;
--BEGIN { plan tests => 13 }
-+use Test::More;
-+BEGIN {
-+    if ($ENV{RUN_NETWORK_TESTS}) {
-+        plan tests => 13
-+    }
-+    else {
-+        plan skip_all => 'cannot assume network';
-+        exit 0;
-+    }
-+}
- 
- #use LWP::Debug ('+');
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f70397b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-nonetwork.patch

-- 
Debian packaging of liblwp-useragent-determined-perl



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