--- libtemplate-plugin-utf8decode-perl-0.01.orig/debian/changelog +++ libtemplate-plugin-utf8decode-perl-0.01/debian/changelog @@ -0,0 +1,12 @@ +libtemplate-plugin-utf8decode-perl (0.01-1.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Fri, 08 Jan 2021 02:41:50 +0100 + +libtemplate-plugin-utf8decode-perl (0.01-1) unstable; urgency=low + + * Initial Release. (Closes: #632493) + + -- Jonas Genannt Sun, 3 Jul 2011 14:00:03 +0000 --- libtemplate-plugin-utf8decode-perl-0.01.orig/debian/compat +++ libtemplate-plugin-utf8decode-perl-0.01/debian/compat @@ -0,0 +1 @@ +8 --- libtemplate-plugin-utf8decode-perl-0.01.orig/debian/control +++ libtemplate-plugin-utf8decode-perl-0.01/debian/control @@ -0,0 +1,16 @@ +Source: libtemplate-plugin-utf8decode-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, libtemplate-perl (>= 2.14) +Maintainer: Jonas Genannt +Standards-Version: 3.9.2 +Homepage: http://search.cpan.org/dist/Template-Plugin-UTF8Decode/ + +Package: libtemplate-plugin-utf8decode-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libtemplate-perl (>= 2.14) +Description: UTF8 decoder filter for Template Toolkit + Template::Plugin::UTF8Decode is a Template Toolkit filter, which decode a + string to utf8. For example, using FreeTDS (http://www.freetds.org) in order + to talk with ms sql, can return an utf8 string as byte char. --- libtemplate-plugin-utf8decode-perl-0.01.orig/debian/copyright +++ libtemplate-plugin-utf8decode-perl-0.01/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=135 +Maintainer: Fabio Masini +Source: http://search.cpan.org/dist/Template-Plugin-UTF8Decode/ +Name: Template-Plugin-UTF8Decode + +Files: * +Copyright: 2009, Fabio Masini +License: Artistic or GPL-1 + +Files: debian/* +Copyright: 2011, Jonas Genannt +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 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 systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. --- libtemplate-plugin-utf8decode-perl-0.01.orig/debian/libtemplate-plugin-utf8decode-perl.docs +++ libtemplate-plugin-utf8decode-perl-0.01/debian/libtemplate-plugin-utf8decode-perl.docs @@ -0,0 +1 @@ +README --- libtemplate-plugin-utf8decode-perl-0.01.orig/debian/rules +++ libtemplate-plugin-utf8decode-perl-0.01/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libtemplate-plugin-utf8decode-perl-0.01.orig/debian/watch +++ libtemplate-plugin-utf8decode-perl-0.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Template-Plugin-UTF8Decode/ .*/Template-Plugin-UTF8Decode-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$