[libxml-treebuilder-perl] 04/05: Add (build-)dependency on libxml-catalog-perl, wrap

Florian Schlichting fsfs at alioth.debian.org
Sat Oct 5 18:34:52 UTC 2013


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

fsfs pushed a commit to branch master
in repository libxml-treebuilder-perl.

commit e135732db38ce2fee63563efe2db079b9a20775d
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Oct 5 20:34:06 2013 +0200

    Add (build-)dependency on libxml-catalog-perl, wrap
---
 debian/control |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index c0dd680..711c35d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,10 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Mikhail Gusarov <dottedmag at dottedmag.net>
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libhtml-tagset-perl, libhtml-tree-perl (>= 4.1),
+Build-Depends-Indep: perl,
+ libhtml-tagset-perl,
+ libhtml-tree-perl (>= 4.1),
+ libxml-catalog-perl,
  libxml-parser-perl
 Homepage: https://metacpan.org/release/XML-TreeBuilder/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-treebuilder-perl.git
@@ -13,8 +16,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-treebu
 
 Package: libxml-treebuilder-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libhtml-tagset-perl,
- libhtml-tree-perl (>= 4.1), libxml-parser-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libhtml-tagset-perl,
+ libhtml-tree-perl (>= 4.1),
+ libxml-catalog-perl,
+ libxml-parser-perl
 Description: XML parser providing XML::Elements DOM similar to HTML::Element
  XML::Treebuilder uses XML::Parser to make XML document trees constructed of
  XML::Element objects (and XML::Element is a subclass of HTML::Element adapted

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



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