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

js pushed a commit to branch master
in repository libcatmandu-atom-perl.

commit 35be1c4bec030c82a9dd6dea8228438ac4947ed7
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Fri May 23 17:44:49 2014 +0200

    Initial packaging.
---
 debian/README.source   | 11 +++++++++++
 debian/changelog       |  6 ++++++
 debian/compat          |  1 +
 debian/control         | 31 +++++++++++++++++++++++++++++++
 debian/control.in      | 21 +++++++++++++++++++++
 debian/copyright       | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 33 +++++++++++++++++++++++++++++++++
 debian/rules           | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  4 ++++
 10 files changed, 200 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 <d...@jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6d1203a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libcatmandu-atom-perl (0.02-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#749065.
+
+ -- Jonas Smedegaard <d...@jones.dk>  Fri, 23 May 2014 17:44:34 +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..0eaec81
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libcatmandu-atom-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libcatmandu-perl,
+ libxml-atom-perl (>= 0.41),
+ libnamespace-clean-perl (>= 0.24),
+ perl (>= 5.17.1) | libmodule-build-perl (>= 0.40),
+ perl (<< 5.19.0) | libmodule-build-perl (>= 0.40),
+ libtest-exception-perl
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-atom-perl
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatmandu-atom-perl.git
+Homepage: https://metacpan.org/release/Catmandu-Atom
+
+Package: libcatmandu-atom-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Enhances: ${cdbs:Enhances}
+Description: modules for handling Atom feeds within the Catmandu framework
+ Catmandu provides a suite of Perl modules to ease the import, storage,
+ retrieval, export and transformation of metadata records.
+ .
+ Catmandu::Atom contains modules for handling Atom feeds within the
+ Catmandu framework.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..e657684
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,21 @@
+Source: libcatmandu-atom-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-atom-perl
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatmandu-atom-perl.git
+Homepage: https://metacpan.org/release/Catmandu-Atom
+
+Package: libcatmandu-atom-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Enhances: ${cdbs:Enhances}
+Description: modules for handling Atom feeds within the Catmandu framework
+ Catmandu provides a suite of Perl modules to ease the import, storage,
+ retrieval, export and transformation of metadata records.
+ .
+ Catmandu::Atom contains modules for handling Atom feeds within the
+ Catmandu framework.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..06da218
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,48 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Catmandu::Atom
+Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Catmandu-Atom
+Source: http://www.cpan.org/
+
+Files: *
+Copyright: Nicolas Steenlant <nicolas.steenl...@ugent.be>
+License: Artistic or GPL-1+
+ License:
+ .
+ license: http://dev.perl.org/licenses/
+ .
+ Comment:
+ .
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: debian/*
+Copyright: 2014, Jonas Smedegaard <d...@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 of the License, 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'.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..9d0d4d5
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,33 @@
+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
+ META.json
+ META.yml
+ Makefile.PL
+ README
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/source/format
+ debian/watch
+ lib/Catmandu/Atom.pm
+ lib/Catmandu/Exporter/Atom.pm
+ lib/Catmandu/Importer/Atom.pm
+ t/Catmandu-Exporter-Atom.t
+ t/Catmandu-Importer-Atom.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2014, Jonas Smedegaard <d...@jones.dk>
+License: GPL-3+
+ FIXME
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2f46081
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,44 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2014 Jonas Smedegaard <d...@jones.dk>
+# Description: Main Debian packaging script for Catmandu::Atom
+#
+# 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 = Catmandu-Atom
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/N/NI/NICS
+DEB_UPSTREAM_TARBALL_MD5 = 0526fea112838dff9fe71b5876aa6450
+
+# Needed by upstream build and (always) at runtime
+deps = libcatmandu-perl
+deps +=, libxml-atom-perl (>= 0.41)
+deps +=, libnamespace-clean-perl (>= 0.24)
+
+# Needed by upstream build
+bdeps = perl (>= 5.17.1) | libmodule-build-perl (>= 0.40)
+bdeps +=, perl (<< 5.19.0) | libmodule-build-perl (>= 0.40)
+
+# Needed by upstream testsuite
+deps-test = libtest-exception-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(bdeps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_ENHANCES_$(pkg) = libcatmandu-perl
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..63a1cad
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version = 3
+http://www.cpan.org/authors/id/N/NI/NICS/Catmandu-Atom-([\d.]+)\.tar\.gz
+https://metacpan.org/release/Catmandu-Atom .*/Catmandu-Atom-([\d.]+)\.tar\.gz

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to