--- libparams-coerce-perl-0.14.orig/debian/control +++ libparams-coerce-perl-0.14/debian/control @@ -0,0 +1,19 @@ +Source: libparams-coerce-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libparams-util-perl, libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Params-Coerce/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparams-coerce-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparams-coerce-perl/ + +Package: libparams-coerce-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libparams-util-perl +Description: Perl module to permit parameter coercion for classes + Params::Coerce attempts to encourage flexibility in the ways that your class + accepts parameters by making it easier to take different types of parameters, + while adding negligible additional complexity to your code. --- libparams-coerce-perl-0.14.orig/debian/copyright +++ libparams-coerce-perl-0.14/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Adam Kennedy +Upstream-Source: http://search.cpan.org/dist/Params-Coerce/ +Upstream-Name: Params-Coerce + +Files: * +Copyright: 2004-2006, Adam Kennedy +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 +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' --- libparams-coerce-perl-0.14.orig/debian/watch +++ libparams-coerce-perl-0.14/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Params-Coerce/ .*/Params-Coerce-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libparams-coerce-perl-0.14.orig/debian/compat +++ libparams-coerce-perl-0.14/debian/compat @@ -0,0 +1 @@ +7 --- libparams-coerce-perl-0.14.orig/debian/changelog +++ libparams-coerce-perl-0.14/debian/changelog @@ -0,0 +1,5 @@ +libparams-coerce-perl (0.14-1) unstable; urgency=low + + * Initial Release (Closes: #548643) + + -- Jonathan Yu Mon, 28 Sep 2009 07:30:08 -0400 --- libparams-coerce-perl-0.14.orig/debian/rules +++ libparams-coerce-perl-0.14/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + AUTOMATED_TESTING=1 dh_auto_test