[SCM] libhtml-html5-parser-perl Debian packaging branch, master, updated. debian/0.108-1-15-g363fcbf

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Mar 15 22:01:19 UTC 2012


The following commit has been merged in the master branch:
commit 3c9534227ef9efb04ac999c061bbea8c4ff46084
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Mar 15 22:30:50 2012 +0100

    raise dependency on XML::LibXML to version 1.93 (see BEGIN{} in lib/HTML/HTML5/Parser.pm)

diff --git a/debian/control b/debian/control
index 4716cdd..a712afb 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: devscripts,
  libhtml-encoding-perl,
  libhtml-html5-entities-perl,
  libwww-perl,
- libxml-libxml-perl
+ libxml-libxml-perl (>= 1.93)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>,
  Florian Schlichting <fschlich at zedat.fu-berlin.de>
diff --git a/debian/rules b/debian/rules
index 8aacb40..1fb588f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML
 DEB_UPSTREAM_TARBALL_MD5 = 0b893558038ccf81c62e696fa54261a3
 
 # Needed both by upstream build process and at runtime
-common-depends = liberror-perl, libhtml-encoding-perl, libhtml-html5-entities-perl, libwww-perl, libxml-libxml-perl
+common-depends = liberror-perl, libhtml-encoding-perl, libhtml-html5-entities-perl, libwww-perl, libxml-libxml-perl (>= 1.93)
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)

-- 
libhtml-html5-parser-perl Debian packaging



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