[libdist-inkt-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Mon Jun 2 11:35:05 UTC 2014


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

js pushed a commit to branch master
in repository libdist-inkt-perl.

commit 1a304cda84673c367875a475566d4a82c7af1269
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jun 2 13:25:57 2014 +0200

    Initial packaging.
---
 debian/README.source   |  11 ++++++
 debian/changelog       |   6 +++
 debian/compat          |   1 +
 debian/control         |  51 ++++++++++++++++++++++++
 debian/control.in      |  30 ++++++++++++++
 debian/copyright       |  81 ++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 103 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |   8 ++++
 debian/rules           |  46 ++++++++++++++++++++++
 debian/source/format   |   1 +
 debian/watch           |   4 ++
 11 files changed, 342 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..0b4c1b0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libdist-inkt-perl (0.017-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#750162.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 02 Jun 2014 13:25:53 +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..c17fe85
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,51 @@
+Source: libdist-inkt-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libcpan-changes-perl,
+ libdata-dump-perl,
+ liblist-moreutils-perl,
+ libmodule-metadata-perl,
+ libmodule-signature-perl,
+ libpath-iterator-rule-perl,
+ libpath-tiny-perl,
+ librdf-doap-lite-perl,
+ libsoftware-license-perl,
+ libtypes-path-tiny-perl,
+ libtype-tiny-perl,
+ libnamespace-autoclean-perl,
+ perl (>=5.13.10) | libcpan-meta-perl,
+ perl (>=5.15.7) | cpan-meta-requirements,
+ libmodule-cpanfile-perl (>= 1.0002),
+ libmoose-perl (>= 2.0800),
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libdist-inkt-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-inkt-perl.git
+Homepage: https://metacpan.org/release/Dist-Inkt
+
+Package: libdist-inkt-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: yet another distribution builder
+ Dist::Inkt itself does virtually nothing; it creates an empty
+ directory, generates a MANIFEST file, and then wraps it all up into a
+ gzipped tarball.  But it provides various hooks along the way for
+ subclasses to grab hold of.  So the general idea is that you write a
+ subclass of Dist::Inkt, which consumes various Moose::Roles to do the
+ actual work of populating the distribution with files.
+ .
+ As such, Dist::Inkt is not so much a distribution builder, as it is a
+ framework for writing your own distribution builder.
+ .
+ Several roles of varying utility are bundled with Dist::Inkt, as is
+ Dist::Inkt::Profile::Simple, a subclass of Dist::Inkt which consumes
+ most of these roles.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..627844e
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,30 @@
+Source: libdist-inkt-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.5
+Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libdist-inkt-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-inkt-perl.git
+Homepage: https://metacpan.org/release/Dist-Inkt
+
+Package: libdist-inkt-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: yet another distribution builder
+ Dist::Inkt itself does virtually nothing; it creates an empty
+ directory, generates a MANIFEST file, and then wraps it all up into a
+ gzipped tarball.  But it provides various hooks along the way for
+ subclasses to grab hold of.  So the general idea is that you write a
+ subclass of Dist::Inkt, which consumes various Moose::Roles to do the
+ actual work of populating the distribution with files.
+ .
+ As such, Dist::Inkt is not so much a distribution builder, as it is a
+ framework for writing your own distribution builder.
+ .
+ Several roles of varying utility are bundled with Dist::Inkt, as is
+ Dist::Inkt::Profile::Simple, a subclass of Dist::Inkt which consumes
+ most of these roles.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6d143a9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,81 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Dist::Inkt
+Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Dist-Inkt
+Source: http://search.cpan.org/dist/Dist-Inkt/
+ https://github.com/tobyink/p5-dist-inkt
+
+Files: *
+Copyright: 2013-2014, Toby Inkster <tobyink at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ License:
+ .
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ .
+ Comment:
+ .
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: CONTRIBUTING
+Copyright: 2012-2014, Toby Inkster <tobyink at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ License:
+ .
+ CONTRIBUTING is available under three different licences permitting its
+ redistribution: the CC-BY-SA_UK-2.0 licence, plus the same licences as
+ Perl itself, which is distributed under the GNU General Public Licence
+ version 1, and the Artistic Licence.
+ .
+ This file is licensed under the Creative Commons Attribution-ShareAlike
+ 2.0 UK: England & Wales License. To view a copy of this license, visit
+ <http://creativecommons.org/licenses/by-sa/2.0/uk/>.
+ .
+ This file is free software; you can redistribute it and/or modify it
+ under the same terms as the Perl 5 programming language system itself.
+ .
+ Comment:
+ .
+ Above is from <https://gist.github.com/tobyink/fbafb504f85c833c039f>,
+ which supercedes the included CONTRIBUTING file as announced at
+ <https://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/2014-May/077653.html>.
+ .
+ The CC-BY-SA_UK-2.0 licensing was deliberately omitted to avoid 2k of
+ unneeded legalese in this file.
+
+Files: debian/*
+Copyright: 2014, Jonas Smedegaard <dr at 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, 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'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..48dd4c6
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,103 @@
+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: CREDITS
+ INSTALL
+ MANIFEST
+ META.json
+ META.yml
+ Makefile.PL
+ SIGNATURE
+ bin/distinkt-dist
+ bin/distinkt-travisyml
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ dist.ini
+ examples/p5-acme-example-dist/cpanfile
+ examples/p5-acme-example-dist/dist.ini
+ lib/Dist/Inkt/Profile/Simple.pm
+ lib/Dist/Inkt/Role/CPANfile.pm
+ lib/Dist/Inkt/Role/CopyFiles.pm
+ lib/Dist/Inkt/Role/CopyStandardDocuments.pm
+ lib/Dist/Inkt/Role/MetaProvides.pm
+ lib/Dist/Inkt/Role/MetaProvidesScripts.pm
+ lib/Dist/Inkt/Role/SignDistribution.pm
+ lib/Dist/Inkt/Role/WriteDOAPLite.pm
+ lib/Dist/Inkt/Role/WriteINSTALL.pm
+ lib/Dist/Inkt/Role/WriteLICENSE.pm
+ lib/Dist/Inkt/Role/WriteMetaJSON.pm
+ lib/Dist/Inkt/Role/WriteMetaYML.pm
+ lib/Dist/Inkt/Role/WriteREADME.pm
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: CONTRIBUTING
+ README
+ examples/p5-acme-example-dist/lib/Acme/Example/Dist.pm
+ examples/p5-acme-example-dist/t/01basic.t
+ t/01basic.t
+Copyright: 2012-2013, Toby Inkster
+  2013, Toby Inkster
+  2013-2014, Toby Inkster
+  2014, Toby Inkster
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc
+  19xx name of author
+  19yy <name of author>
+  2014, Toby Inkster
+  disclaimer" for the program, if
+  interest in the
+  the software, and
+License: GPL-ever
+ FIXME
+
+Files: lib/Dist/Inkt.pm
+Copyright: 2013-2014, Toby Inkster
+  => [ 'None' => 'public-domain'
+License: UNKNOWN
+ FIXME
+
+Files: COPYRIGHT
+Copyright: 2013, Toby Inkster
+  2014, Toby Inkster
+  2014, the holder(s)
+  None
+  This software is 2013, by Toby Inkster
+  This software is 2013-2014, by Toby Inkster
+  This software is 2014, by Toby Inkster
+  Unknown
+License: UNKNOWN
+ FIXME
+
+Files: lib/Dist/Inkt/Role/WriteMakefilePL.pm
+Copyright: 2013, Toby Inkster.'
+License: UNKNOWN
+ FIXME
+
+Files: Changes
+Copyright: file
+License: UNKNOWN
+ FIXME
+
+Files: doap.ttl
+Copyright: file.";
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..790a2f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+
+[git-import-orig]
+filter = .gitignore
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c6a4774
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2014, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Dist::Inkt
+#
+# 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 = Dist-Inkt
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
+
+# Needed by upstream build and (always) at runtime
+perl-deps = cpan-changes data-dump list-moreutils module-metadata
+perl-deps += module-signature path-iterator-rule path-tiny rdf-doap-lite
+perl-deps += software-license types-path-tiny type-tiny
+perl-deps += namespace-autoclean
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, perl (>=5.13.10) | libcpan-meta-perl
+deps +=, perl (>=5.15.7) | cpan-meta-requirements
+deps +=, libmodule-cpanfile-perl (>= 1.0002)
+deps +=, libmoose-perl (>= 2.0800)
+
+# Needed by upstream testsuite
+deps-test = perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+
+DEB_INSTALL_EXAMPLES_$(pkg) = examples/*
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..11a3143
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+https://metacpan.org/release/Dist-Inkt .*/Dist-Inkt-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/T/TO/TOBYINK/Dist-Inkt-([\d.]+)\.tar\.gz

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



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