[libnet-xmpp-perl] 05/06: Patch Net::XMPP::Stanza to load Net::XMPP::Debug before using it

Damyan Ivanov dmn at moszumanska.debian.org
Tue Jun 9 14:05:14 UTC 2015


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

dmn pushed a commit to branch master
in repository libnet-xmpp-perl.

commit 5332aa853f7756ca288e73bcd7e05a38994925c4
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Jun 9 14:03:31 2015 +0000

    Patch Net::XMPP::Stanza to load Net::XMPP::Debug before using it
    
    autopkgtests fail otherwise
---
 .../patches/missing-import-of-Net::XMPP::Debug.patch   | 18 ++++++++++++++++++
 debian/patches/series                                  |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/missing-import-of-Net::XMPP::Debug.patch b/debian/patches/missing-import-of-Net::XMPP::Debug.patch
new file mode 100644
index 0000000..ce3273b
--- /dev/null
+++ b/debian/patches/missing-import-of-Net::XMPP::Debug.patch
@@ -0,0 +1,18 @@
+Description: Net::XMPP::Stanza needs to 'use Net::XMPP::Debug'
+ Without it, loading Net::XMPP::Stanza fails.
+ .
+ This was discovered while running automated continuous integration tests for
+ Debian, part of which is to try to load each module in the package.
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105126
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105126
+--- a/lib/Net/XMPP/Stanza.pm
++++ b/lib/Net/XMPP/Stanza.pm
+@@ -212,6 +212,7 @@ under the LGPL.
+ 
+ use strict;
+ use Carp;
++use Net::XMPP::Debug;
+ use Net::XMPP::Namespaces;
+ use vars qw( $AUTOLOAD %FUNCTIONS $DEBUG );
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 580a523..33b1119 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ digest-sha.patch
 spelling.patch
 626897_check-definedness-of-hash-key-before-use.patch
 dns-srv.patch
+missing-import-of-Net::XMPP::Debug.patch

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



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