[libtest-deep-type-perl] 01/04: Initial packaging by dh-make-perl 0.84

gregor herrmann gregoa at debian.org
Tue Jul 7 18:23:34 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtest-deep-type-perl.

commit feaaba53fa4f0602b6bc366b547786b57f58e14e
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 7 20:11:32 2015 +0200

    Initial packaging by dh-make-perl 0.84
---
 debian/changelog                       |  5 +++++
 debian/compat                          |  1 +
 debian/control                         | 36 ++++++++++++++++++++++++++++++++++
 debian/copyright                       | 36 ++++++++++++++++++++++++++++++++++
 debian/libtest-deep-type-perl.docs     |  1 +
 debian/libtest-deep-type-perl.examples |  1 +
 debian/rules                           |  4 ++++
 debian/source/format                   |  1 +
 debian/upstream/metadata               |  8 ++++++++
 debian/watch                           |  2 ++
 10 files changed, 95 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4167687
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtest-deep-type-perl (0.006-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Tue, 7 Jul 2015 20:11:32 +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..f0e5702
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: libtest-deep-type-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libmodule-build-tiny-perl (>= 0.037),
+ libnamespace-clean-perl,
+ libsafe-isa-perl,
+ libtest-deep-perl,
+ libtest-fatal-perl,
+ libtest-requires-perl,
+ libtest-simple-perl (>= 0.108) | perl (>= 5.21.6),
+ libtry-tiny-perl,
+ perl
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-deep-type-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-deep-type-perl.git
+Homepage: https://metacpan.org/release/Test-Deep-Type
+Testsuite: autopkgtest-pkg-perl
+
+Package: libtest-deep-type-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libnamespace-clean-perl,
+ libsafe-isa-perl,
+ libtest-deep-perl,
+ libtry-tiny-perl
+Description: A Test::Deep plugin for validating type constraints
+ Test::Deep::Type provides the sub is_type to indicate that the data being
+ tested must validate against the passed type. This is an actual type object,
+ not a string name -- for example something provided via MooseX::Types, or a
+ plain old coderef that returns a bool (such as what might be used in a Moo
+ type constraint).
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..39272d3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Test-Deep-Type
+Upstream-Contact: Karen Etheridge <ether at cpan.org>
+Upstream-Name: Test-Deep-Type
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: 2013, Karen Etheridge <ether at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2015, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/libtest-deep-type-perl.docs b/debian/libtest-deep-type-perl.docs
new file mode 100644
index 0000000..dc63d18
--- /dev/null
+++ b/debian/libtest-deep-type-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING
diff --git a/debian/libtest-deep-type-perl.examples b/debian/libtest-deep-type-perl.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/libtest-deep-type-perl.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..62684cd
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Deep-Type
+Bug-Submit: bug-Test-Deep-Type at rt.cpan.org
+Contact: Karen Etheridge <ether at cpan.org>
+Name: Test-Deep-Type
+Repository: https://github.com/karenetheridge/Test-Deep-Type.git
+Repository-Browse: https://github.com/karenetheridge/Test-Deep-Type
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e4a1f89
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Test-Deep-Type   .*/Test-Deep-Type-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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