[libtest-name-fromline-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Thu Aug 13 19:18:25 UTC 2015


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

js pushed a commit to branch master
in repository libtest-name-fromline-perl.

commit 01fdbe679274f1c91cda4a368cd59e21c1a897d1
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Aug 13 21:04:36 2015 +0200

    Initial packaging.
---
 debian/README.source            | 11 ++++++++
 debian/changelog                |  6 +++++
 debian/compat                   |  1 +
 debian/control                  | 29 +++++++++++++++++++++
 debian/control.in               | 20 +++++++++++++++
 debian/copyright                | 35 +++++++++++++++++++++++++
 debian/copyright_hints          | 57 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  6 +++++
 debian/rules                    | 43 +++++++++++++++++++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  8 ++++++
 debian/watch                    |  4 +++
 12 files changed, 221 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..a77b0fb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libtest-name-fromline-perl (0.13-1) unstable; urgency=medium
+
+  * Initial packaging release.
+    Closes: bug#795412.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Thu, 13 Aug 2015 21:07:50 +0200
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..89a8ea6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: libtest-name-fromline-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ libmodule-build-perl,
+ debhelper,
+ dh-buildinfo,
+ perl (>= 5.13.10) | libcpan-meta-perl,
+ libtest-differences-perl,
+ libtest-fatal-perl,
+ libfile-slurp-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/libtest-name-fromline-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-name-fromline-perl.git
+Homepage: https://github.com/cho45/Test-Name-FromLine
+
+Package: libtest-name-fromline-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: auto fill test names from caller line
+ Test::Name::FromLine is a test utility that fills test names from its
+ file.  Just use the module in the test file and it will fill test names
+ to all tests except named ones.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..adeba1a
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,20 @@
+Source: libtest-name-fromline-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.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-name-fromline-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-name-fromline-perl.git
+Homepage: https://github.com/cho45/Test-Name-FromLine
+
+Package: libtest-name-fromline-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: auto fill test names from caller line
+ Test::Name::FromLine is a test utility that fills test names from its
+ file.  Just use the module in the test file and it will fill test names
+ to all tests except named ones.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4ba4c56
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Test::Name::FromLine
+Upstream-Contact: https://github.com/cho45/Test-Name-FromLine/issues
+Source: http://search.cpan.org/dist/Test-Name-FromLine/
+ git://github.com/cho45/Test-Name-FromLine
+
+Files: *
+Copyright:
+  © cho45 <cho45 at lowreal.net>
+License-Grant:
+ This library is free software; you can redistribute it and/or modify it
+ under the same terms as Perl 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:
+  © 2015, 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 of the License, 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_hints b/debian/copyright_hints
new file mode 100644
index 0000000..bfec97d
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,57 @@
+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
+ META.json
+ META.yml
+ README.md
+ cpanfile
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ inc/Spiffy.pm
+ inc/Test/Base.pm
+ inc/Test/Base/Filter.pm
+ inc/Test/Builder.pm
+ inc/Test/Builder/Module.pm
+ inc/Test/Differences.pm
+ inc/Test/More.pm
+ lib/Test/Name/FromLine.pm
+ t/00_compile.t
+ t/02_invalid_level.t
+ t/03_pass.t
+ t/Test.pm
+ t/base.t
+ t/chdir.t
+ t/line_from_abs.t
+ t/perlcriticrc
+ xt/98_perlcritic.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2015, 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>
+  2013, cho45 <cho45 at lowreal.net>
+  disclaimer" for the program, if
+  the software, and
+License: GPL-ever
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..f52b828
--- /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 = .gitignore
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9441a36
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,43 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2015 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Test::Name::FromLine
+#
+# 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 of the License, 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 = Test-Name-FromLine
+DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Test
+
+# Build-depend unversioned on debhelper
+#  TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
+# Needed by upstream build
+bdeps = perl (>= 5.13.10) | libcpan-meta-perl
+
+# Needed by upstream testsuite
+bdeps-test = libtest-differences-perl, libtest-fatal-perl
+
+# Needed by upstream build and (always) at runtime
+deps = libfile-slurp-perl
+
+CDBS_BUILD_DEPENDS += , $(bdeps), $(bdeps-test), $(deps)
+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/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..82f85cb
--- /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/Test-Name-FromLine/ .*/Test-Name-FromLine-([\d.]+)\.tar\.gz
+http://www.cpan.org/modules/by-module/Plack/Test-Name-FromLine-([\d.]+)\.tar\.gz

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



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