--- libmoosex-types-perl-0.12.orig/debian/control +++ libmoosex-types-perl-0.12/debian/control @@ -0,0 +1,34 @@ +Source: libmoosex-types-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libcarp-clan-perl (>= 6), libmoose-perl (>= 0.61), + libnamespace-clean-perl (>= 0.08), libsub-install-perl (>= 0.924), + libsub-exporter-perl, libclass-mop-perl, perl (>= 5.8.0), + libtest-simple-perl (>= 0.80), libtest-exception-perl, + libsub-name-perl +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt , Ryan Niebur , + Salvatore Bonaccorso +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/MooseX-Types/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-types-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-types-perl/ + +Package: libmoosex-types-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libcarp-clan-perl (>= 6), + libmoose-perl (>= 0.61), libnamespace-clean-perl (>= 0.08), + libsub-install-perl (>= 0.924), libsub-exporter-perl, libclass-mop-perl, + perl (>= 5.8.0), libsub-name-perl +Description: Perl module to organise Moose types in libraries + The types provided with Moose are by design global. The MooseX::Types module + helps you to organise and selectively import your own and the built-in types + in libraries. As a nice side effect, it catches typos at compile-time too. + . + However, the main reason for this module is to provide an easy way to not + have conflicts with your type names, since the internal fully qualified names + of the types will be prefixed with the library's name. + . + MooseX::Types will also provide you with some helper functions to make it + easier to use Moose types in your code. --- libmoosex-types-perl-0.12.orig/debian/copyright +++ libmoosex-types-perl-0.12/debian/copyright @@ -0,0 +1,39 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: John Napiorkowski (jnapiorkowski) +Upstream-Source: http://search.cpan.org/dist/MooseX-Types/ +Upstream-Name: MooseX-Types + +Files: * +Copyright: 2007-2009, Robert "phaylon" Sedlacek +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: lib/MooseX/Types/TypeDecorator.pm +Copyright: 2008, John Napiorkowski (jnapiorkowski) +License: Artistic | GPL-1+ + +Files: inc/* +Copyright: 2002-2009, Brian Ingerson, Audrey Tang and Adam Kennedy +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Ansgar Burchardt + 2009, various members of the Debian Perl Group, cf. debian/changelog +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libmoosex-types-perl-0.12.orig/debian/watch +++ libmoosex-types-perl-0.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/MooseX-Types/ .*/MooseX-Types-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmoosex-types-perl-0.12.orig/debian/compat +++ libmoosex-types-perl-0.12/debian/compat @@ -0,0 +1 @@ +7 --- libmoosex-types-perl-0.12.orig/debian/changelog +++ libmoosex-types-perl-0.12/debian/changelog @@ -0,0 +1,32 @@ +libmoosex-types-perl (0.12-1) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * New upstream release + * Add myself to uploaders + * debian/rules: minimize rules file. + * debian/watch: remove comments on file + * debian/copyright: Add pkg-perl members for debian packaging + copyright. + + [ gregor herrmann ] + * Set Standards-Version to 3.8.2 (no changes). + + -- Salvatore Bonaccorso Mon, 15 Jun 2009 20:35:38 +0200 + +libmoosex-types-perl (0.11-1) unstable; urgency=low + + * New upstream release + * Add myself to Uploaders + * add libsub-name-perl to (build)deps + * remove patching, it's fixed upstream + + -- Ryan Niebur Sun, 24 May 2009 00:19:57 -0700 + +libmoosex-types-perl (0.10-1) unstable; urgency=low + + * Initial Release (Closes: #524713) + + -- Ansgar Burchardt Sun, 19 Apr 2009 13:41:55 +0200 --- libmoosex-types-perl-0.12.orig/debian/rules +++ libmoosex-types-perl-0.12/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@