[libhtml-formattext-withlinks-andtables-perl] 08/09: Add libhtml-format-perl as dependency

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Aug 26 21:11:51 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libhtml-formattext-withlinks-andtables-perl.

commit aac6c6b40e1a261474630f1f973655d7822eac7b
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Aug 26 18:09:26 2015 -0300

    Add libhtml-format-perl as dependency
---
 debian/changelog |  1 +
 debian/control   | 17 ++++++++++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba12ad8..9e672dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ libhtml-formattext-withlinks-andtables-perl (0.06-1) UNRELEASED; urgency=low
   * Declare compliance with Debianpolicy 3.9.6
   * Add autopkgtest-pkg-perl
   * Update upstream copyright
+  * Add libhtml-format-perl as dependency
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 26 Aug 2015 17:57:58 -0300
 
diff --git a/debian/control b/debian/control
index 46adad6..e8e001a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,11 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Fabrizio Regalli <fabreg at fabreg.it>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libhtml-formattext-withlinks-perl,
- libhtml-tree-perl,
- libtest-pod-perl, 
- perl
+Build-Depends-Indep: libhtml-format-perl,
+                     libhtml-formattext-withlinks-perl,
+                     libhtml-tree-perl,
+                     libtest-pod-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-formattext-withlinks-andtables-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-formattext-withlinks-andtables-perl.git
@@ -16,9 +17,11 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libhtml-formattext-withlinks-andtables-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libhtml-formattext-withlinks-perl,
- libhtml-tree-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhtml-format-perl,
+         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`

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



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