--- libfilter-template-perl-1.040.orig/debian/control +++ libfilter-template-perl-1.040/debian/control @@ -0,0 +1,21 @@ +Source: libfilter-template-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Gunnar Wolf , Jonathan Yu , + gregor herrmann , Angel Abad +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Filter-Template/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfilter-template-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfilter-template-perl/ + +Package: libfilter-template-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: source filter for inline code templates (macros) + Filter::Template is a source filter for Perl that provides a mechanism for + defining inline source code templates. Templates can be much faster than + subroutines, but can cause debugging to become significantly more difficult. + Read the documentation to understand the limitations and choose wisely. --- libfilter-template-perl-1.040.orig/debian/copyright +++ libfilter-template-perl-1.040/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Rocco Caputo +Source: http://search.cpan.org/dist/Filter-Template/ +Name: Filter-Template + +Files: * +Copyright: 2000-2010, Rocco Caputo +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu + 2009, Angel Abad (Ikusnet SLL) + 2008, gregor herrmann + 2006, Gunnar Wolf +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' + --- libfilter-template-perl-1.040.orig/debian/watch +++ libfilter-template-perl-1.040/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 2; this line is compulsory! +version=3 +http://search.cpan.org/dist/Filter-Template/ .*/Filter-Template-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libfilter-template-perl-1.040.orig/debian/compat +++ libfilter-template-perl-1.040/debian/compat @@ -0,0 +1 @@ +7 --- libfilter-template-perl-1.040.orig/debian/changelog +++ libfilter-template-perl-1.040/debian/changelog @@ -0,0 +1,61 @@ +libfilter-template-perl (1.040-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Add myself to Uploaders and Copyright + * Standards-Version 3.8.4 (drop perl version dep) + * Use new DEP5 copyright format + * Rewrite control description + + [ gregor herrmann ] + * Change my email address. + + [ Angel Abad ] + * Update my email address + + [ gregor herrmann ] + * Remove dependency on libfilter-perl, Filter::Util::Call is in core. + + -- Jonathan Yu Sun, 14 Mar 2010 12:09:50 -0400 + +libfilter-template-perl (1.03-1) unstable; urgency=low + + * New upstream release + * debian/control: add myself to uploaders + * Standards-Version 3.8.2 + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Angel Abad (Ikusnet SLL) Thu, 30 Jul 2009 15:51:18 +0200 + +libfilter-template-perl (1.02-2) unstable; urgency=low + + [ Damyan Ivanov ] + * [debian/watch] Stop capturing file extension + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field + (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn + fields. Moved: perl-modules to Build-Depends-Indep. Added: /me to + Uploaders. + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467785) + - update based on dh-make-perl's templates + - don't install README any more (the same as the POD documentation) + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + * debian/copyright: add upstream source location. + + -- gregor herrmann Sat, 08 Mar 2008 14:01:46 +0100 + +libfilter-template-perl (1.02-1) unstable; urgency=low + + * Initial Release. (Closes: #401578) + + -- Gunnar Wolf Mon, 4 Dec 2006 10:27:27 -0600 + --- libfilter-template-perl-1.040.orig/debian/rules +++ libfilter-template-perl-1.040/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@