debian/0000755000000000000000000000000011503713744007173 5ustar debian/source/0000755000000000000000000000000011503713743010472 5ustar debian/source/format0000644000000000000000000000001411476423036011702 0ustar 3.0 (quilt) debian/libhtml-formattext-withlinks-perl.examples0000644000000000000000000000001311455036450017523 0ustar examples/* debian/rules0000755000000000000000000000003611455036450010250 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000644000000000000000000000000211476423064010373 0ustar 8 debian/changelog0000644000000000000000000000301411503713410011031 0ustar libhtml-formattext-withlinks-perl (0.14-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Mon, 20 Dec 2010 18:48:53 +0100 libhtml-formattext-withlinks-perl (0.12-1) unstable; urgency=low [ Tim Retout ] * debian/control: Update my email address. [ Ansgar Burchardt ] * New upstream release. * Use Build.PL by switching to debhelper compat level 8. * Use source format 3.0 (quilt). * Make build-dep on perl unversioned. * debian/copyright: Update for new upstream release; formatting changes. * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. -- Ansgar Burchardt Sat, 04 Dec 2010 12:32:33 +0100 libhtml-formattext-withlinks-perl (0.11-2) unstable; urgency=low [ Tim Retout ] * debian/copyright: + Fix 'at your opinion' typo. + Update copyright details for debian/* * debian/rules: Switch to short format rules file. * debian/control: + Remove libmodule-build-perl from Build-Dependencies. + Update Standards-Version to 3.8.2. (No changes needed.) + Start short description with a noun. [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Tim Retout Mon, 10 Aug 2009 23:06:24 +0100 libhtml-formattext-withlinks-perl (0.11-1) unstable; urgency=low * Initial Release. (Closes: #494042) -- Tim Retout Wed, 6 Aug 2008 23:06:24 -0300 debian/watch0000644000000000000000000000040611455036450010222 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/HTML-FormatText-WithLinks/ .*/HTML-FormatText-WithLinks-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000223111476423170011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: HTML-FormatText-WithLinks Maintainer: Struan Donald Source: http://search.cpan.org/dist/HTML-FormatText-WithLinks/ Files: * Copyright: 2003-2010, Struan Donald and Ian Malpass License: Artistic or GPL-1+ Files: debian/* Copyright: 2008-2009, Tim Retout 2008, gregor herrmann 2008, Nathan Handler 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/control0000644000000000000000000000214511476422777010614 0ustar Source: libhtml-formattext-withlinks-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, liburi-perl, libhtml-tree-perl, libhtml-format-perl, libtest-mockobject-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Tim Retout , Ansgar Burchardt Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/HTML-FormatText-WithLinks/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-formattext-withlinks-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-formattext-withlinks-perl/ Package: libhtml-formattext-withlinks-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libhtml-tree-perl, libhtml-format-perl Description: Perl module to convert HTML to text with links as footnotes HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes. By default, it attempts to mimic the format of the lynx text based web browser's --dump option.