--- libmoosex-emulate-class-accessor-fast-perl-0.00903.orig/debian/control +++ libmoosex-emulate-class-accessor-fast-perl-0.00903/debian/control @@ -0,0 +1,27 @@ +Source: libmoosex-emulate-class-accessor-fast-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.13) +Build-Depends-Indep: perl, libmoose-perl (>= 0.84), libnamespace-clean-perl, + libtest-exception-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyżaniak (eloy) , + gregor herrmann , Ansgar Burchardt , + Jonathan Yu +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-emulate-class-accessor-fast-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-emulate-class-accessor-fast-perl/ +Homepage: http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast/ + +Package: libmoosex-emulate-class-accessor-fast-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.84), + libnamespace-clean-perl +Description: module to emulate Class::Accessor::Fast using Moose attributes + MooseX::Emulate::Class::Accessor::Fast attempts to emulate the behavior of + Class::Accessor::Fast as accurately as possible using the Moose attribute + system. + . + The public API of Class::Accessor::Fast is wholly supported, but the private + methods are not. If you are only using the public methods (as you should) then + migrating to this is trivial. --- libmoosex-emulate-class-accessor-fast-perl-0.00903.orig/debian/copyright +++ libmoosex-emulate-class-accessor-fast-perl-0.00903/debian/copyright @@ -0,0 +1,37 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Florian Ragwitz +Upstream-Source: http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast/ +Upstream-Name: MooseX-Emulate-Class-Accessor-Fast + +Files: * +Copyright: 2007, Guillermo Roditi (groditi) +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008-2009, gregor herrmann + 2008-2009, Krzysztof Krzyżaniak (eloy) +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-emulate-class-accessor-fast-perl-0.00903.orig/debian/watch +++ libmoosex-emulate-class-accessor-fast-perl-0.00903/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast/ .*/MooseX-Emulate-Class-Accessor-Fast-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmoosex-emulate-class-accessor-fast-perl-0.00903.orig/debian/compat +++ libmoosex-emulate-class-accessor-fast-perl-0.00903/debian/compat @@ -0,0 +1 @@ +7 --- libmoosex-emulate-class-accessor-fast-perl-0.00903.orig/debian/changelog +++ libmoosex-emulate-class-accessor-fast-perl-0.00903/debian/changelog @@ -0,0 +1,108 @@ +libmoosex-emulate-class-accessor-fast-perl (0.00903-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Minor change to silence a test warning + * Standards-Version 3.8.3 (drop perl version dependency) + + [ Ryan Niebur ] + * Update jawnsy's email address + + -- Jonathan Yu Sun, 20 Sep 2009 16:23:35 -0400 + +libmoosex-emulate-class-accessor-fast-perl (0.00902-1) unstable; urgency=low + + * New upstream release + + Small fix to work with newer versions of Moose + * Added /me to Uploaders & Copyright + * New Upstream-Maintainer (Florian Ragwitz); copyright remains the same + * Requires Moose >= 0.84 + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Fri, 10 Jul 2009 17:35:29 -0400 + +libmoosex-emulate-class-accessor-fast-perl (0.00900-1) unstable; urgency=low + + [ Ansgar Burchardt ] + * New upstream release. + * Add myself to Uploaders. + * Bump debhelper dependency to 7.2.13 since this package uses + Module::Install. + * Use tiny debian/rules. + + [ gregor herrmann ] + * debian/control: + - remove libmodule-install-perl from Build-Depends + - make short description a noun phrase + + -- Ansgar Burchardt Sun, 31 May 2009 12:08:39 +0200 + +libmoosex-emulate-class-accessor-fast-perl (0.00802-1) unstable; urgency=low + + * New upstream release + * debian/control: libtest-exception-perl added to B-D + + -- Krzysztof Krzyżaniak (eloy) Fri, 24 Apr 2009 14:22:20 +0200 + +libmoosex-emulate-class-accessor-fast-perl (0.00801-1) unstable; urgency=low + + * New upstream release + * debian/control: Standards-Version updated to 3.8.1 (no changes) + + -- Krzysztof Krzyżaniak (eloy) Thu, 09 Apr 2009 11:41:34 +0200 + +libmoosex-emulate-class-accessor-fast-perl (0.00800-1) unstable; urgency=low + + * New upstream release + * debian/copyright: update years of packaging copyright and inc/* folder + + -- Krzysztof Krzyżaniak (eloy) Wed, 04 Feb 2009 10:29:24 +0100 + +libmoosex-emulate-class-accessor-fast-perl (0.00701-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: update years of packaging copyright. + + -- gregor herrmann Mon, 05 Jan 2009 16:53:42 +0100 + +libmoosex-emulate-class-accessor-fast-perl (0.00700-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Tue, 30 Dec 2008 12:39:57 +0100 + +libmoosex-emulate-class-accessor-fast-perl (0.00600-1) unstable; urgency=low + + * New upstream release. + * debian/rules: use template from dh-make-perl + * debian/copyright: switch to new format and add info about files under + inc/. + * Add /me to Uploaders. + * Add (build) dependency on libnamespace-clean-perl. + + -- gregor herrmann Thu, 18 Dec 2008 22:06:02 +0100 + +libmoosex-emulate-class-accessor-fast-perl (0.00500-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Wed, 10 Dec 2008 11:50:03 +0100 + +libmoosex-emulate-class-accessor-fast-perl (0.00400-1) unstable; urgency=low + + [ Krzysztof Krzyżaniak (eloy) ] + * New upstream release + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + -- Krzysztof Krzyżaniak (eloy) Wed, 26 Nov 2008 10:18:14 +0100 + +libmoosex-emulate-class-accessor-fast-perl (0.00300-1) unstable; urgency=low + + * Initial Release (closes: #502424). + + -- Krzysztof Krzyżaniak (eloy) Wed, 15 Oct 2008 12:25:11 +0200 --- libmoosex-emulate-class-accessor-fast-perl-0.00903.orig/debian/rules +++ libmoosex-emulate-class-accessor-fast-perl-0.00903/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@