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

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

commit a57da13a87e35ac9374c8efbdac65de4d5936077
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Sat May 17 10:01:15 2014 +0200

    Initial packaging.
---
 debian/README.source   | 11 ++++++++
 debian/changelog       |  6 ++++
 debian/compat          |  1 +
 debian/control         | 44 +++++++++++++++++++++++++++++
 debian/control.in      | 29 +++++++++++++++++++
 debian/copyright       | 54 +++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |  8 ++++++
 debian/rules           | 42 +++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  4 +++
 11 files changed, 277 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 <d...@jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ff369f4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libtest-modern-perl (0.007-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#747747.
+
+ -- Jonas Smedegaard <d...@jones.dk>  Sat, 17 May 2014 10:01:02 +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..025dea0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: libtest-modern-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libexporter-tiny-perl,
+ libimport-into-perl,
+ libtest-api-perl,
+ libtest-fatal-perl,
+ libtest-warnings-perl,
+ libtry-tiny-perl,
+ libmodule-runtime-perl (>= 0.012),
+ libtest-deep-perl (>= 0.111),
+ libtest-longstring-perl (>= 0.15),
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+ perl (>= 5.15.7) | libcpan-meta-requirements-perl
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtest-modern-perl
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-modern-perl.git
+Homepage: https://metacpan.org/release/Test-Modern
+
+Package: libtest-modern-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: precision testing for modern perl
+ Test::Modern provides the best features of Test::More, Test::Fatal,
+ Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as
+ ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
+ Test::CleanNamespaces.
+ .
+ Test::Modern also automatically imposes strict and warnings on your
+ script, and loads IO::File. (Much of the same stuff Modern::Perl does.)
+ .
+ Although Test::Modern is a modern testing framework, it should run fine
+ on pre-modern versions of Perl. It should be easy to install on Perl
+ 5.8.9 and above; and if you can persuade its dependencies to install
+ (not necessarily easy!), should be OK on anything back to Perl 5.6.1.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..bcd96a1
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,29 @@
+Source: libtest-modern-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtest-modern-perl
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-modern-perl.git
+Homepage: https://metacpan.org/release/Test-Modern
+
+Package: libtest-modern-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: precision testing for modern perl
+ Test::Modern provides the best features of Test::More, Test::Fatal,
+ Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as
+ ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
+ Test::CleanNamespaces.
+ .
+ Test::Modern also automatically imposes strict and warnings on your
+ script, and loads IO::File. (Much of the same stuff Modern::Perl does.)
+ .
+ Although Test::Modern is a modern testing framework, it should run fine
+ on pre-modern versions of Perl. It should be easy to install on Perl
+ 5.8.9 and above; and if you can persuade its dependencies to install
+ (not necessarily easy!), should be OK on anything back to Perl 5.6.1.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a8e5422
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,54 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Test::Modern
+Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Test-Modern
+Source: http://search.cpan.org/dist/Test-Modern/
+ git://github.com/tobyink/p5-test-modern
+
+Files: *
+Copyright: 2012-2014, Toby Inkster <toby...@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 <d...@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..f6be0bd
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,77 @@
+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: CONTRIBUTING
+ README
+ lib/Test/Modern.pm
+ t/01basic.t
+ t/02exporting.t
+ t/03extended.t
+ t/04requires.t
+ t/05warnings.t
+ t/06class-api-ok.t
+ t/07deep.t
+ t/08object-ok.t
+ t/09requires-perl.t
+ t/10namespaces-clean.t
+ t/11without.t
+ t/12pod.t
+ t/13versions.t
+ t/14shouldntwarn.t
+ t/15tlib.t
+ t/lib/Local/Foo.pm
+Copyright: 2012-2013, Toby Inkster
+  2014, Toby Inkster
+License: UNKNOWN
+ FIXME
+
+Files: CREDITS
+ Changes
+ INSTALL
+ MANIFEST
+ META.json
+ META.yml
+ Makefile.PL
+ SIGNATURE
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ dist.ini
+ doap.ttl
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2014, Jonas Smedegaard <d...@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: COPYRIGHT
+Copyright: 2013, Toby Inkster
+  2014, Toby Inkster
+  2014, the holder(s)
+  None
+  This software is 2014, by Toby Inkster
+  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..4561942
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,42 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2014, Jonas Smedegaard <d...@jones.dk>
+# Description: Main Debian packaging script for Test::Modern
+#
+# 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 = Test-Modern
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
+
+# Needed by upstream build and (always) at runtime
+perl-deps = exporter-tiny import-into test-api test-fatal test-warnings
+perl-deps += try-tiny
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, libmodule-runtime-perl (>= 0.012)
+deps +=, libtest-deep-perl (>= 0.111)
+deps +=, libtest-longstring-perl (>= 0.15)
+deps +=, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+
+# Needed by upstream testsuite
+deps-test +=, perl (>= 5.15.7) | libcpan-meta-requirements-perl
+
+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..47c00d5
--- /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/T/TO/TOBYINK/Test-Modern-([\d.]+)\.tar\.gz
+http://search.cpan.org/dist/Test-Modern/ .*/Test-Modern-([\d.]+)\.tar\.gz

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to