[SCM] libhttp-lrdd-perl Debian packaging branch, master, updated. debian/0.103-1-10-g40f831b

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Dec 19 06:31:23 UTC 2011


The following commit has been merged in the master branch:
commit ce65eb5e2e9eb15eb0c5e4124645edce3d63fa7f
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Dec 19 00:08:01 2011 +0100

    updated (build-)dependencies

diff --git a/debian/changelog b/debian/changelog
index 8707781..4f0f1b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ libhttp-lrdd-perl (0.105-1) UNRELEASED; urgency=low
     for new and removed files under inc/.
   * Added myself to uploaders and copyright.
   * Ship provided examples skipts.
+  * Added (build-)dependency on libobject-authority-perl, removed dependendy
+    on liberror-perl, make lib(html|http) dependencies versioned.
 
   [ Jonas Smedegaard ]
   * Update copyright file: Bump DEP-5 format to draft 174. 
diff --git a/debian/control b/debian/control
index 4801c11..f380623 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Build-Depends: devscripts (>= 2.10.7~),
  cdbs (>= 0.4.85~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
- liberror-perl,
- libhtml-html5-parser-perl,
- libhtml-html5-sanity-perl,
- libhttp-link-parser-perl,
+ libhtml-html5-parser-perl (>= 0.107),
+ libhtml-html5-sanity-perl (>= 0.102),
+ libhttp-link-parser-perl (>= 0.102),
  libwww-perl,
+ libobject-authority-perl,
  librdf-rdfa-parser-perl,
  librdf-trineshortcuts-perl,
  liburi-perl,
diff --git a/debian/rules b/debian/rules
index 8e1a696..5bf8a76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,8 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 2019620064377bb01e25f4630138830a
 
 # Needed both by upstream build process and at runtime
-common-depends = liberror-perl, libhtml-html5-parser-perl, libhtml-html5-sanity-perl, libhttp-link-parser-perl
-common-depends += , libwww-perl, librdf-rdfa-parser-perl, librdf-trineshortcuts-perl, liburi-perl
+common-depends = libhtml-html5-parser-perl (>= 0.107), libhtml-html5-sanity-perl (>= 0.102), libhttp-link-parser-perl (>= 0.102)
+common-depends += , libwww-perl, libobject-authority-perl, librdf-rdfa-parser-perl, librdf-trineshortcuts-perl, liburi-perl
 common-depends += , libxml-atom-owl-perl, libxrd-parser-perl
 
 CDBS_BUILD_DEPENDS += , $(common-depends)

-- 
libhttp-lrdd-perl Debian packaging



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