[SCM] libhtml-html5-parser-perl Debian packaging branch, master, updated. debian/0.103-2-9-ge4605ec

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Dec 17 16:32:24 UTC 2011


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

    added/removed package dependencies

diff --git a/debian/changelog b/debian/changelog
index 69b1f4c..0fe4a61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 libhtml-html5-parser-perl (0.107-1) UNRELEASED; urgency=low
 
+  WAITS-FOR: libhtml-html5-entities-perl
+
   [ Florian Schlichting ]
   * Imported Upstream version 0.107.
   * Dropped 2001_disable_verification.patch, modified file was removed.
   * Bumped copyright years, adjusted DEP-5 headers and added/deleted stanzas
     for new and removed files.
+  * Added dependency on libhtml-html5-entities-perl, dropped dependency on
+    libmodule-signature-perl.
 
   [ Jonas Smedegaard ]
   * Update copyright file: Improve references for convenience copy of
diff --git a/debian/control b/debian/control
index ff33c49..668e45b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Build-Depends: devscripts (>= 2.10.7~),
  dh-buildinfo,
  liberror-perl,
  libhtml-encoding-perl,
+ libhtml-html5-entities-perl,
  libwww-perl,
- libxml-libxml-perl,
- libmodule-signature-perl (>= 0.66)
+ libxml-libxml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index f45e323..21ce206 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,10 +27,7 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = b27f05f071d89a47f82bb952e0f684be
 
 # Needed both by upstream build process and at runtime
-common-depends = liberror-perl, libhtml-encoding-perl, libwww-perl, libxml-libxml-perl
+common-depends = liberror-perl, libhtml-encoding-perl, libhtml-html5-entities-perl, libwww-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)

-- 
libhtml-html5-parser-perl Debian packaging



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