[libhtml-formatexternal-perl] 04/05: Build-Depend + Recommend on all formatters available in Debian

dom at earth.li dom at earth.li
Sun Apr 5 17:17:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository libhtml-formatexternal-perl.

commit 63bf861c1d000aa356de5c7f6f4d4c2be437a064
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Apr 5 18:03:54 2015 +0100

    Build-Depend + Recommend on all formatters available in Debian
---
 debian/control | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 778ad3d..5003363 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,13 @@ Uploaders: Dominic Hargreaves <dom at earth.li>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libipc-run-perl,
  liburi-perl (>= 0.08),
- perl
+ perl,
+ elinks,
+ html2text,
+ links,
+ lynx-cur,
+ netrik,
+ w3m,
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-formatexternal-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-formatexternal-perl.git
@@ -18,7 +24,17 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libipc-run-perl,
  liburi-perl (>= 0.08)
-Description: HTML to text formatting using external programs.
- (no description was found)
+Recommends:
+ elinks,
+ html2text,
+ links,
+ lynx-cur,
+ netrik,
+ w3m,
+Description: HTML to text formatting using external programs
+ A collection of formatter modules turning HTML into plain text
+ using external programs such as elinks, html2text, links, lynx, w3m.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ The programming interface is compatible with HTML::FormatText and
+ HTML::FormatText::WithLinks, so you can fairly easily switch how you
+ want the formatting done.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formatexternal-perl.git



More information about the Pkg-perl-cvs-commits mailing list