[libmoox-role-logger-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Mon Mar 23 20:24:25 UTC 2015


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

js pushed a commit to branch master
in repository libmoox-role-logger-perl.

commit 9194b0f28b4a7d1a126b5c0508b1d84d88e88cbb
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Mar 23 20:59:00 2015 +0100

    Initial packaging.
---
 debian/README.source   | 11 +++++++++
 debian/changelog       |  6 +++++
 debian/clean           |  1 +
 debian/compat          |  1 +
 debian/control         | 40 +++++++++++++++++++++++++++++++++
 debian/control.in      | 32 ++++++++++++++++++++++++++
 debian/copyright       | 42 ++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |  8 +++++++
 debian/rules           | 37 ++++++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  4 ++++
 12 files changed, 244 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..f88449e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+CDBS+git-buildpackage
+---------------------
+
+This source package uses CDBS and git-buildpackage.  NMUs need not (but
+are encouraged to) make special use of these tools.  In particular, the
+debian/control.in file can be completely ignored.
+
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d7ed5c2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libmoox-role-logger-perl (0.005-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#781046.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 23 Mar 2015 20:58:40 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..6dc3062
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+Makefile.old
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0ead4f1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: libmoox-role-logger-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ liblog-any-perl,
+ libmoo-perl,
+ libtest-failwarnings-perl,
+ perl (>= 5.13.11) | libtest-simple-perl (>= 0.96)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-role-logger-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-role-logger-perl.git
+Homepage: https://github.com/dagolden/MooX-Role-Logger
+
+Package: libmoox-role-logger-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: provide logging via Log::Any
+ MooX::Role::Logger provides universal logging via Log::Any.  The class
+ using this role doesn't need to know or care about the details of log
+ configuration, implementation or destination.
+ .
+ Use it when you want your module to offer logging capabilities, but
+ don't know who is going to use your module or what kind of logging they
+ will implement. This role lets you do your part and leaves actual log
+ setup and routing to someone else.
+ .
+ The application that ultimately uses your module can then choose to
+ direct log messages somewhere based on its own needs and configuration
+ with Log::Any::Adapter.
+ .
+ This role is based on Moo so it should work with either Moo or Moose
+ based classes.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..ac6b836
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,32 @@
+Source: libmoox-role-logger-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-role-logger-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-role-logger-perl.git
+Homepage: https://github.com/dagolden/MooX-Role-Logger
+
+Package: libmoox-role-logger-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: provide logging via Log::Any
+ MooX::Role::Logger provides universal logging via Log::Any.  The class
+ using this role doesn't need to know or care about the details of log
+ configuration, implementation or destination.
+ .
+ Use it when you want your module to offer logging capabilities, but
+ don't know who is going to use your module or what kind of logging they
+ will implement. This role lets you do your part and leaves actual log
+ setup and routing to someone else.
+ .
+ The application that ultimately uses your module can then choose to
+ direct log messages somewhere based on its own needs and configuration
+ with Log::Any::Adapter.
+ .
+ This role is based on Moo so it should work with either Moo or Moose
+ based classes.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4f9967b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: MooX::Role::Logger
+Upstream-Contact: https://github.com/dagolden/MooX-Role-Logger/issues
+Source: https://metacpan.org/release/MooX-Role-Logger
+ git://github.com/dagolden/MooX-Role-Logger.git
+
+Files: *
+Copyright: 2013, David Golden <dagolden at cpan.org>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2015, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+
+License: Apache-2.0
+ This is free software, licensed under:
+ .
+ The Apache License, Version 2.0, January 2004
+ .
+ Comment:
+ .
+ On Debian systems the 'Apache License' version 2.0 is located in
+ '/usr/share/common-licenses/Apache-2.0'.
+
+License: GPL-3+
+ 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 3, or (at your option) any
+ later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..65a7397
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,61 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: CONTRIBUTING.mkdn
+ Changes
+ MANIFEST
+ META.json
+ META.yml
+ Makefile.PL
+ cpanfile
+ debian/README.source
+ debian/clean
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ dist.ini
+ perlcritic.rc
+ t/00-report-prereqs.dd
+ t/00-report-prereqs.t
+ t/lib/MyModule.pm
+ t/lib/MyModule2.pm
+ tidyall.ini
+ xt/author/00-compile.t
+ xt/author/critic.t
+ xt/author/pod-spell.t
+ xt/release/distmeta.t
+ xt/release/minimum-version.t
+ xt/release/pod-coverage.t
+ xt/release/pod-syntax.t
+ xt/release/portability.t
+ xt/release/test-version.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/MooX/Role/Logger.pm
+ lib/MooseX/Role/Logger.pm
+ t/moosex.t
+ t/moox.t
+Copyright: 2013, David Golden
+License: UNKNOWN
+ FIXME
+
+Files: LICENSE
+Copyright: License. Subject to the terms and conditions of
+  [yyyy
+License: Apache-2.0
+ FIXME
+
+Files: debian/rules
+Copyright: 2015, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..790a2f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+
+[git-import-orig]
+filter = .gitignore
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..537250d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,37 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2015 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for MooX::Role::Logger
+#
+# 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 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/perl-makemaker.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = MooX-Role-Logger
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/D/DA/DAGOLDEN
+
+# Needed by upstream build and (always) at runtime
+deps = liblog-any-perl, libmoo-perl
+
+# Needed by upstream testsuite
+deps-test = libtest-failwarnings-perl
+deps-test +=, perl (>= 5.13.11) | libtest-simple-perl (>= 0.96)
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) +=, $(deps)
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..a23df70
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+https://metacpan.org/release/MooX-Role-Logger/ .*/MooX-Role-Logger-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/D/DA/DAGOLDEN/MooX-Role-Logger-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-role-logger-perl.git



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