[libmoosex-meta-typeconstraint-mooish-perl] 01/04: Initial packaging by dh-make-perl 0.84
gregor herrmann
gregoa at debian.org
Sun Oct 25 16:00:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmoosex-meta-typeconstraint-mooish-perl.
commit 7350d1a14a8edc0ff5e373d7e171a127a4fdd7d5
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Oct 25 16:22:01 2015 +0100
Initial packaging by dh-make-perl 0.84
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 42 ++++++++++++++++++++++++++++++++++++++++++
debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
debian/rules | 4 ++++
debian/source/format | 1 +
debian/upstream/metadata | 7 +++++++
debian/watch | 2 ++
8 files changed, 98 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..154c414
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libmoosex-meta-typeconstraint-mooish-perl (0.001-1) UNRELEASED; urgency=low
+
+ * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org> Sun, 25 Oct 2015 16:22:00 +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..0724d68
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,42 @@
+Source: libmoosex-meta-typeconstraint-mooish-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 (>= 9)
+Build-Depends-Indep: libaliased-perl,
+ libmoose-perl,
+ libnamespace-autoclean-perl (>= 0.24),
+ libtest-checkdeps-perl (>= 0.010),
+ libtest-fatal-perl,
+ libtest-moose-more-perl (>= 0.028),
+ libtry-tiny-perl,
+ perl (>= 5.11.1)
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-meta-typeconstraint-mooish-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-meta-typeconstraint-mooish-perl.git
+Homepage: https://metacpan.org/release/MooseX-Meta-TypeConstraint-Mooish
+Testsuite: autopkgtest-pkg-perl
+
+Package: libmoosex-meta-typeconstraint-mooish-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmoose-perl,
+ libnamespace-autoclean-perl (>= 0.24),
+ libtry-tiny-perl
+Description: Translate Moo-style constraints to Moose-style
+ Moose type constraints|Moose::Meta::TypeConstraint are expected to return
+ true if the value passes the constraint, and false otherwise; Moo
+ "constraints", on the other hand, die if validation fails.
+ .
+ This metaclass allows for Moo-style constraints; it will wrap them and
+ translate their Moo into a dialect Moose understands.
+ .
+ Note that this is largely to enable functionality in
+ MooseX::AttributeShortcuts; the easiest way use this metaclass is by using
+ that package. Also, as it's not inconceivable that this functionality may be
+ desired in other constraint metaclasses, the bulk of this metaclass'
+ functionality is implemented as a
+ trait|MooseX::TraitFor::Meta::TypeConstraint::Mooish.
+ .
+ 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..6ced3e1
--- /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/MooseX-Meta-TypeConstraint-Mooish
+Upstream-Contact: Chris Weyl <cweyl at alumni.drew.edu>
+Upstream-Name: MooseX-Meta-TypeConstraint-Mooish
+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: 2015, Chris Weyl <cweyl at alumni.drew.edu>
+License:
+
+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/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..1004505
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: CPAN
+Bug-Database: https://github.com/RsrchBoy/moosex-meta-typeconstraint-mooish/issues
+Contact: Chris Weyl <cweyl at alumni.drew.edu>
+Name: MooseX-Meta-TypeConstraint-Mooish
+Repository: https://github.com/RsrchBoy/moosex-meta-typeconstraint-mooish.git
+Repository-Browse: https://github.com/RsrchBoy/moosex-meta-typeconstraint-mooish
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..acca1e0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/MooseX-Meta-TypeConstraint-Mooish .*/MooseX-Meta-TypeConstraint-Mooish-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/libmoosex-meta-typeconstraint-mooish-perl.git
More information about the Pkg-perl-cvs-commits
mailing list