[libapp-cell-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Wed Mar 9 13:11:38 UTC 2016


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

js pushed a commit to branch master
in repository libapp-cell-perl.

commit 309096a591f2cb5efe067810049be67b2a414e39
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Mar 9 13:56:12 2016 +0100

    Initial packaging.
---
 debian/README.source            | 11 +++++++
 debian/changelog                |  6 ++++
 debian/compat                   |  1 +
 debian/control                  | 45 ++++++++++++++++++++++++++
 debian/control.in               | 31 ++++++++++++++++++
 debian/copyright                | 49 ++++++++++++++++++++++++++++
 debian/copyright_hints          | 72 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  5 +++
 debian/rules                    | 48 +++++++++++++++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  8 +++++
 debian/watch                    |  4 +++
 12 files changed, 281 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..653de18
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libapp-cell-perl (0.219-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#817250.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 09 Mar 2016 13:56:02 +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..72971d7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
+Source: libapp-cell-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ libmodule-build-perl,
+ debhelper,
+ dh-buildinfo,
+ libtimedate-perl,
+ libfile-homedir-perl,
+ libfile-next-perl,
+ libfile-sharedir-perl,
+ liblog-any-perl,
+ libparams-validate-perl,
+ libtry-tiny-perl,
+ libtest-warnings-perl,
+ libsoftware-license-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/libapp-cell-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapp-cell-perl.git
+Homepage: https://metacpan.org/pod/App::CELL
+
+Package: libapp-cell-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: configuration, error-handling, localization, and logging "framework"
+ App::CELL is the Configuration, Error-handling, Localization, and
+ Logging (CELL) framework for applications written in Perl.
+ .
+ In the author's experience, applications written for "users" (however
+ that term may be defined) frequently need to:
+ .
+  * be configurable by the user or site administrator
+  * handle errors robustly, without hangs and crashes
+  * potentially display messages in various languages
+  * log various types of messages to syslog
+ .
+ Since these basic functions seem to work well together, CELL is
+ designed to provide them in an integrated, well-documented,
+ straightforward, and reusable package.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..7921a4e
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,31 @@
+Source: libapp-cell-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/libapp-cell-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapp-cell-perl.git
+Homepage: https://metacpan.org/pod/App::CELL
+
+Package: libapp-cell-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: configuration, error-handling, localization, and logging "framework"
+ App::CELL is the Configuration, Error-handling, Localization, and
+ Logging (CELL) framework for applications written in Perl.
+ .
+ In the author's experience, applications written for "users" (however
+ that term may be defined) frequently need to:
+ .
+  * be configurable by the user or site administrator
+  * handle errors robustly, without hangs and crashes
+  * potentially display messages in various languages
+  * log various types of messages to syslog
+ .
+ Since these basic functions seem to work well together, CELL is
+ designed to provide them in an integrated, well-documented,
+ straightforward, and reusable package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6bead22
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,49 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: App::CELL
+Upstream-Contact: https://github.com/smithfarm/cell/issues
+Source: https://github.com/smithfarm/cell
+ git://github.com/smithfarm/cell
+
+Files: *
+Copyright: 2014-2015, SUSE LLC
+License: BSD-3-clause
+
+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: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of SUSE LLC nor the names of its contributors may
+ be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+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..eed80e1
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,72 @@
+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: Build.PL
+ Changes
+ MANIFEST
+ MANIFEST.SKIP
+ META.json
+ META.yml
+ Makefile.PL
+ README.rst
+ WISHLIST
+ bin/CELLdemo.plx
+ config/README
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ t/000-dependencies.t
+ t/001-log.t
+ t/002-util.t
+ t/003-test.t
+ t/004-debug.t
+ t/005-message.t
+ t/006-config.t
+ t/030-status.t
+ t/031-status_ok.t
+ t/032-status-expurgate.t
+ t/033-status-accessor.t
+ t/050-load.t
+ t/070-config.t
+ t/100-cell.t
+ t/110-site.t
+ t/111-site.t
+ t/manifest.t
+ t/pod-coverage.t
+ t/pod.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: LICENSE
+ config/CELL_Config.pm
+ config/CELL_Message_en.conf
+ config/CELL_MetaConfig.pm
+ config/CELL_SiteConfig.pm
+ lib/App/CELL.pm
+ lib/App/CELL/Config.pm
+ lib/App/CELL/Guide.pm
+ lib/App/CELL/Load.pm
+ lib/App/CELL/Log.pm
+ lib/App/CELL/Message.pm
+ lib/App/CELL/Status.pm
+ lib/App/CELL/Test.pm
+ lib/App/CELL/Test/LogToFile.pm
+ lib/App/CELL/Util.pm
+Copyright: 2014-2015, SUSE LLC
+License: BSD-3-clause
+ FIXME
+
+Files: debian/rules
+Copyright: 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..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..82d9066
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,48 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2016, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for App::CELL
+#
+# 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-build.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = App-CELL
+DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/App
+
+# 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
+perl-deps = timedate file-homedir file-next file-sharedir log-any
+perl-deps += params-validate try-tiny
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+
+# Needed by upstream testsuite
+bdeps-test = libtest-warnings-perl, libsoftware-license-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(bdeps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+
+
+# install example script only as such
+DEB_INSTALL_EXAMPLES_$(pkg) = bin/*
+install/$(pkg)::
+	rm -rf $(cdbs_curdestdir)usr/bin usr/share/man/man1
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..969be74
--- /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/App-CELL/ .*/App-CELL-([\d.]+)\.tar\.gz
+http://www.cpan.org/modules/by-module/Plack/App-CELL-([\d.]+)\.tar\.gz

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



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