[liblog-any-adapter-tap-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Sun Dec 3 12:18:04 UTC 2017


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

js pushed a commit to branch master
in repository liblog-any-adapter-tap-perl.

commit a0a42f49eb0aa66e4f1de760aefc6c18db28d996
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 3 13:15:22 2017 +0100

    Initial packaging.
---
 debian/changelog                |  6 ++++
 debian/compat                   |  1 +
 debian/control                  | 29 +++++++++++++++++++
 debian/copyright                | 36 +++++++++++++++++++++++
 debian/copyright-check          | 24 ++++++++++++++++
 debian/copyright_hints          | 63 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  6 ++++
 debian/rules                    |  3 ++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  7 +++++
 debian/watch                    |  5 ++++
 11 files changed, 181 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5be8e95
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+liblog-any-adapter-tap-perl (0.3.3-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#883383.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 03 Dec 2017 13:14:50 +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..9b92c23
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: liblog-any-adapter-tap-perl
+Section: perl
+Priority: optional
+Build-Depends:
+ debhelper,
+ liblog-any-perl,
+ libtry-tiny-perl,
+ perl,
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 4.1.1
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblog-any-adapter-tap-perl.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/liblog-any-adapter-tap-perl.git
+Homepage: https://github.com/nrdvana/perl-Log-Any-Adapter-TAP
+
+Package: liblog-any-adapter-tap-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ liblog-any-perl,
+ libtry-tiny-perl,
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: logging adapter suitable for use in TAP testcases
+ Log::Any::Adapter::TAP shows logging output when running testcases.
+ E.g. all "warn" and more serious messages are emitted
+ as "diag" output on STDERR,
+ and less serious messages as "note" comments on STDOUT.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6b441b4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Log::Any::Adapter::TAP
+Upstream-Contact: https://github.com/nrdvana/perl-Log-Any-Adapter-TAP/issues
+Source: https://github.com/nrdvana/perl-Log-Any-Adapter-TAP/releases
+ git://github.com/nrdvana/perl-Log-Any-Adapter-TAP
+
+Files: *
+Copyright: Michael Conrad <mike at nrdvana.net>
+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-2017, 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-check b/debian/copyright-check
new file mode 100755
index 0000000..129b94d
--- /dev/null
+++ b/debian/copyright-check
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Copyright © 2016-2017  Jonas Smedegaard <dr at jones.dk>
+# Description: helper script to update copyright_hints
+#
+# 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/>.
+
+set -eu
+
+make -f /usr/share/cdbs/1/rules/utils.mk pre-build || true
+make -f /usr/share/cdbs/1/rules/utils.mk clean DEB_COPYRIGHT_CHECK_STRICT=1
+
+# unconditionally merge changes - safe to do with git-tracked package
+[ ! -f debian/copyright_newhints ] || mv -f debian/copyright_newhints debian/copyright_hints
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..4b0845a
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,63 @@
+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.yml
+ Makefile.PL
+ debian/compat
+ debian/control
+ debian/gbp.conf
+ debian/rules
+ debian/source/format
+ debian/watch
+ dist.ini
+ t/01-basics.t
+ t/02-tap-log-filter-env.t
+ t/03-invalid-log-level.t
+ t/04-filter-offset-notation.t
+ t/05-dumper-warning.t
+ t/author-pod-coverage.t
+ t/author-pod-syntax.t
+ t/lib/TestLogging.pm
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/Log/Any/Adapter/TAP.pm
+Copyright: 2016, Michael Conrad.
+License: Artistic or GPL-1+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc.
+  19xx name of author
+  19yy <name of author>
+  2016, Michael Conrad.
+  disclaimer" for the program, if
+  ed by the Free
+  interest in the
+  of this Package, but belong to whomever generated them, and may be sold
+  the software, and
+License: Artistic or GPL-1+
+ FIXME
+
+Files: debian/copyright-check
+Copyright: 2016-2017, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: debian/source/lintian-overrides
+Copyright: Artistic
+  GPL-1+
+  GPL-3+
+  artistic
+  gpl-1+
+  gpl-3+
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..2a594ca
--- /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..cbe925d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@
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..cd31f27
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,7 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright artistic *
+missing-license-paragraph-in-dep5-copyright gpl-1\+ *
+missing-license-paragraph-in-dep5-copyright gpl-3\+ *
+missing-license-text-in-dep5-copyright Artistic *
+missing-license-text-in-dep5-copyright GPL-1\+ *
+missing-license-text-in-dep5-copyright GPL-3\+ *
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..98e7420
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+opts="uversionmangle=s/\d{3}\K(?=\d{3})/./g;s/(?<=.)0+//g" \
+ https://metacpan.org/release/Log-Any-Adapter-TAP \
+ .*/Log-Any-Adapter-TAP at ANY_VERSION@@ARCHIVE_EXT@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-any-adapter-tap-perl.git



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