[libpath-router-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Wed Mar 9 17:30:07 UTC 2016


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

js pushed a commit to branch master
in repository libpath-router-perl.

commit 8e82995bebc492cdf8a8996f14a97e6a30046e63
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Mar 9 18:23:07 2016 +0100

    Initial packaging.
---
 debian/README.source            | 11 +++++++
 debian/changelog                |  6 ++++
 debian/compat                   |  1 +
 debian/control                  | 38 ++++++++++++++++++++++
 debian/control.in               | 21 ++++++++++++
 debian/copyright                | 33 +++++++++++++++++++
 debian/copyright_hints          | 71 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  5 +++
 debian/rules                    | 52 ++++++++++++++++++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  8 +++++
 debian/watch                    |  4 +++
 12 files changed, 251 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..21a7c10
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libpath-router-perl (0.15-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#817270.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 09 Mar 2016 18:22:53 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2c9f289
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: libpath-router-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ debhelper,
+ dh-buildinfo,
+ libsub-exporter-perl,
+ libclone-pp-perl (>= 1.04),
+ perl (>= 5.21.4) | libdata-dumper-perl (>= 2.154),
+ libeval-closure-perl (>= 0.13),
+ perl (>= 5.17.8) | libfile-spec-perl (>= 3.40),
+ libmoo-perl (>= 2.000001),
+ perl (>= 5.17.7) | libterm-readline-perl (>= 1.11),
+ perl (>= 5.21.10) | libtest-simple-perl (>= 1.001013),
+ libtest-deep-perl (>= 0.113),
+ libtry-tiny-perl (>= 0.19),
+ libtype-tiny-perl (>= 1.000005),
+ perl (>= 5.17.4),
+ libnamespace-clean-perl (>= 0.23),
+ libtest-fatal-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpath-router-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpath-router-perl.git
+Homepage: https://metacpan.org/pod/Path::Router
+
+Package: libpath-router-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: tool for routing paths
+ Path::Router provides a way of deconstructing paths into parameters
+ suitable for dispatching on. It also provides the inverse in that it
+ will take a list of parameters, and construct an appropriate uri for
+ it.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..e7110e5
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,21 @@
+Source: libpath-router-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.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpath-router-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpath-router-perl.git
+Homepage: https://metacpan.org/pod/Path::Router
+
+Package: libpath-router-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: tool for routing paths
+ Path::Router provides a way of deconstructing paths into parameters
+ suitable for dispatching on. It also provides the inverse in that it
+ will take a list of parameters, and construct an appropriate uri for
+ it.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7c88c10
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Path::Router
+Upstream-Contact: https://github.com/stevan/Path-Router/issues
+Source: https://github.com/stevan/Path-Router
+ git://github.com/stevan/Path-Router
+
+Files: *
+Copyright: 2008-2011,2016, Infinity Interactive, Inc
+License-Grant:
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
+Comment:
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: debian/*
+Copyright: 2016, Jonas Smedegaard <dr at jones.dk>
+License-Grant:
+ 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.
+License: GPL-3+
+
+License: Artistic
+License-Reference: /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+License-Reference: /usr/share/common-licenses/GPL-1
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..0725655
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,71 @@
+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: Changes
+ MANIFEST
+ META.json
+ META.yml
+ Makefile.PL
+ TODO
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ dist.ini
+ t/00-compile.t
+ t/001_basic.t
+ t/002_w_optional.t
+ t/003_messy_paths.t
+ t/004_match_test.t
+ t/005_match_test_w_optional.t
+ t/006_match_w_targets.t
+ t/007_match_exact_urls.t
+ t/008_uri_for.t
+ t/009_include_other_router.t
+ t/010_example_cat_chained_URIs.t
+ t/011_incorrect_validation_warning.t
+ t/012_ambiguous_routes.t
+ t/013_false_path_components.t
+ t/014_test_path_router.t
+ t/100_bug.t
+ xt/author/no-tabs.t
+ xt/release/eol.t
+ xt/release/pod-coverage.t
+ xt/release/pod-syntax.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: lib/Path/Router.pm
+ lib/Path/Router/Route.pm
+ lib/Path/Router/Route/Match.pm
+ lib/Path/Router/Shell.pm
+ lib/Path/Router/Types.pm
+ lib/Test/Path/Router.pm
+Copyright: 2008-2011, Infinity Interactive, Inc
+  AND LICENSE
+License: UNKNOWN
+ FIXME
+
+Files: LICENSE
+Copyright: 2016, Infinity Interactive
+License: Artistic-1.0 GPL (vever)
+ FIXME
+
+Files: debian/rules
+Copyright: 2016, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: README
+Copyright: 2016, Infinity Interactive
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c8db508
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,52 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2016, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Path::Router
+#
+# 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 = Path-Router
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/N/NE/NEILB
+
+# Build-depend unversioned on debhelper
+#  TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
+# Needed by upstream build and (always) at runtime
+deps = libsub-exporter-perl
+deps +=, libclone-pp-perl (>= 1.04)
+deps +=, perl (>= 5.21.4) | libdata-dumper-perl (>= 2.154)
+deps +=, libeval-closure-perl (>= 0.13)
+deps +=, perl (>= 5.17.8) | libfile-spec-perl (>= 3.40)
+deps +=, libmoo-perl (>= 2.000001)
+deps +=, perl (>= 5.17.7) | libterm-readline-perl (>= 1.11)
+deps +=, perl (>= 5.21.10) | libtest-simple-perl (>= 1.001013)
+deps +=, libtest-deep-perl (>= 0.113)
+deps +=, libtry-tiny-perl (>= 0.19)
+deps +=, libtype-tiny-perl (>= 1.000005)
+deps +=, perl (>= 5.17.4)
+deps +=, libnamespace-clean-perl (>= 0.23)
+
+# Needed by upstream testsuite
+bdeps-test = libtest-fatal-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(bdeps-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/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..dce4650
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,8 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright
+
+# Debhelper 9 is satisfied even in oldstable
+package-needs-versioned-debhelper-build-depends 9
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7abe6f8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=4
+https://metacpan.org/release/Path-Router/ .*/Path-Router-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/N/NE/NEILB/Path-Router-([\d.]+)\.tar\.gz

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



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