--- libtemplate-plugin-clickable-email-perl-0.01.orig/debian/control +++ libtemplate-plugin-clickable-email-perl-0.01/debian/control @@ -0,0 +1,21 @@ +Source: libtemplate-plugin-clickable-email-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl +Build-Depends-Indep: perl, libemail-find-perl, libtemplate-perl, + libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Ernesto Hernández-Novich (USB) +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Template-Plugin-Clickable-Email/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-plugin-clickable-email-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-plugin-clickable-email-perl/ + +Package: libtemplate-plugin-clickable-email-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libemail-find-perl, + libtemplate-perl +Description: Plugin to make clickable e-mail addresses with perl Template Toolkit + Template::Plugin::Clickable::Email is a plugin for Template Toolkit that + converts any e-mail addresses found in the filtered text into proper + HTML mailto: links. --- libtemplate-plugin-clickable-email-perl-0.01.orig/debian/copyright +++ libtemplate-plugin-clickable-email-perl-0.01/debian/copyright @@ -0,0 +1,50 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Nik Clayton +Source: http://search.cpan.org/dist/Template-Plugin-Clickable-Email/ +Name: Template-Plugin-Clickable-Email + +Files: * +Copyright: © 2005, Nik Clayton +License: BSD + +Files: debian/* +Copyright: © 2010, Ernesto Hernández-Novich (USB) +License: Artistic or GPL-1+ + +License: BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +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' --- libtemplate-plugin-clickable-email-perl-0.01.orig/debian/watch +++ libtemplate-plugin-clickable-email-perl-0.01/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Template-Plugin-Clickable-Email/ .*/Template-Plugin-Clickable-Email-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtemplate-plugin-clickable-email-perl-0.01.orig/debian/compat +++ libtemplate-plugin-clickable-email-perl-0.01/debian/compat @@ -0,0 +1 @@ +7 --- libtemplate-plugin-clickable-email-perl-0.01.orig/debian/changelog +++ libtemplate-plugin-clickable-email-perl-0.01/debian/changelog @@ -0,0 +1,5 @@ +libtemplate-plugin-clickable-email-perl (0.01-1) unstable; urgency=low + + * Initial Release. (Closes: #563589) + + -- Ernesto Hernández-Novich (USB) Sun, 3 Jan 2010 18:06:51 -0430 --- libtemplate-plugin-clickable-email-perl-0.01.orig/debian/rules +++ libtemplate-plugin-clickable-email-perl-0.01/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@