[libnumber-phone-perl] 01/01: Initial packaging, based on dh-make-perl

Michael Prokop mika at moszumanska.debian.org
Thu Aug 7 10:28:19 UTC 2014


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

mika pushed a commit to branch master
in repository libnumber-phone-perl.

commit 07b2a8288f55093ad8b206121346482d655933a0
Author: Michael Prokop <mika at debian.org>
Date:   Thu Aug 7 12:15:54 2014 +0200

    Initial packaging, based on dh-make-perl
---
 debian/changelog                 |  5 +++++
 debian/compat                    |  1 +
 debian/control                   | 21 ++++++++++++++++++
 debian/copyright                 | 47 ++++++++++++++++++++++++++++++++++++++++
 debian/libnumber-phone-perl.docs |  1 +
 debian/rules                     |  4 ++++
 debian/source/format             |  1 +
 debian/watch                     |  2 ++
 8 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1e80a6a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libnumber-phone-perl (3.0001-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #757193)
+
+ -- Michael Prokop <mika at debian.org>  Thu, 7 Aug 2014 12:15:54 +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..73005ef
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libnumber-phone-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Prokop <mika at debian.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libdbm-deep-perl (>= 2.0008),
+ perl
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnumber-phone-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnumber-phone-perl.git
+Homepage: https://metacpan.org/release/Number-Phone
+
+Package: libnumber-phone-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdbm-deep-perl (>= 2.0008)
+Description: base class for parsing and dealing with phone numbers
+ This Perl module and its sub-classes provides support for parsing
+ and dealing with phone numbers, e.g. Number::Phone::Country looks up
+ the country based on a telephone number.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cfdb8c0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Number-Phone
+Upstream-Contact: David Cantrell <david at cantrell.org.uk>
+Upstream-Name: Number-Phone
+
+Files: *
+Copyright: 2012, David Cantrell <david at cantrell.org.uk>
+License: Artistic or GPL-1+
+
+Files: lib/Number/Phone/StubCountry/*
+Copyright: 2011, David Cantrell <david at cantrell.org.uk>
+License: Apache
+
+Files: debian/*
+Copyright: 2014, Michael Prokop <mika at debian.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'.
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License can be
+ found in `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/libnumber-phone-perl.docs b/debian/libnumber-phone-perl.docs
new file mode 100644
index 0000000..1333ed7
--- /dev/null
+++ b/debian/libnumber-phone-perl.docs
@@ -0,0 +1 @@
+TODO
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..a8eacdc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Number-Phone   .*/Number-Phone-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/libnumber-phone-perl.git



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