[liblog-any-adapter-callback-perl] 01/02: Initial packaging by dh-make-perl 0.82

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 60e6c759c6e806d68c56a1e0e4a402b5591d42a4
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Sat Jul 19 12:08:12 2014 +1200

    Initial packaging by dh-make-perl 0.82
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 34 ++++++++++++++++++++++++++++++++++
 debian/copyright     | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 83 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7eb194d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+liblog-any-adapter-callback-perl (0.09-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Robin Sheat <robin at catalyst.net.nz>  Sat, 19 Jul 2014 12:08:11 +1200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..18a6191
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: liblog-any-adapter-callback-perl
+Section: perl
+Priority: optional
+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)
+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
+Homepage: https://metacpan.org/release/Log-Any-Adapter-Callback
+
+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
+ 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.).
+ .
+ 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
new file mode 100644
index 0000000..c735d54
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+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>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Robin Sheat <robin at catalyst.net.nz>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..21d60a5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Log-Any-Adapter-Callback   .*/Log-Any-Adapter-Callback-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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