This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libtype-tiny-xs-perl.
commit fa730849a89b449eb4167259f4fea0c009fed4fa Author: Jonas Smedegaard <[email protected]> Date: Wed Aug 27 12:48:38 2014 +0200 Initial packaging. --- debian/README.source | 11 +++ debian/changelog | 6 ++ debian/compat | 1 + debian/control | 34 ++++++++ debian/control.in | 29 +++++++ debian/copyright | 207 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/copyright_hints | 123 +++++++++++++++++++++++++++++ debian/gbp.conf | 8 ++ debian/rules | 33 ++++++++ debian/source/format | 1 + debian/watch | 4 + 11 files changed, 457 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 <[email protected]> Mon, 18 Feb 2013 12:55:37 +0100 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..63b5afb --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +libtype-tiny-xs-perl (0.010-1) unstable; urgency=low + + * Initial packaging. + Closes: bug#759468. + + -- Jonas Smedegaard <[email protected]> Wed, 27 Aug 2014 13:08:48 +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..ef53669 --- /dev/null +++ b/debian/control @@ -0,0 +1,34 @@ +Source: libtype-tiny-xs-perl +Section: perl +Priority: optional +Build-Depends: cdbs, + devscripts, + perl, + debhelper, + dh-buildinfo, + libtype-tiny-perl +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Jonas Smedegaard <[email protected]> +Standards-Version: 3.9.5 +Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-xs-perl +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtype-tiny-xs-perl.git +Homepage: https://metacpan.org/release/Type-Tiny-XS + +Package: libtype-tiny-xs-perl +Architecture: any +Depends: ${cdbs:Depends}, + ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends} +Recommends: ${cdbs:Recommends} +Suggests: ${cdbs:Suggests} +Provides: ${cdbs:Provides} +Conflicts: ${cdbs:Conflicts} +Replaces: ${cdbs:Replaces} +Enhances: ${cdbs:Enhances} +Description: boost for some of Type::Tiny's built-in type constraints + Type::Tiny is a tiny class for creating Moose-like type constraint + objects which are compatible with Moo, Moose and Mouse. + . + Type::Tiny::XS is optionally used by Type::Tiny to provide faster, + C-based implementations of some type constraints. diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..4efe8d0 --- /dev/null +++ b/debian/control.in @@ -0,0 +1,29 @@ +Source: libtype-tiny-xs-perl +Section: perl +Priority: optional +Build-Depends: @cdbs@ +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Jonas Smedegaard <[email protected]> +Standards-Version: 3.9.5 +Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtype-tiny-xs-perl +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtype-tiny-xs-perl.git +Homepage: https://metacpan.org/release/Type-Tiny-XS + +Package: libtype-tiny-xs-perl +Architecture: any +Depends: ${cdbs:Depends}, + ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends} +Recommends: ${cdbs:Recommends} +Suggests: ${cdbs:Suggests} +Provides: ${cdbs:Provides} +Conflicts: ${cdbs:Conflicts} +Replaces: ${cdbs:Replaces} +Enhances: ${cdbs:Enhances} +Description: boost for some of Type::Tiny's built-in type constraints + Type::Tiny is a tiny class for creating Moose-like type constraint + objects which are compatible with Moo, Moose and Mouse. + . + Type::Tiny::XS is optionally used by Type::Tiny to provide faster, + C-based implementations of some type constraints. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..064b174 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,207 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Type::Tiny::XS +Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny-XS +Source: http://search.cpan.org/dist/Type-Tiny-XS/ + https://github.com/tobyink/p5-type-tiny-xs + +Files: * +Copyright: 2012-2014, Toby Inkster <[email protected]> +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: t/40-regression/rt85911.t + t/40-regression/rt86004.t + t/40-regression/rt90096-2.t + t/40-regression/rt92571-2.t + t/40-regression/rt92571.t + t/40-regression/rt92591.t + t/40-regression/rt94196.t +Copyright: 2013-2014, Diab Jerius <[email protected]> +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. + +Files: lib/Type/Tiny/_HalfOp.pm + t/20-unit/Type-Tiny-_HalfOp/overload-precedence.t + t/40-regression/73f51e2d.pl + t/40-regression/73f51e2d.t +Copyright: 2014, Graham Knop <[email protected]> +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. + +Files: t/20-unit/Types-Common-Numeric/basic.t + t/20-unit/Types-Common-String/basic.t + t/20-unit/Types-Common-String/coerce.t + t/20-unit/Types-Common-String/unicode.t +Copyright: 2013-2014, Matt S Trout <[email protected]> +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. + +Files: t/40-regression/rt86233.t + t/40-regression/rt86239.t +Copyright: 2013-2014, Vyacheslav Matyukhin <[email protected]) +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. + +Files: t/40-regression/rt98113.t +Copyright: 2014, Dagfinn Ilmari Mannsåker +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. + +Files: t/30-integration/Class-InsideOut/basic.t +Copyright: 2013, David Golden + 2013, Toby Inkster <[email protected]> +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. + +Files: t/30-integration/MooseX-Getopt/coercion.t +Copyright: 2014, Alexander Hartmaier <[email protected]> +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. + +Files: t/99-moose-std-types-test.t +Copyright: 2013-2014, Infinity Interactive, Inc. +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. + +Files: t/40-regression/ttxs-gh1.t +Copyright: 2014, Jed Lund +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. + +Files: t/40-regression/gh1.t +Copyright: 2013-2014, Richard Simões <[email protected]> +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. + +Files: t/40-regression/rt90096.t +Copyright: 2013-2014, Samuel Kaufman <[email protected]> +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. + +Files: inc/Test/Fatal.pm +Copyright: Copyright 2013 Ricardo Signes +License: Artistic or GPL-1+ +Comment: + Mangled convenience copy of Test::Fatal. + +Files: inc/Test/Requires.pm +Copyright: Copyright 2013 MATSUNO Tokuhiro +License: Artistic or GPL-1+ +Comment: + Mangled convenience copy of Test::Requires. + +Files: inc/Try/Tiny.pm +Copyright: Copyright 2014 Yuval Kogman +License: Artistic or GPL-1+ +Comment: + Mangled convenience copy of Try::Tiny. + +Files: CONTRIBUTING +Copyright: 2012-2014, Toby Inkster <[email protected]> +License: Artistic or GPL-1+ +Comment: + License: + . + CONTRIBUTING is available under three different licences permitting its + redistribution: the CC-BY-SA_UK-2.0 licence, plus the same licences as + Perl itself, which is distributed under the GNU General Public Licence + version 1, and the Artistic Licence. + . + This file is licensed under the Creative Commons Attribution-ShareAlike + 2.0 UK: England & Wales License. To view a copy of this license, visit + <http://creativecommons.org/licenses/by-sa/2.0/uk/>. + . + This file is free software; you can redistribute it and/or modify it + under the same terms as the Perl 5 programming language system itself. + . + Comment: + . + CC-BY-SA_UK-2.0 licensing skipped: Unneeded, and would be 2k chars. + +Files: debian/* +Copyright: 2013-2014, Jonas Smedegaard <[email protected]> +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..2bea5c8 --- /dev/null +++ b/debian/copyright_hints @@ -0,0 +1,123 @@ +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: CREDITS + Changes + INSTALL + MANIFEST + META.json + META.yml + Makefile.PL + SIGNATURE + XS.xs + debian/README.source + debian/compat + debian/control + debian/control.in + debian/gbp.conf + debian/source/format + debian/watch + dist.ini + doap.ttl + fallback/const-c.inc + fallback/const-xs.inc + typetiny.h + xs_version.h +Copyright: *No copyright* +License: UNKNOWN + FIXME + +Files: CONTRIBUTING + README + lib/Type/Tiny/XS.pm + lib/Type/Tiny/XS/Util.pm + t/01basic.t + t/02int.t + t/03positiveint.t + t/04positiveorzeroint.t + t/05nonemptystr.t + t/06map.t + t/07tuple.t + t/08enum.t + t/09anyof_allof.t + t/99parsing.t +Copyright: 2012-2014, Toby Inkster + 2014, Toby Inkster +License: UNKNOWN + FIXME + +Files: debian/rules +Copyright: 2013-2014, Jonas Smedegaard <[email protected]> +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: ppport.h +Copyright: && HvNAME(hv) \ + (( >= 32 && < 127)) + (( >= 33 && <= 47) || ( >= 58 && <= 64) || ( >= 91 && <= 96) || ( >= 123 && <= 126)) + ((U8) < ' ' || == 127) + ((U8) <= 127) + (->cop_file) + (->cop_filegv) + (->cop_stash) + (->cop_stashpv) + (CopFILE ? GvAV(gv_fetchfile(CopFILE)) : Nullav) + (CopFILE ? GvSV(gv_fetchfile(CopFILE)) : Nullsv) + (CopFILE ? gv_fetchfile(CopFILE) : Nullgv) + (CopFILEGV ? GvAV(CopFILEGV) : Nullav) + (CopFILEGV ? GvSV(CopFILEGV) : Nullsv) + (CopFILESV ? SvPVX(CopFILESV) : Nullch) + (CopSTASH ? HvNAME(CopSTASH) : Nullch) + (CopSTASHPV ? gv_stashpv(CopSTASHPV,GV_ADD) : Nullhv) + (isALNUM || isPUNCT) + (isALPHA || isDIGIT) + (isDIGIT || ( >= 'a' && <= 'f') || ( >= 'A' && <= 'F')) + (isSPACE || == '\v') + 1999, Kenneth Albanowski + 2001, Paul Marquess + 2004-2010, Marcus Holland-Moritz + == (hv)) + == HvNAME(hv) \ + isalnum + isascii + iscntrl + isgraph + isprint + ispunct + isxdigit +License: Perl + FIXME + +Files: Util.xs +Copyright: +License: UNKNOWN + FIXME + +Files: xshelper.h +Copyright: 2010, Fuji, Goro (gfx). +License: UNKNOWN + FIXME + +Files: COPYRIGHT +Copyright: 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..5531e67 --- /dev/null +++ b/debian/rules @@ -0,0 +1,33 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2014 Jonas Smedegaard <[email protected]> +# Description: Main Debian packaging script for Type::Tiny::XS +# +# 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 = Type-Tiny-XS +DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK + +# Needed by upstream testsuite and enhances +deps-test-enhance += libtype-tiny-perl + +CDBS_BUILD_DEPENDS +=, $(deps-test-enhance) +CDBS_ENHANCES_$(pkg) = $(deps-test-enhance) 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..ee6717d --- /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/Type-Tiny-XS .*/Type-Tiny-XS-([\d.]+)\.tar\.gz +http://www.cpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-XS-([\d.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-xs-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
