[SCM] libwww-finger-perl Debian packaging branch, master, updated. upstream/0.103-15-gbd33fdc

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Feb 18 22:55:18 UTC 2012


The following commit has been merged in the master branch:
commit bd33fdce42511dabc584c62de975aa5a1f98d74e
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Feb 18 23:54:44 2012 +0100

    build_cant_access_internet.patch - even though a test failure doesnt seem to stop the build

diff --git a/debian/changelog b/debian/changelog
index aa6ea6e..2bbc9f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,8 @@ libwww-finger-perl (0.103-1) experimental; urgency=low
   * Bumped Standards-Version to 3.9.2 (no changes necessary).
   * Added myself to uploaders and copyright.
   * Removed dependency on UNIVERSAL::AUTHORITY (bogus).
-  * Added use_digest-sha_instead_of_digest-sha1.patch.
+  * Added use_digest-sha_instead_of_digest-sha1.patch and
+    build_cant_access_internet.patch.
 
   [ Jonas Smedegaard ]
   * Update copyright file: Fix use separate sections for Artistic and GPL-1+.
diff --git a/debian/patches/build_cant_access_internet.patch b/debian/patches/build_cant_access_internet.patch
new file mode 100644
index 0000000..adf71a6
--- /dev/null
+++ b/debian/patches/build_cant_access_internet.patch
@@ -0,0 +1,16 @@
+Description: we can't run tests that need Internet access on the buildds
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: not-needed
+
+--- a/t/01basic.t
++++ b/t/01basic.t
+@@ -1,8 +1,7 @@
+-use Test::More tests => 3;
++use Test::More tests => 2;
+ BEGIN { use_ok('WWW::Finger') };
+ 
+ WWW::Finger->import('+CPAN');
+ 
+ my $finger = WWW::Finger->new('tobyink at cpan.org');
+ ok(defined $finger, "CPAN finger worked");
+-is($finger->name, "Toby Inkster", "CPAN finger returned correct name");
diff --git a/debian/patches/series b/debian/patches/series
index c7d51bc..819b96f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 remove_bogus_universal-authority_dependency.patch
 use_digest-sha_instead_of_digest-sha1.patch
+build_cant_access_internet.patch

-- 
libwww-finger-perl Debian packaging



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