[libspecio-library-path-tiny-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Sun Dec 25 19:31:00 UTC 2016


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

js pushed a commit to branch master
in repository libspecio-library-path-tiny-perl.

commit be8f2373df4b2e13ebf755c1a71f1301fc1dde57
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 25 20:27:56 2016 +0100

    Initial packaging.
---
 debian/README.source            | 11 +++++++
 debian/changelog                |  5 ++++
 debian/compat                   |  1 +
 debian/control                  | 31 ++++++++++++++++++++
 debian/control.in               | 23 +++++++++++++++
 debian/copyright                | 28 ++++++++++++++++++
 debian/copyright_hints          | 64 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  6 ++++
 debian/rules                    | 36 +++++++++++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  8 ++++++
 debian/watch                    |  4 +++
 12 files changed, 218 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..fa1327a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libspecio-library-path-tiny-perl (0.04-1) unstable; urgency=low
+
+  * Initial packaging release.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 25 Dec 2016 20:27:23 +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..1bbfe96
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libspecio-library-path-tiny-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ licensecheck,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libspecio-perl,
+ libpath-tiny-perl (>= 0.087),
+ libfile-pushd-perl,
+ 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.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libspecio-library-path-tiny-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libspecio-library-path-tiny-perl.git
+Homepage: http://metacpan.org/release/Specio-Library-Path-Tiny
+
+Package: libspecio-library-path-tiny-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Enhances: ${cdbs:Enhances}
+Description: Path::Tiny types and coercions for Specio
+ Specio::Library::Path::Tiny provides a set of Path::Tiny types and
+ coercions for Specio. These types can be used with Moose, Moo,
+ Params::ValidationCompiler, and other modules.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..0701eb8
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,23 @@
+Source: libspecio-library-path-tiny-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.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libspecio-library-path-tiny-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libspecio-library-path-tiny-perl.git
+Homepage: http://metacpan.org/release/Specio-Library-Path-Tiny
+
+Package: libspecio-library-path-tiny-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Enhances: ${cdbs:Enhances}
+Description: Path::Tiny types and coercions for Specio
+ Specio::Library::Path::Tiny provides a set of Path::Tiny types and
+ coercions for Specio. These types can be used with Moose, Moo,
+ Params::ValidationCompiler, and other modules.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9d9db7e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Specio::Library::Path::Tiny
+Upstream-Contact: https://github.com/houseabsolute/Specio-Library-Path-Tiny/issues
+Source: https://metacpan.org/release/Specio-Library-Path-Tiny
+ git://github.com/houseabsolute/Specio-Library-Path-Tiny
+
+Files: *
+Copyright: 2016, Dave Rolsky <autarch at urth.org>
+License-Grant:
+ This is free software, licensed under:
+ .
+ The Apache License, Version 2.0, January 2004
+License: Apache-2.0
+
+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: Apache-2.0
+License-Reference: /usr/share/common-licenses/Apache-2.0
+
+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..fad4aa8
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,64 @@
+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: CONTRIBUTING.md
+ Changes
+ INSTALL
+ MANIFEST
+ META.json
+ META.yml
+ Makefile.PL
+ appveyor.yml
+ cpanfile
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ dist.ini
+ perlcriticrc
+ perltidyrc
+ t/00-report-prereqs.dd
+ t/00-report-prereqs.t
+ t/basic.t
+ tidyall.ini
+ xt/author/00-compile.t
+ xt/author/eol.t
+ xt/author/mojibake.t
+ xt/author/no-tabs.t
+ xt/author/pod-coverage.t
+ xt/author/pod-spell.t
+ xt/author/pod-syntax.t
+ xt/author/portability.t
+ xt/author/test-version.t
+ xt/author/tidyall.t
+ xt/release/cpan-changes.t
+ xt/release/meta-json.t
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: README.md
+ lib/Specio/Library/Path/Tiny.pm
+Copyright: 2016, Dave Rolsky.
+License: Apache-2.0
+ FIXME
+
+Files: LICENSE
+Copyright: [yyyy
+  license to reproduce, prepare Derivative Works of,
+  patent, trademark, and
+License: Apache-2.0
+ FIXME
+
+Files: debian/rules
+Copyright: 2013-2016, 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..341e442
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+filter = *.git*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d4d4c1c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,36 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2016, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Specio::Library::Path::Tiny
+#
+# 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/utils.mk
+include /usr/share/cdbs/1/class/perl-makemaker.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+# Needed by upstream build process and (always) at runtime
+deps = libspecio-perl
+deps +=, libpath-tiny-perl (>= 0.087)
+
+# Needed by upstream testsuite
+deps-test = libfile-pushd-perl, libtest-fatal-perl
+
+enhances = libspecio-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_ENHANCES_$(pkg) = $(enhances)
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..959330f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+opts="dversionmangle=s/~dfsg.*//,repacksuffix=~dfsg" \
+https://metacpan.org/release/Specio-Library-Path-Tiny .*/Specio-Library-Path-Tiny-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libspecio-library-path-tiny-perl.git



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