--- libclass-data-accessor-perl-0.04004.orig/debian/control +++ libclass-data-accessor-perl-0.04004/debian/control @@ -0,0 +1,31 @@ +Source: libclass-data-accessor-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl +Uploaders: Krzysztof Krzyżaniak (eloy) , gregor herrmann +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Class-Data-Accessor/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-data-accessor-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-data-accessor-perl/ + +Package: libclass-data-accessor-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, +Description: Inheritable, overridable class and instance data accessor creation + Class::Data::Accessor is the marriage of Class::Accessor and + Class::Data::Inheritable into a single module. It is used for creating + accessors to class properties that is overridable in subclasses as well as in + class instances. + . + For example: + . + Pere::Ubu->mk_classaccessor('Suitcase'); + . + will generate the method Suitcase() in the class Pere::Ubu. + . + This new method can be used to get and set a piece of class property. + . + Pere::Ubu->Suitcase('Red'); + $suitcase = Pere::Ubu->Suitcase; --- libclass-data-accessor-perl-0.04004.orig/debian/copyright +++ libclass-data-accessor-perl-0.04004/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Matt S Trout , Christopher H. Laco +Upstream-Source: http://search.cpan.org/dist/Class-Data-Accessor/ +Upstream-Name: Class-Data-Accessor + +Files: * +Copyright: 2005-2008, Matt S Trout , Christopher H. Laco +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/* +Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy +Copyright: 2008, gregor herrmann +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2008, gregor herrmann , + 2005-2007, Krzysztof Krzyzaniak (eloy) , + 2008, Roberto C. Sanchez +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-data-accessor-perl-0.04004.orig/debian/watch +++ libclass-data-accessor-perl-0.04004/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 2; this line is compulsory! +version=3 +http://search.cpan.org/dist/Class-Data-Accessor/ .*/Class-Data-Accessor-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) + --- libclass-data-accessor-perl-0.04004.orig/debian/compat +++ libclass-data-accessor-perl-0.04004/debian/compat @@ -0,0 +1 @@ +5 --- libclass-data-accessor-perl-0.04004.orig/debian/changelog +++ libclass-data-accessor-perl-0.04004/debian/changelog @@ -0,0 +1,77 @@ +libclass-data-accessor-perl (0.04004-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Mon, 18 Aug 2008 10:25:52 +0200 + +libclass-data-accessor-perl (0.04003-1) unstable; urgency=low + + * New upstream release. + * debian/control: change my email address. + * Set Standards-Version to 3.8.0 (no changes). + * Set debhelper compatibility level to 7, adapt debian/rules. + * Change debian/copyright to the new format. + * Indent code samples in debian/control's long description. + + -- gregor herrmann Sat, 09 Aug 2008 19:39:54 -0300 + +libclass-data-accessor-perl (0.04002-1) unstable; urgency=low + + * New upstream release. + + -- Roberto C. Sanchez Sat, 15 Mar 2008 21:59:50 -0400 + +libclass-data-accessor-perl (0.04001-2) unstable; 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 (closes: #467713) + - updated with dh-make-perl's help + - don't install README any more (text version of the POD documentation) + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + * debian/copyright: use version-agnostic download URL; explicitly deduce + and mention copyright/license. + * Revert unannounced changes to README (was converted from MS-DOS to Unix + line feeds). + + -- gregor herrmann Fri, 07 Mar 2008 14:43:34 +0100 + +libclass-data-accessor-perl (0.04001-1) unstable; urgency=low + + * New upstream release. + * Enable more tests by setting TEST_AUTHOR in debian/rules. + * Set debhelper compatibility level to 5. + * Remove empty /usr/lib/perl5 directory. + + -- gregor herrmann Sat, 19 May 2007 01:32:53 +0200 + +libclass-data-accessor-perl (0.04000-1) unstable; urgency=low + + * New upstream release + * debian/rules - converted for using Module::AutoInstall + + -- Krzysztof Krzyzaniak (eloy) Wed, 09 May 2007 11:59:26 +0200 + +libclass-data-accessor-perl (0.03-1) unstable; urgency=low + + * New upstream release + * debian/control: + - Standards-Version: increased to 3.7.2 without any changes + + -- Krzysztof Krzyzaniak (eloy) Tue, 30 May 2006 16:39:47 +0200 + +libclass-data-accessor-perl (0.02-2) unstable; urgency=low + + * Long description fixed (closes: #346290) + + -- Krzysztof Krzyzaniak (eloy) Mon, 9 Jan 2006 10:53:43 +0100 + +libclass-data-accessor-perl (0.02-1) unstable; urgency=low + + * Initial Release (closes: #344885). + + -- Krzysztof Krzyzaniak (eloy) Tue, 27 Dec 2005 09:58:37 +0100 + --- libclass-data-accessor-perl-0.04004.orig/debian/rules +++ libclass-data-accessor-perl-0.04004/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build --before test + TEST_AUTHOR=1 $(MAKE) test + dh build --after test + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install --before dh_installchangelogs + dh_installchangelogs Changes + dh install --after dh_installchangelogs + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build