[SCM] libhtml-html5-microdata-parser-perl Debian packaging branch, master, updated. debian/0.031-1-9-g91bec35

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Dec 17 21:43:37 UTC 2011


The following commit has been merged in the master branch:
commit 91bec352bffb4e571c026d6eb5159a147ee16c93
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Dec 17 22:42:37 2011 +0100

    Updated (build-)dependencies

diff --git a/debian/changelog b/debian/changelog
index 48c3f90..f400dc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 libhtml-html5-microdata-parser-perl (0.100-1) UNRELEASED; urgency=low
 
+  WAITS-FOR: libhtml-html5-parser-perl 0.107
+
   [ Florian Schlichting ]
   * Imported Upstream version 0.100.
   * Dropped 2001_stupify-Module-Install.patch, modified files were removed.
@@ -7,6 +9,7 @@ libhtml-html5-microdata-parser-perl (0.100-1) UNRELEASED; urgency=low
   * Bumped copyright years, adjusted DEP-5 headers and added/deleted stanzas
     for new and removed files under inc/.
   * Added myself to uploaders and copyright.
+  * Updated (build-)dependencies.
 
   [ gregor herrmann ]
   * Remove debian/source/local-options; abort-on-upstream-changes and
diff --git a/debian/control b/debian/control
index cd00dba..ed0fdae 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,12 @@ Build-Depends: devscripts (>= 2.10.7~),
  cdbs (>= 0.4.85~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
- libhtml-html5-parser-perl,
- libhtml-html5-sanity-perl,
+ libhtml-html5-parser-perl (>= 0.107),
+ libhtml-html5-sanity-perl (>= 0.102),
  librdf-trine-perl,
+ libtest-rdf-perl (>= 0.23),
  liburi-perl,
- libxml-libxml-perl
+ libxml-libxml-perl (>= 1.70)
 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 ff7625b..8c19186 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,11 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML
 DEB_UPSTREAM_TARBALL_MD5 = 3c41672f28906e3d96acabf6f68e1f18
 
 # Needed both by upstream build process and at runtime
-common-depends = libhtml-html5-parser-perl, libhtml-html5-sanity-perl, librdf-trine-perl, liburi-perl, libxml-libxml-perl
+common-depends = libhtml-html5-parser-perl (>= 0.107), libhtml-html5-sanity-perl (>= 0.102), 
+common-depends += librdf-trine-perl, liburi-perl, libxml-libxml-perl (>= 1.70)
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)
+
+# needed to run tests at build time
+CDBS_BUILD_DEPENDS += , libtest-rdf-perl (>= 0.23)

-- 
libhtml-html5-microdata-parser-perl Debian packaging



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