--- libtemplate-multilingual-perl-1.00.orig/debian/control +++ libtemplate-multilingual-perl-1.00/debian/control @@ -0,0 +1,21 @@ +Source: libtemplate-multilingual-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.0-7), libtemplate-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , + Carlo Segre , + Krzysztof Krzyzaniak (eloy) , + Damyan Ivanov , Rene Mayorga +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Template-Multilingual/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-multilingual-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-multilingual-perl/ + +Package: libtemplate-multilingual-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libtemplate-perl +Description: Multilingual templates for Template Toolkit + Template::Multilingual class supports multilingual templates + that contain text in several languages. --- libtemplate-multilingual-perl-1.00.orig/debian/rules +++ libtemplate-multilingual-perl-1.00/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libtemplate-multilingual-perl-1.00.orig/debian/watch +++ libtemplate-multilingual-perl-1.00/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Template-Multilingual/ .*/Template-Multilingual-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libtemplate-multilingual-perl-1.00.orig/debian/changelog +++ libtemplate-multilingual-perl-1.00/debian/changelog @@ -0,0 +1,67 @@ +libtemplate-multilingual-perl (1.00-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: + Homepage pseudo-field (Description); XS-Vcs-Svn fields. + * Refresh debian/rules, no functional changes; except: don't create + .packlist file any more. + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.8.0 (no changes). + * Move libtemplate-perl to Build-Depends-Indep. + * debian/control: change my email address. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Rene Mayorg ] + * New upstream release + * debian/control + + remove libmodule-build-perl form B-D, dh7 prefer MakeMaker + + add myself to uploaders + + raise debhelper version to 7 + + mention module name on extended description + * debian/rules; convert to dh7 with the help of dh-make-perl + * debian/copyright: + + convert to the new proposal format + + separate debian/* copyright stanzas using debian/changelog as + reference. + + -- Rene Mayorga Fri, 23 Jan 2009 21:13:53 -0600 + +libtemplate-multilingual-perl (0.09-1) unstable; urgency=low + + * New upstream release + * Improved debian/copyright + + Note maintenance is by Debian Perl Group + + Corrected download location + + added missing years of upstream copyright + + added copyright notice and licensing for the packaging + * [debian/control] + + Added myself to Uploaders: (and wrap it) + + Bumped the Homepage URL + * Removed unnecessary, commented lines from debian/rules + * Upstream no longer supplies POD tests, drop libtest-pod-perl and + libtest-pod-coverage from Build-Depends + + -- Damyan Ivanov Fri, 10 Aug 2007 12:57:09 +0300 + +libtemplate-multilingual-perl (0.08-1) unstable; urgency=low + + * New upstream release + * Added me to Uploaders + + -- Krzysztof Krzyzaniak (eloy) Thu, 19 Apr 2007 12:04:12 +0200 + +libtemplate-multilingual-perl (0.07-1) unstable; urgency=low + + * New upstream release. + * Set Standards-Version to 3.7.2 (no changes). + + -- gregor herrmann Sat, 2 Sep 2006 19:54:13 +0200 + +libtemplate-multilingual-perl (0.06-1) unstable; urgency=low + + * Initial Release (closes: #304625). + + -- gregor herrmann Sun, 9 Apr 2006 14:46:35 +0200 + --- libtemplate-multilingual-perl-1.00.orig/debian/compat +++ libtemplate-multilingual-perl-1.00/debian/compat @@ -0,0 +1 @@ +7 --- libtemplate-multilingual-perl-1.00.orig/debian/copyright +++ libtemplate-multilingual-perl-1.00/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Eric Cholet +Upstream-Source: http://search.cpan.org/dist/Template-Multilingual/ +Upstream-Name: Template-Multilingual + +Files: * +Copyright: 2009 Eric Cholet +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2006-2009 gregor herrmann + 2007 Krzysztof Krzyzaniak (eloy) + 2007 Damyan Ivanov +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'