[liblog-any-adapter-callback-perl] 02/02: Initial commit with debian-specific changes

Robin Sheat eythian-guest at moszumanska.debian.org
Sat Jul 19 00:31:39 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 c231424f7fbc95dbda8a0dd098bd588bef9e8d23
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Sat Jul 19 12:29:56 2014 +1200

    Initial commit with debian-specific changes
---
 debian/changelog |  4 ++--
 debian/control   | 11 +----------
 debian/copyright | 10 +---------
 3 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7eb194d..4fb9a30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-liblog-any-adapter-callback-perl (0.09-1) UNRELEASED; urgency=low
+liblog-any-adapter-callback-perl (0.09-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. Closes: #755235
 
  -- Robin Sheat <robin at catalyst.net.nz>  Sat, 19 Jul 2014 12:08:11 +1200
diff --git a/debian/control b/debian/control
index 18a6191..d3e6faa 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: liblog-any-adapter-callback-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  liblog-any-adapter-perl (>= 0.11)
-Description: Send Log::Any logs to a subroutine
+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.).
@@ -23,12 +23,3 @@ Description: Send Log::Any logs to a subroutine
  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
  creating a full Log::Any adapter class.
- .
- Your logging callback subroutine will be called with these arguments:
- .
- ($method, $self, $format, @params)
- .
- where $method is the name of method (like "debug") and ($self, $format,
- @params) are given by Log::Any.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index c735d54..f2de297 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Log-Any-Adapter-Callback
 Upstream-Contact: Steven Haryanto <stevenharyanto at gmail.com>
 Upstream-Name: Log-Any-Adapter-Callback
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Steven Haryanto <stevenharyanto at gmail.com>
+Copyright: 2014, Steven Haryanto <stevenharyanto at gmail.com>
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
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