[libmoox-configfromfile-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Sun May 18 19:13:50 UTC 2014


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

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

commit 2d621088f73d7fa1fc80abddfd24ad53c652dce8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun May 18 21:10:50 2014 +0200

    Initial packaging.
---
 debian/README.source   | 11 +++++++++++
 debian/changelog       |  6 ++++++
 debian/compat          |  1 +
 debian/control         | 33 +++++++++++++++++++++++++++++++++
 debian/control.in      | 23 +++++++++++++++++++++++
 debian/copyright       | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 39 +++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |  8 ++++++++
 debian/rules           | 42 ++++++++++++++++++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  3 +++
 11 files changed, 217 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..95f70c7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libmoox-configfromfile-perl (0.002-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#748581.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 18 May 2014 21:10:30 +0200
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..1d2db8e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: libmoox-configfromfile-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libconfig-any-perl,
+ libfile-find-rule-perl,
+ libmoox-file-configdir-perl,
+ libmoo-perl (>= 1.003),
+ libjson-perl,
+ libmoose-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-configfromfile-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoox-configfromfile-perl.git
+Homepage: https://metacpan.org/release/MooX-ConfigFromFile
+
+Package: libmoox-configfromfile-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: Moo extension for initializing objects from config file
+ MooX::ConfigFromFile is intended to easy load initialization values for
+ attributes on object construction from an appropriate config file. The
+ building is done in MooX::ConfigFromFile::Rule - using
+ MooX::ConfigFromFile ensures the role is applied.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..0d31724
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,23 @@
+Source: libmoox-configfromfile-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.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-configfromfile-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoox-configfromfile-perl.git
+Homepage: https://metacpan.org/release/MooX-ConfigFromFile
+
+Package: libmoox-configfromfile-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: Moo extension for initializing objects from config file
+ MooX::ConfigFromFile is intended to easy load initialization values for
+ attributes on object construction from an appropriate config file. The
+ building is done in MooX::ConfigFromFile::Rule - using
+ MooX::ConfigFromFile ensures the role is applied.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a5e6fc6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,50 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: MooX::ConfigFromFile
+Upstream-Contact: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MooX-ConfigFromFile
+Source: http://search.cpan.org/dist/MooX-ConfigFromFile/
+ git://github.com/rehsack/MooX-ConfigFromFile
+
+Files: *
+Copyright: 2013, Jens Rehsack <rehsack at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ License:
+ .
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of either: the GNU General Public License as published
+ by the Free Software Foundation; or the Artistic License.
+
+Files: debian/*
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+
+License: Artistic
+ Comment:
+ .
+ On Debian systems the 'Artistic License' is located in
+ '/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 1 is located
+ in '/usr/share/common-licenses/GPL-1'.
+
+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..db3a10d
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,39 @@
+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: Build.PL
+ Changes
+ MANIFEST
+ MANIFEST.SKIP
+ META.json
+ META.yml
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ etc/calc-operands.json
+ t/00-load.t
+ t/01-parse.t
+ t/02-moose.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/MooX/ConfigFromFile.pm
+ lib/MooX/ConfigFromFile/Role.pm
+Copyright: 2013, Jens Rehsack
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2014, 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..f2fa90c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,42 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2014 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for MooX::ConfigFromFile
+#
+# 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-build.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = MooX-ConfigFromFile
+DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/MooX
+
+# Needed by upstream build process and (always) at runtime
+perl-deps = config-any file-find-rule moox-file-configdir
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, libmoo-perl (>= 1.003)
+
+# Needed (always/optionally) by upstream testsuite
+deps-test = libjson-perl
+deps-test-opt = libmoose-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(deps-test-opt)
+CDBS_DEPENDS_$(pkg) = $(deps)
+
+# README contains only only template text
+DEB_INSTALL_DOCS_ALL := $(filter-out README, $(DEB_INSTALL_DOCS_ALL))
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..4026a13
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+https://metacpan.org/release/MooX-ConfigFromFile/ .*/MooX-ConfigFromFile-([\d.]+)\.tar\.gz debian

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



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