[SCM] libhtml-html5-sanity-perl Debian packaging branch, master, updated. debian/0.101-2-10-gc266769

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Dec 17 15:47:38 UTC 2011


The following commit has been merged in the master branch:
commit 41af1bc16f59e48bc6851fdf327307ff60c6b088
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Dec 17 16:41:39 2011 +0100

    Updated (build-)dependencies

diff --git a/debian/changelog b/debian/changelog
index b01d7a4..46e3ca8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libhtml-html5-sanity-perl (0.103-1) UNRELEASED; urgency=low
   * Dropped 2001_disable_verification.patch, modified test was removed.
   * Bumped copyright years, adjusted DEP-5 headers and added/deleted stanzas
     for new and removed files under inc/.
+  * Updated (build-)dependencies.
 
   [ Jonas Smedegaard ]
   * Update copyright file: Improve references for convenience copy of
diff --git a/debian/control b/debian/control
index 303ceb7..7e57aa5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: devscripts (>= 2.10.7~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
  libxml-libxml-perl,
- libmodule-signature-perl (>= 0.66),
+ libobject-authority-perl,
  libxml-libxml-debugging-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
@@ -19,6 +19,7 @@ Homepage: http://search.cpan.org/dist/HTML-HTML5-Sanity/
 Package: libhtml-html5-sanity-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: libhtml-html5-parser-perl
 Description: make HTML5 DOM trees less insane
  HTML::HTML5::Sanity is a Perl library tidying HTML::HTML5::Parser.
  .
diff --git a/debian/rules b/debian/rules
index 82faab0..6384c18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,10 +27,10 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = f2d98fd28fc716e9c4d4403126146360
 
 # Needed both by upstream build process and at runtime
-common-depends = libxml-libxml-perl
+common-depends = libobject-authority-perl, libxml-libxml-perl
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)
 
 # Needed by upstream tests
-CDBS_BUILD_DEPENDS += , libmodule-signature-perl (>= 0.66), libxml-libxml-debugging-perl
+CDBS_BUILD_DEPENDS += , libxml-libxml-debugging-perl

-- 
libhtml-html5-sanity-perl Debian packaging



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