[SCM] libhtml-html5-outline-perl Debian packaging branch, master, updated. debian/0.003-1-8-g147a276

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


The following commit has been merged in the master branch:
commit 147a276aafda1f776eed37f6d0c8eda98d2580db
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Dec 17 21:55:59 2011 +0100

    Updated (build-)dependencies

diff --git a/debian/changelog b/debian/changelog
index 697d500..d83b17f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libhtml-html5-outline-perl (0.006-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 2e35e38..5907e6c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Build-Depends: devscripts (>= 2.10.7~),
  cdbs (>= 0.4.85~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
- libcommon-sense-perl,
  libhtml-html5-parser-perl,
  librdf-trine-perl,
  libxml-libxml-perl
@@ -21,6 +20,7 @@ Homepage: http://search.cpan.org/dist/HTML-HTML5-Outline/
 Package: libhtml-html5-outline-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: librdf-trine-perl
 Description: implementation of the HTML5 Outline algorithm
  Resource Description Framework (RDF) is a standard model for data
  interchange on the Web.
diff --git a/debian/rules b/debian/rules
index 7e7054f..e387189 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,10 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML
 DEB_UPSTREAM_TARBALL_MD5 = 1473666757e0d7f7af4a8d29ed8d71c4
 
 # Needed both by upstream build process and at runtime
-common-depends = libcommon-sense-perl, libhtml-html5-parser-perl, librdf-trine-perl, libxml-libxml-perl
+common-depends = libhtml-html5-parser-perl, libxml-libxml-perl
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)
+
+# additional build-dependency to enable tests
+CDBS_BUILD_DEPENDS += , librdf-trine-perl

-- 
libhtml-html5-outline-perl Debian packaging



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