[liblog-any-adapter-callback-perl] 01/01: Dependency and description fixes
Robin Sheat
eythian-guest at moszumanska.debian.org
Sat Jul 19 00:38:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
eythian-guest pushed a commit to branch master
in repository liblog-any-adapter-callback-perl.
commit d869c8c8ef773522f36b6345c5676fe8b0fb51ef
Author: Robin Sheat <robin at catalyst.net.nz>
Date: Sat Jul 19 12:38:35 2014 +1200
Dependency and description fixes
---
debian/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index d3e6faa..d7747a1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Robin Sheat <robin at catalyst.net.nz>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: liblog-any-adapter-perl (>= 0.11),
- perl (>= 5.13.11)
+ perl (>= 5.13.11) | libtest-simple-perl (>= 0.98), perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-any-adapter-callback-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-any-adapter-callback-perl.git
@@ -16,9 +16,9 @@ Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
liblog-any-adapter-perl (>= 0.11)
Description: module to send Log::Any logs to a subroutine
- This adapter lets you specify callback subroutine to be called by Log::Any's
- logging methods (like $log->debug(), $log->error(), etc) and detection
- methods (like $log->is_warning(), $log->is_fatal(), etc.).
+ Log::Any::Adapter::Callback lets you specify callback subroutine to be called
+ by Log::Any's logging methods (like $log->debug(), $log->error(), etc) and
+ detection methods (like $log->is_warning(), $log->is_fatal(), etc.).
.
This adapter is used for customized logging, and is mostly a convenient
construct to save a few lines of code. You could achieve the same effect by
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-any-adapter-callback-perl.git
More information about the Pkg-perl-cvs-commits
mailing list