[libnet-whois-ip-perl] 01/01: Add patch to remove the unused import of AutoLoader

Axel Beckert abe at deuxchevaux.org
Thu Jan 5 15:56:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libnet-whois-ip-perl.

commit 7154606616d28762ec3b4e4841d1c86f665b428d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Jan 5 16:54:54 2017 +0100

    Add patch to remove the unused import of AutoLoader
    
    Patch by Elmar Heeb <heeb at cpan.org>.
    
    Closes: #849102
---
 debian/changelog                       |  7 +++++++
 debian/patches/remove-AutoLoader.patch | 21 +++++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 29 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d8d4383..31e25c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libnet-whois-ip-perl (1.19-2) UNRELEASED; urgency=medium
+
+  * Add patch by Elmar Heeb to remove the unused import of AutoLoader.
+    (Closes: #849102)
+
+ -- Axel Beckert <abe at debian.org>  Thu, 05 Jan 2017 16:48:05 +0100
+
 libnet-whois-ip-perl (1.19-1) unstable; urgency=low
 
   * Initial Release. (Closes: #847619)
diff --git a/debian/patches/remove-AutoLoader.patch b/debian/patches/remove-AutoLoader.patch
new file mode 100644
index 0000000..960e7b0
--- /dev/null
+++ b/debian/patches/remove-AutoLoader.patch
@@ -0,0 +1,21 @@
+Description: Remove unused import of AutoLoader
+ Also causes issues with e.g. libnet-abuse-utils-perl's autopkgtests
+ due to output on STDERR.
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=99377
+Bug-Debian: https://bugs.debian.org/849102
+Author: Elmar Heeb <heeb at cpan.org>
+Origin: https://rt.cpan.org/Public/Bug/Display.html?id=99377#txn-1692453
+
+Index: libnet-whois-ip-perl/IP.pm
+===================================================================
+--- libnet-whois-ip-perl.orig/IP.pm	2017-01-05 16:22:29.061403272 +0100
++++ libnet-whois-ip-perl/IP.pm	2017-01-05 16:42:35.878914459 +0100
+@@ -13,7 +13,7 @@
+ require Exporter;
+ use Carp;
+ 
+- at ISA = qw(Exporter AutoLoader);
++ at ISA = qw(Exporter);
+ @EXPORT = qw(
+ 	     whoisip_query
+ 	    );
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d17d91b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-AutoLoader.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-whois-ip-perl.git



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