--- libtemplate-plugin-number-format-perl-1.02.orig/debian/control +++ libtemplate-plugin-number-format-perl-1.02/debian/control @@ -0,0 +1,20 @@ +Source: libtemplate-plugin-number-format-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libnumber-format-perl, libtemplate-perl +Maintainer: Debian Perl Group +Uploaders: Ernesto Hernández-Novich (USB) +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Template-Plugin-Number-Format/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-plugin-number-format-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-plugin-number-format-perl/ + +Package: libtemplate-plugin-number-format-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libnumber-format-perl, + libtemplate-perl +Description: Number formatting plugin for perl Template Toolkit + Template::Plugin::Number::Format is a plugin for the perl Template Toolkit + which provides access to the number formatting functions in the + Number::Format module. --- libtemplate-plugin-number-format-perl-1.02.orig/debian/copyright +++ libtemplate-plugin-number-format-perl-1.02/debian/copyright @@ -0,0 +1,41 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Darren Chamberlain +Source: http://search.cpan.org/dist/Template-Plugin-Number-Format/ +Name: Template-Plugin-Number-Format + +Files: * +Copyright: © 2002, Darren Chamberlain +License: GPL-2 + +Files: debian/* +Copyright: © 2010, Ernesto Hernández-Novich (USB) +License: Artistic or 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' + +License: GPL-2 + 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; version 2. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/GPL-2 --- libtemplate-plugin-number-format-perl-1.02.orig/debian/watch +++ libtemplate-plugin-number-format-perl-1.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Template-Plugin-Number-Format/ .*/Template-Plugin-Number-Format-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtemplate-plugin-number-format-perl-1.02.orig/debian/compat +++ libtemplate-plugin-number-format-perl-1.02/debian/compat @@ -0,0 +1 @@ +7 --- libtemplate-plugin-number-format-perl-1.02.orig/debian/changelog +++ libtemplate-plugin-number-format-perl-1.02/debian/changelog @@ -0,0 +1,5 @@ +libtemplate-plugin-number-format-perl (1.02-1) unstable; urgency=low + + * Initial Release. (Closes: #563536) + + -- Ernesto Hernández-Novich (USB) Sun, 03 Jan 2010 13:35:12 -0430 --- libtemplate-plugin-number-format-perl-1.02.orig/debian/rules +++ libtemplate-plugin-number-format-perl-1.02/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@