[SCM] libhtml-data-parser-perl Debian packaging branch, master, updated. debian/0.003-3-12-g32e46b8

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri Dec 16 21:03:07 UTC 2011


The following commit has been merged in the master branch:
commit 3ab3d25782a4d91f7852fa59866bb0e89710575d
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri Dec 16 21:30:40 2011 +0100

    Added dependency on libobject-authority-perl

diff --git a/debian/changelog b/debian/changelog
index 2dac1bc..1b9fbf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,12 @@
 libhtml-data-parser-perl (0.005-1) UNRELEASED; urgency=low
 
-  WAITS-FOR: libobject-authority-perl
-
   [ Florian Schlichting ]
   * Imported Upstream version 0.005.
   * Dropped 2001_stupify-Module-Install.patch, modified files were removed.
   * Updated debian/copyright to reflect added/removed stuff in inc/*.
   * Bump year of upstream copyright.
   * Add myself to Uploaders and Copyright.
+  * Added dependency on libobject-authority-perl.
 
   [ gregor herrmann ]
   * Remove debian/source/local-options; abort-on-upstream-changes and
diff --git a/debian/control b/debian/control
index 271d42c..8d4495b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: devscripts (>= 2.10.7~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
  libhtml-html5-parser-perl,
+ libobject-authority-perl,
  librdf-rdfa-parser-perl,
  librdf-trine-perl,
  libxml-libxml-perl
diff --git a/debian/rules b/debian/rules
index d9a5941..c9a1590 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML
 DEB_UPSTREAM_TARBALL_MD5 = 50ddfa77db7c4a344ad3f97c07724f94
 
 # Needed both by upstream build process and at runtime
-common-depends = libhtml-html5-parser-perl, librdf-rdfa-parser-perl, librdf-trine-perl, libxml-libxml-perl
+common-depends = libhtml-html5-parser-perl, libobject-authority-perl, librdf-rdfa-parser-perl, librdf-trine-perl, libxml-libxml-perl
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)

-- 
libhtml-data-parser-perl Debian packaging



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