[boxer] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Sat Oct 18 23:42:03 UTC 2014


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

js pushed a commit to branch master
in repository boxer.

commit 74939876b5e6a069b7197fc921f31d15a7416f2a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Oct 19 01:19:01 2014 +0200

    Initial packaging.
---
 debian/README.source   | 11 +++++++
 debian/changelog       |  6 ++++
 debian/compat          |  1 +
 debian/control         | 48 +++++++++++++++++++++++++++++++
 debian/control.in      | 19 ++++++++++++
 debian/copyright       | 68 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |  8 ++++++
 debian/rules           | 43 ++++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  4 +++
 11 files changed, 287 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..7a010cd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+boxer (0.002-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#765884.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 19 Oct 2014 01:35:46 +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..f59b0e1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: boxer
+Section: admin
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libapp-cmd-perl,
+ libipc-system-simple-perl,
+ libcapture-tiny-perl,
+ libfile-homedir-perl,
+ libjson-perl,
+ libmodule-runtime-perl,
+ libmoox-log-any-perl,
+ libmoox-types-mooselike-perl,
+ libpath-class-perl,
+ libpath-tiny-perl,
+ librole-commons-perl,
+ libtry-tiny-perl,
+ libtypes-path-tiny-perl,
+ libtype-tiny-perl,
+ libyaml-libyaml-perl,
+ libmatch-simple-perl,
+ libnamespace-clean-perl,
+ libstrictures-perl,
+ libmoo-perl (>= 1),
+ python-reclass,
+ libtest-compile-perl,
+ libtest-fixme-perl,
+ libtest-minimumversion-perl,
+ libtest-pod-perl,
+ libtest-synopsis-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/boxer
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/boxer.git
+Homepage: https://wiki.debian.org/Boxer
+
+Package: boxer
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: system deployment ninja tricks
+ Boxer is a tool for system deployment and for composing blends,
+ i.e designing how to have a distribution unfold onto boxes.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..edd3665
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,19 @@
+Source: boxer
+Section: admin
+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.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/boxer
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/boxer.git
+Homepage: https://wiki.debian.org/Boxer
+
+Package: boxer
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: system deployment ninja tricks
+ Boxer is a tool for system deployment and for composing blends,
+ i.e designing how to have a distribution unfold onto boxes.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1158db9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,68 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Boxer
+Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Boxer
+Source: https://metacpan.org/release/Boxer
+ git://anonscm.debian.org/boxer/Boxer
+
+Files: *
+Copyright: 2013-2014, Jonas Smedegaard <dr at jones.dk>
+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: Makefile.PL
+Copyright: 2013, 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: 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..8de219f
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,78 @@
+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
+ Changes
+ INSTALL
+ MANIFEST
+ META.json
+ META.yml
+ Makefile.PL
+ SIGNATURE
+ TODO
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ dist.ini
+ doap.ttl
+ doc/boxer.svg
+ lib/Boxer/CLI/Command.pm
+ lib/Boxer/CLI/Command/About.pm
+ lib/Boxer/CLI/Command/Aliases.pm
+ lib/Boxer/CLI/Command/Commands.pm
+ lib/Boxer/CLI/Command/Compose.pm
+ lib/Boxer/Role/Interact.pm
+ lib/Boxer/Task.pm
+ lib/Boxer/Task/Classify.pm
+ lib/Boxer/Task/Serialize.pm
+ t/00_compile.t
+ t/00_compile_scripts.t
+ t/01_app_help.t
+ t/fixme.t
+ t/minimumversion.t
+ t/pod.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README
+ bin/boxer
+ lib/Boxer.pm
+ lib/Boxer/CLI.pm
+Copyright: 2013, Jonas Smedegaard
+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, Jonas Smedegaard
+  disclaimer" for the program, if
+  interest in the
+  the software, and
+License: GPL-ever
+ FIXME
+
+Files: COPYRIGHT
+Copyright: 2013, Toby Inkster
+  2014, Jonas Smedegaard
+  2014, the holder(s)
+  None
+  This software is 2013, by Jonas Smedegaard
+  Unknown
+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..2d48237
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,43 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2014, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Text::sprintfn
+#
+# 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 = Boxer
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/J/JO/JONASS
+
+# Needed by upstream build and (always) at runtime
+perl-deps = app-cmd ipc-system-simple capture-tiny file-homedir json
+perl-deps += module-runtime moox-log-any moox-types-mooselike path-class
+perl-deps += path-tiny role-commons try-tiny types-path-tiny type-tiny
+perl-deps += yaml-libyaml match-simple namespace-clean strictures
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, libmoo-perl (>= 1)
+deps +=, python-reclass
+
+# Needed by upstream testsuite
+perl-deps-test = compile fixme minimumversion pod synopsis
+deps-test = $(patsubst %,$(comma) libtest-%-perl,$(perl-deps-test))
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-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/watch b/debian/watch
new file mode 100644
index 0000000..3be372b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+http://www.cpan.org/authors/id/J/JO/JONASS/Boxer-([\d.]+)\.tar\.gz
+https://metacpan.org/release/Boxer .*/Boxer-([\d.]+)\.tar\.gz

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



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