[liblwpx-paranoidagent-perl] 05/26: * Explicitly require LWP::Debug * Bump Standards-Version

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 8 11:47:23 UTC 2015


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

bengen pushed a commit to branch master
in repository liblwpx-paranoidagent-perl.

commit 31644f369b173b47a55dcf057e3553303488bf82
Author: Hilko Bengen <bengen at debian.org>
Date:   Sun Mar 8 22:48:45 2009 +0100

    * Explicitly require LWP::Debug
    * Bump Standards-Version
---
 debian/changelog          | 7 +++++--
 debian/control            | 2 +-
 lib/LWPx/ParanoidAgent.pm | 1 +
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c4984ba..16f1ed1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-liblwpx-paranoidagent-perl (1.04-1) UNRELEASED; urgency=low
+liblwpx-paranoidagent-perl (1.04-1) unstable; urgency=low
 
   * New Upstream Version
+  * Bumped Standards-Version
+  * Explicitly require LWP::Debug so LWP::Debug::debug is available.
+    Closes: #518685
 
- -- Hilko Bengen <bengen at debian.org>  Sun, 08 Mar 2009 18:28:22 +0100
+ -- Hilko Bengen <bengen at debian.org>  Sun, 08 Mar 2009 22:55:34 +0100
 
 liblwpx-paranoidagent-perl (1.03-1.1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 824f2d6..370cd6a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.8-7)
 Maintainer: Hilko Bengen <bengen at debian.org>
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 
 Package: liblwpx-paranoidagent-perl
 Architecture: all
diff --git a/lib/LWPx/ParanoidAgent.pm b/lib/LWPx/ParanoidAgent.pm
index bbd0d77..f30c4b8 100644
--- a/lib/LWPx/ParanoidAgent.pm
+++ b/lib/LWPx/ParanoidAgent.pm
@@ -1,5 +1,6 @@
 package LWPx::ParanoidAgent;
 require LWP::UserAgent;
+require LWP::Debug;
 
 use vars qw(@ISA $VERSION);
 @ISA = qw(LWP::UserAgent);

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



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