debian/0000755000000000000000000000000012171537331007171 5ustar debian/rules0000755000000000000000000000003612171537331010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000265412171537331010603 0ustar Source: libhtml-fromtext-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libscalar-list-utils-perl, libhtml-parser-perl, libregexp-common-perl, libemail-find-perl, libexporter-lite-perl, libtest-pod-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Maintainer: Debian Perl Group Uploaders: Francesco Cecconi Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-fromtext-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-fromtext-perl.git Homepage: https://metacpan.org/release/HTML-FromText Package: libhtml-fromtext-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libscalar-list-utils-perl, libhtml-parser-perl, libregexp-common-perl, libemail-find-perl, libexporter-lite-perl Description: module to marks up plain text as HTML This is the CPAN Perl module HTML::FromText. . By default it converts HTML metacharacters into the corresponding entities. More sophisticated transformations, such as splitting the text into paragraphs or marking up bulleted lists, can be carried out by setting the appropriate options. debian/source/0000755000000000000000000000000012171537331010471 5ustar debian/source/format0000644000000000000000000000001412171537331011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001071612171537331011050 0ustar libhtml-fromtext-perl (2.07-1) unstable; urgency=low * New upstream version. * debian/control: + update Standard-Version to 3.9.4 (no changes). + added Vcs-* fields. + updated homepage url to metacpan.org. + removed version from perl build dependence. + changed Maintainer field for perl group. + added Uploaders field. + increased debhelper to version 8. + removed version from pod dep. + updated test-simple dep. + updated short and long description. * debian/rules: + switched to the 3-lines dh. * debian/compat: increased to version 8. * debian/patch: + updated fix_text2html.diff. * debian/copyright: + updated to the new standard 1.0. + updated copyright information. + updated source url. * debian/watch: + updated to metacpan. -- Francesco Cecconi Sun, 14 Jul 2013 11:24:34 +0200 libhtml-fromtext-perl (2.05-6) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * debian/control: + update Standard-Version to 3.9.3. + update debhelper to version 5. + insert new Homepage field and website in control file. Closes: #615306 + update dependes control field with ${misc:Depends}. - remove old homepage field. * debian/compat: updated to level 5. * debian/rules: add build-arch and build-indep. * debian/watch: update watch file. * debian/copyright: update GPL to GPL-1. * patch: fix_text2html.diff, fix problem with text2html. -- Francesco Cecconi Sat, 14 Jul 2012 18:30:49 +0100 libhtml-fromtext-perl (2.05-5.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467908 -- Mark Hymers Sat, 05 Apr 2008 21:09:13 +0100 libhtml-fromtext-perl (2.05-5) unstable; urgency=low * [debian/control]: updated Standard-Version to 3.7.2, moved debhelper to Build-Depends -- Francesco Cecconi Mon, 12 Jun 2006 11:11:44 +0200 libhtml-fromtext-perl (2.05-4) unstable; urgency=low * New maintainer. (Closes: #344453: RFA: libhtml-fromtext-perl -- Mark up text as HTML) * [debian/rules]: update * [debian/copyright]: updated for new maintainer -- Francesco Cecconi Sat, 25 Mar 2006 12:10:36 +0100 libhtml-fromtext-perl (2.05-3) unstable; urgency=medium * Medium urgency as libhtml-parser-perl will soon reach testing * The new libhtml-parser-perl now encodes "'" by default, causing some tests and thus the build to fail. Readjusted (Closes: #337794) * Adding libtest-pod-perl to B-D-I for additional tests -- Florian Ernst Sun, 6 Nov 2005 19:36:45 +0100 libhtml-fromtext-perl (2.05-2) unstable; urgency=low * New maintainer. (Closes: #331092: ITA: libhtml-fromtext-perl -- Mark up text as HTML) * debian/control: add upstream Homepage to long description * debian/copright: extend note about previous and current maintainer * Minor adjustments to follow latest Perl Policy * Standards-Version 3.6.2, no changes required -- Florian Ernst Fri, 7 Oct 2005 15:17:46 +0200 libhtml-fromtext-perl (2.05-1) unstable; urgency=low * New upstream release. - Now install Changelog file - Removed install of TODO, which no longer exists - Add various new dependencies needed by this version - Now require Perl 5.8.0 to get Text::Tabs dependency - Updated long description in debian/control - Updated information in debian/copyright - Run regression tests as part of build process - Upstream text2html program is not installed with library * Bumped standards version to 3.6.1 (no packaging changes). -- Kenneth J. Pronovici Fri, 15 Oct 2004 00:15:38 -0500 libhtml-fromtext-perl (1.005-3) unstable; urgency=low * Changed maintainer address from @ieee.org to @debian.org. * Removed DH_COMPAT settting from debian/rules. * Added debian/compat file to replace DH_COMPAT setting. -- Kenneth J. Pronovici Sun, 30 Mar 2003 13:09:29 -0600 libhtml-fromtext-perl (1.005-2) unstable; urgency=low * Changed package name to remove the excess '-' that breaks convention. * Updated debian/control and debian/rules to use new package name. -- Kenneth J. Pronovici Thu, 2 Jan 2003 18:11:23 -0600 libhtml-from-text-perl (1.005-1) unstable; urgency=low * Initial Release. -- Kenneth J. Pronovici Mon, 30 Dec 2002 16:21:35 -0600 debian/compat0000644000000000000000000000000212171537331010367 0ustar 8 debian/patches/0000755000000000000000000000000012171537331010620 5ustar debian/patches/fix_text2html.diff0000644000000000000000000000104412171537331014252 0ustar Description: prevents text2html installation, not necessary. Author: Francesco Cecconi Forwarded: not-needed Last-Update: 2013-07-14 --- libhtml-fromtext-perl-2.06.orig/Makefile.PL +++ libhtml-fromtext-perl-2.06/Makefile.PL @@ -16,9 +16,9 @@ my %WriteMakefileArgs = ( "ExtUtils::MakeMaker" => "6.30" }, "DISTNAME" => "HTML-FromText", - "EXE_FILES" => [ - "bin/text2html" - ], + #"EXE_FILES" => [ + # "bin/text2html" + #], "LICENSE" => "perl", "NAME" => "HTML::FromText", "PREREQ_PM" => { debian/patches/series0000644000000000000000000000002312171537331012030 0ustar fix_text2html.diff debian/copyright0000644000000000000000000000224612171537331011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: HTML::FromText Upstream-Contact: Ricardo Signes Source: https://metacpan.org/release/HTML-FromText Files: * Copyright: 2003, Casey West License: Artistic or GPL-1+ Files: debian/* Copyright: 2002-2004, Kenneth J. Pronovici 2005, Florian Ernst 2006-2013, Francesco Cecconi 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/watch0000644000000000000000000000017012171537331010220 0ustar version=3 https://metacpan.org/release/HTML-FromText/ .*/HTML-FromText-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$