--- libclass-accessor-classy-perl-0.9.1.orig/debian/control +++ libclass-accessor-classy-perl-0.9.1/debian/control @@ -0,0 +1,23 @@ +Source: libclass-accessor-classy-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl +Build-Depends-Indep: perl (>= 5.6.0-12) +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Class-Accessor-Classy/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-accessor-classy-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-accessor-classy-perl/ + +Package: libclass-accessor-classy-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module providing minimalist, fast accessors + Class::Accessor::Classy provides an extremely small-footprint accessor/mutator + declaration scheme for fast and convenient object attribute setup. Its intent + is to be a simple and speedy mechanism for preventing hash-key typos rather + than a full-blown object system with type checking and so on. + . + The accessor ('foo') and mutator ('set_foo') methods appear as a hidden parent + class of your package and stay out of your way otherwise. --- libclass-accessor-classy-perl-0.9.1.orig/debian/copyright +++ libclass-accessor-classy-perl-0.9.1/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Eric Wilhelm +Upstream-Source: http://search.cpan.org/dist/Class-Accessor-Classy/ +Upstream-Name: Class-Accessor-Classy + +Files: * +Copyright: 2006-2007, Eric Wilhelm +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +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-classy-perl-0.9.1.orig/debian/watch +++ libclass-accessor-classy-perl-0.9.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Class-Accessor-Classy/ .*/Class-Accessor-Classy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libclass-accessor-classy-perl-0.9.1.orig/debian/compat +++ libclass-accessor-classy-perl-0.9.1/debian/compat @@ -0,0 +1 @@ +7 --- libclass-accessor-classy-perl-0.9.1.orig/debian/changelog +++ libclass-accessor-classy-perl-0.9.1/debian/changelog @@ -0,0 +1,5 @@ +libclass-accessor-classy-perl (0.9.1-1) unstable; urgency=low + + * Initial Release. (Closes: #536822) + + -- Jonathan Yu Mon, 13 Jul 2009 20:28:53 -0400 --- libclass-accessor-classy-perl-0.9.1.orig/debian/rules +++ libclass-accessor-classy-perl-0.9.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@