debian/0000755000000000000000000000000011764451237007200 5ustar debian/rules0000755000000000000000000000003611764451237010257 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000271211764451237010605 0ustar Source: libhtml-formattext-withlinks-andtables-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Fabrizio Regalli Build-Depends: debhelper (>= 8) Build-Depends-Indep: libhtml-formattext-withlinks-perl, libhtml-tree-perl, libtest-pod-perl, perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-formattext-withlinks-andtables-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-formattext-withlinks-andtables-perl.git Homepage: http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/ Package: libhtml-formattext-withlinks-andtables-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-formattext-withlinks-perl, libhtml-tree-perl Description: Perl module to converts HTML to Text with tables intact HTML::FormatText::WithLinks::AndTables was inspired by HTML::FormatText::WithLinks which has proven to be a useful `lynx -dump` work-alike. . This module can in a rudimentary sense do so. The aim was to provide facility to take a simple HTML based email template, and to also convert it to text with the structure intact for inclusion as "multipart/alternative" content. . Further, it will preserve both the formatting specified by the
tag's "align" attribute, and will also preserve multiline text inside of a element provided it is broken using
tags. debian/source/0000755000000000000000000000000011764451237010500 5ustar debian/source/format0000644000000000000000000000001411764451237011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000062011764451237011050 0ustar libhtml-formattext-withlinks-andtables-perl (0.02-1) unstable; urgency=low * Team upload. * New upstream release. * Refesh patch. -- gregor herrmann Fri, 08 Jun 2012 21:29:26 +0200 libhtml-formattext-withlinks-andtables-perl (0.01-1) unstable; urgency=low * Initial Release (Closes: #662876) -- Fabrizio Regalli Wed, 07 Mar 2012 00:16:46 +0100 debian/compat0000644000000000000000000000000211764451237010376 0ustar 8 debian/patches/0000755000000000000000000000000011764451237010627 5ustar debian/patches/01-fix-typo.diff0000644000000000000000000000347311764451237013465 0ustar Description: fixed typos Bug: https://rt.cpan.org/Ticket/Display.html?id=75604 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=75604 Author: Fabrizio Regalli Reviewed-by: gregor herrmann Last-Update: 2012-06-08 --- a/lib/HTML/FormatText/WithLinks/AndTables.pm +++ b/lib/HTML/FormatText/WithLinks/AndTables.pm @@ -15,7 +15,7 @@ =head1 NAME -HTML::FormatText::WithLinks::AndTables - Converts HTML to Text with tables in tact +HTML::FormatText::WithLinks::AndTables - Converts HTML to Text with tables intact =head1 VERSION @@ -47,7 +47,7 @@ converters I came across had the ability to deal affectively with HTML s. This module can in a rudimentary sense do so. The aim was to provide facility to take a simple HTML based email template, and to also convert it to text with the
-structure in tact for inclusion as "multipart/alternative" content. Further, it will +structure intact for inclusion as "multipart/alternative" content. Further, it will preserve both the formatting specified by the
tag's "align" attribute, and will also preserve multiline text inside of a element provided it is broken using
tags. --- a/README +++ b/README @@ -5,7 +5,7 @@ converters I came across had the ability to deal affectively with HTML s. This module can in a rudimentary sense do so. The aim was to provide facility to take a simple HTML based email template, and to also convert it to text with the
-structure in tact for inclusion as "multipart/alternative" content. Further, it will +structure intact for inclusion as "multipart/alternative" content. Further, it will preserve both the formatting specified by the
tag's "align" attribute, and will also preserve multiline text inside of a element provided it is broken using
tags. debian/patches/series0000644000000000000000000000002111764451237012035 0ustar 01-fix-typo.diff debian/copyright0000644000000000000000000000213411764451237011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Shaun Fryer Source: http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/ Upstream-Name: HTML-FormatText-WithLinks-AndTables Files: * Copyright: 2008, Shaun Fryer License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Fabrizio Regalli 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'. debian/watch0000644000000000000000000000024311764451237010230 0ustar version=3 http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/ .*/HTML-FormatText-WithLinks-AndTables-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$