[SCM] libxml-atom-microformats-perl Debian packaging branch, master, updated. debian/0.002-3-10-gacdf836

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Dec 29 18:28:50 UTC 2011


The following commit has been merged in the master branch:
commit e4e7e6d95cb9ac740a95c2aa1e606b62a8df7dc5
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Dec 29 19:21:29 2011 +0100

    Updated (build-)dependencies

diff --git a/debian/changelog b/debian/changelog
index 8892212..53ac1df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libxml-atom-microformats-perl (0.003-1) UNRELEASED; urgency=low
     for new and removed files under inc/.
   * Ship provided examples scripts.
   * Refreshed 1001_fix_typo.patch.
+  * Updated (build-)dependencies.
 
   [ gregor herrmann ]
   * Remove debian/source/local-options; abort-on-upstream-changes and
diff --git a/debian/control b/debian/control
index 9521422..73c5562 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: devscripts (>= 2.10.7~),
  cdbs (>= 0.4.85~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
+ libcommon-sense-perl,
  libhtml-microformats-perl,
  libjson-perl,
  librdf-trine-perl,
@@ -23,7 +24,6 @@ Homepage: http://search.cpan.org/dist/XML-Atom-Microformats/
 Package: libxml-atom-microformats-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
-Recommends: ${cdbs:Recommends}
 Description: parse microformats in Atom content
  The XML::Atom::Microformats module brings the functionality of
  HTML::Microformats to Atom 1.0 Syndication feeds. It finds microformats
diff --git a/debian/rules b/debian/rules
index 431b26b..f749887 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,10 +27,8 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML
 DEB_UPSTREAM_TARBALL_MD5 = 8cc4c8a868780292893bbf5d550265af
 
 # Needed both by upstream build process and at runtime
-common-depends = libhtml-microformats-perl, libjson-perl
+common-depends = libcommon-sense-perl, libhtml-microformats-perl, libjson-perl, librdf-rdfa-parser-perl
 common-depends += , librdf-trine-perl, librdf-query-perl, libxml-atom-owl-perl, libxml-libxml-perl
-common-recommends = librdf-rdfa-parser-perl
 
 CDBS_BUILD_DEPENDS += , $(common-depends), $(common-recommends)
 CDBS_DEPENDS_ALL = $(common-depends)
-CDBS_RECOMMENDS_ALL = $(common-recommends)

-- 
libxml-atom-microformats-perl Debian packaging



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