[SCM] libxml-atom-owl-perl Debian packaging branch, master, updated. debian/0.102-2-8-g211d1f1

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Dec 29 23:52:07 UTC 2011


The following commit has been merged in the master branch:
commit d1f6be7a6424fbdb8c4fe2a7b539320f6d824d2d
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri Dec 30 00:48:48 2011 +0100

    Added (build-)dependency on XML::LibXML 1.70

diff --git a/debian/changelog b/debian/changelog
index 5b0148d..2c979f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxml-atom-owl-perl (0.103-1) UNRELEASED; urgency=low
   * Bumped copyright years, adjusted DEP-5 headers and added stanzas for new
     files under inc/
   * Ship provided examples scripts.
+  * Added (build-)dependency on XML::LibXML 1.70.
 
   [ gregor herrmann ]
   * Remove debian/source/local-options; abort-on-upstream-changes and
diff --git a/debian/control b/debian/control
index 31b2233..5b2fe40 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: devscripts (>= 2.10.7~),
  libwww-perl,
  librdf-trine-perl,
  liburi-perl,
- libxml-libxml-perl
+ libxml-libxml-perl (>= 1.70)
 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 4cacb4c..2faf302 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ DEB_UPSTREAM_TARBALL_MD5 = 9e75516255fd751630c7187cc560918e
 
 # Needed both by upstream build process and at runtime
 common-depends = libcommon-sense-perl, libdatetime-perl, libhttp-link-parser-perl, libwww-perl
-common-depends += , librdf-trine-perl, liburi-perl, libxml-libxml-perl
+common-depends += , librdf-trine-perl, liburi-perl, libxml-libxml-perl (>= 1.70)
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)

-- 
libxml-atom-owl-perl Debian packaging



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