[SCM] Debian packaging of libwww-mechanize-perl branch, master, updated. b7e38787fd82f0ee16bd4acf833de2028a3f24ef

Nicholas Bamber nicholas at periapt.co.uk
Sun Aug 28 20:13:23 UTC 2011


The following commit has been merged in the master branch:
commit fe442d3c24dc98c4588e456c4058b097b7b9e18f
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Sun Aug 28 20:27:11 2011 +0100

    * New upstream release
    * Removed unnecessary patches

diff --git a/debian/changelog b/debian/changelog
index 2dbb978..62fea1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libwww-mechanize-perl (1.68-2) UNRELEASED; urgency=low
+libwww-mechanize-perl (1.70-1) UNRELEASED; urgency=low
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -7,6 +7,10 @@ libwww-mechanize-perl (1.68-2) UNRELEASED; urgency=low
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
+  [ Nicholas Bamber ]
+  * New upstream release
+  * Removed unnecessary patches
+
  -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:49:28 +0200
 
 libwww-mechanize-perl (1.68-1) unstable; urgency=low
diff --git a/debian/patches/no_internet.patch b/debian/patches/no_internet.patch
deleted file mode 100644
index a4cf3ca..0000000
--- a/debian/patches/no_internet.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Subject: Create a way to disable tests that require Internet connectivity.
-Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Last-Update: 15-09-2010
-Forwarded: not-needed
-Author: Rene Mayorga <rmayorga at debian.org>
-===================================================================
---- a/t/live/wikipedia.t
-+++ b/t/live/wikipedia.t
-@@ -3,6 +3,10 @@
- use warnings;
- use strict;
- 
-+if ($ENV{NOINTERNET} ) {
-+	use Test::More skip_all => "We don't have internet here";
-+}
-+
- use constant LANGUAGES => qw( en it ja es nl pl );
- use Test::More tests => 3 + (2 * scalar LANGUAGES);
- 
---- a/t/live/encoding.t
-+++ b/t/live/encoding.t
-@@ -3,6 +3,10 @@
- use strict;
- use warnings;
- 
-+if ($ENV{NOINTERNET} ) {
-+	use Test::More skip_all => "We don't have internet here" ;
-+}
-+
- use constant PAIRS => {
-     'http://delicious.com/'
-         => 'utf-8',
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1a5734e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no_internet.patch
diff --git a/debian/rules b/debian/rules
index 0fbfff7..c688168 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 	dh $@
 
 override_dh_auto_test:
-	http_proxy= HTTP_PROXY= NOINTERNET=1 dh_auto_test
+	http_proxy= HTTP_PROXY= dh_auto_test

-- 
Debian packaging of libwww-mechanize-perl



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