--- libclass-accessor-perl-0.34.orig/debian/control +++ libclass-accessor-perl-0.34/debian/control @@ -0,0 +1,22 @@ +Source: libclass-accessor-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libsub-name-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyżaniak (eloy) , + gregor herrmann , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Class-Accessor/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-accessor-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-accessor-perl/ + +Package: libclass-accessor-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libsub-name-perl +Description: Perl module that automatically generates accessors + Class::Accessor automagically generates accessor/mutator methods for your + class. Most of the time, writing accessors is an exercise in cutting and + pasting. If you make your module a subclass of Class::Accessor and declare + your accessor fields with mk_accessors() then you will find yourself with a + set of automatically generated accessors which can even be customized. --- libclass-accessor-perl-0.34.orig/debian/copyright +++ libclass-accessor-perl-0.34/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Marty Pauley +Upstream-Source: http://search.cpan.org/dist/Class-Accessor/ +Upstream-Name: Class-Accessor + +Files: * +Copyright: 1999-2006, Michael G Schwern + 2007-2009, Marty Pauley +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008-2009, gregor herrmann + 2006-2009, Krzysztof Krzyżaniak (eloy) + 2003-2006, Stephen Quinney +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' --- libclass-accessor-perl-0.34.orig/debian/watch +++ libclass-accessor-perl-0.34/debian/watch @@ -0,0 +1,6 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=3 +http://search.cpan.org/dist/Class-Accessor/ .*/Class-Accessor-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libclass-accessor-perl-0.34.orig/debian/compat +++ libclass-accessor-perl-0.34/debian/compat @@ -0,0 +1 @@ +7 --- libclass-accessor-perl-0.34.orig/debian/changelog +++ libclass-accessor-perl-0.34/debian/changelog @@ -0,0 +1,131 @@ +libclass-accessor-perl (0.34-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Adds a Moose-like interface, including the "has" keyword + * Added myself to Uploaders and Copyright + * Cleaned up description in control + * Standards-Version 3.8.3 (no changes) + * Quilt patch no longer necessary, was fixed upstream (Closes: #538636) + See also: the CPAN RT#29582 (remove quilt dependency) + * Use shorter debhelper rules format + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Ryan Niebur ] + * Update jawnsy's email address + + -- Jonathan Yu Sun, 20 Sep 2009 09:27:20 -0400 + +libclass-accessor-perl (0.33-1) unstable; urgency=low + + * New upstream release + * Migrate package to debhelper7, update debian/compat, debian/control + and debian/rules + * debian/control: Update Standards-Version to 3.8.1, Add libsub-name-perl to + dependencies, Fix spelling of my name + + -- Krzysztof Krzyżaniak (eloy) Tue, 05 May 2009 09:49:02 +0200 + +libclass-accessor-perl (0.31-3) UNRELEASED; urgency=low + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: delete /usr/lib/perl5 only if it exists. + * debian/watch: use dist-based URL. + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + -- gregor herrmann Tue, 09 Oct 2007 22:27:57 +0200 + +libclass-accessor-perl (0.31-2) unstable; urgency=low + + * Add patch to fix errors in manpage (closes: #443737). + + -- gregor herrmann Sun, 23 Sep 2007 20:54:41 +0200 + +libclass-accessor-perl (0.31-1) unstable; urgency=low + + * New upstream release. + * Add XS-Vcs-Svn field to debian/control. + * Remove use of backtick in debian/rules. + + -- gregor herrmann Sat, 14 Jul 2007 22:08:13 +0200 + +libclass-accessor-perl (0.30-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Tue, 28 Nov 2006 15:24:59 +0100 + +libclass-accessor-perl (0.27-2) unstable; urgency=low + + * Adopted for Debian Perl Group + * debian/control: debphelper updated to (>= 5) + * debian/compat: increased to 5 + + -- Krzysztof Krzyzaniak (eloy) Fri, 17 Nov 2006 13:32:24 +0100 + +libclass-accessor-perl (0.27-1) unstable; urgency=low + + * New upstream release - adds new module Class::Accessor::Faster + + -- Stephen Quinney Thu, 10 Aug 2006 19:38:01 +0100 + +libclass-accessor-perl (0.25-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Sun, 16 Apr 2006 18:12:35 +0100 + +libclass-accessor-perl (0.22-1) unstable; urgency=low + + * New upstream release - no code changes. + + -- Stephen Quinney Wed, 14 Sep 2005 09:04:26 +0100 + +libclass-accessor-perl (0.21-1) unstable; urgency=low + + * New upstream release - documentation tidied and new sub-classable + _carp and _croak methods to allow better error handling. + * Switched to my debian.org email address. + + -- Stephen Quinney Fri, 2 Sep 2005 11:19:15 +0100 + +libclass-accessor-perl (0.19-2) unstable; urgency=low + + * debian/watch - Modified so it correctly picks up versions of this + package only. + + -- Stephen Quinney Sat, 31 Jul 2004 09:01:11 +0100 + +libclass-accessor-perl (0.19-1) unstable; urgency=low + + * New upstream release - performance and documentation enhancements. + * Changed section from interpreters to perl. + * Moved from DH_COMPAT to debian/compat. + + -- Stephen Quinney Thu, 11 Mar 2004 11:57:37 +0000 + +libclass-accessor-perl (0.18-1) unstable; urgency=low + + * New upstream release - just a change of upstream maintainer and list + of dependencies. + + -- Stephen Quinney Wed, 9 Apr 2003 17:09:16 +0100 + +libclass-accessor-perl (0.17-1) unstable; urgency=low + + * Initial Release, closes: #183838. + + -- Stephen Quinney Fri, 28 Mar 2003 11:20:29 +0000 --- libclass-accessor-perl-0.34.orig/debian/rules +++ libclass-accessor-perl-0.34/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@