[libdatetime-format-rfc3339-perl] 01/01: Initial packaging by dh-make-perl

Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 daxim at cpan.org
Mon Oct 14 14:42:41 UTC 2013


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

daxim-guest pushed a commit to branch master
in repository libdatetime-format-rfc3339-perl.

commit ac2309561b71d4e7685c9bd053ea5259047dc1c1
Author: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 <daxim at cpan.org>
Date:   Mon Oct 14 14:18:02 2013 +0200

    Initial packaging by dh-make-perl
---
 debian/changelog                            |    5 +++
 debian/compat                               |    1 +
 debian/control                              |   23 +++++++++++
 debian/copyright                            |   55 +++++++++++++++++++++++++++
 debian/libdatetime-format-rfc3339-perl.docs |    1 +
 debian/rules                                |    4 ++
 debian/source/format                        |    1 +
 debian/watch                                |    2 +
 8 files changed, 92 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7af8a01
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdatetime-format-rfc3339-perl (1.0.5-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #726316)
+
+ -- Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) <daxim at cpan.org>  Mon, 14 Oct 2013 14:18:02 +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..8d28d49
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: libdatetime-format-rfc3339-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) <daxim at cpan.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libdatetime-perl,
+ perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-rfc3339-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-rfc3339-perl.git
+Homepage: https://metacpan.org/release/DateTime-Format-RFC3339
+
+Package: libdatetime-format-rfc3339-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdatetime-perl
+Description: module to parse and format RFC3339 datetime strings
+ DateTime::Format::RFC3339 understands the RFC3339 date/time format, an ISO
+ 8601 profile, defined at http://tools.ietf.org/html/rfc3339.
+ .
+ It can be used to parse these formats in order to create the appropriate
+ objects.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..93ee332
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,55 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/DateTime-Format-RFC3339
+Upstream-Contact: Eric Brine <ikegami at adaelis.com>
+Upstream-Name: DateTime-Format-RFC3339
+
+Files: *
+Copyright: 2011, Eric Brine <ikegami at adaelis.com>
+License: CC0-1
+ CC0 1.0 Universal (CC0 1.0)
+ Public Domain Dedication
+ .
+ No Copyright
+ .
+ The person who associated a work with this deed has dedicated the
+ work to the public domain by waiving all of his or her rights to the
+ work worldwide under copyright law, including all related and
+ neighboring rights, to the extent allowed by law.
+ .
+ You can copy, modify, distribute and perform the work, even for
+ commercial purposes, all without asking permission. See Other
+ Information below.
+ .
+ Other Information
+ .
+ In no way are the patent or trademark rights of any person affected
+ by CC0, nor are the rights that other persons may have in the work
+ or in how the work is used, such as publicity or privacy rights.
+ .
+ Unless expressly stated otherwise, the person who associated a work
+ with this deed makes no warranties about the work, and disclaims
+ liability for all uses of the work, to the fullest extent permitted
+ by applicable law.
+ .
+ When using or citing the work, you should not imply endorsement by
+ the author or the affirmer.
+
+Files: debian/*
+Copyright: 2013, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) <daxim at cpan.org>
+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/libdatetime-format-rfc3339-perl.docs b/debian/libdatetime-format-rfc3339-perl.docs
new file mode 100644
index 0000000..35252fd
--- /dev/null
+++ b/debian/libdatetime-format-rfc3339-perl.docs
@@ -0,0 +1 @@
+LICENSE.txt
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..783a189
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/DateTime-Format-RFC3339   .*/DateTime-Format-RFC3339-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/libdatetime-format-rfc3339-perl.git



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