[libspork-perl] 01/01: Add versioned build-dependencies on libio-all-perl

Axel Beckert abe at deuxchevaux.org
Fri Jan 17 00:20:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libspork-perl.

commit f6a42587942815dcd1c4409ec7d592a6add415fa
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Jan 17 01:17:58 2014 +0100

    Add versioned build-dependencies on libio-all-perl
    
    Exclude knowingly broken libio-all-perl versions which break
    libspork-perl (via libspoon-perl), too.
    
    Closes: #730895
    
    Reasoning: IO::All is used indirectly via Spoon. IO::All versions 0.50
    and 0.51 are known to be broken and cause libspork-perl to FTBFS
    (#730895). Versions 0.46 and 0.52 are known to be fixed/work (see
---
 debian/changelog | 3 +++
 debian/control   | 7 ++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 643fc3d..ff550a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,9 @@ libspork-perl (0.21-1) UNRELEASED; urgency=low
   * Switch to a minimal dh-style debian/rules file
     + Fixes lintian warning debian-rules-missing-recommended-target
   * Bump Standards-Version to 3.9.5 (no further changes)
+  * Add versioned build-dependencies on libio-all-perl excluding knowingly
+    broken versions which break libspork-perl (via libspoon-perl), too.
+    (Closes: #730895; see also #733680)
 
  -- Ansgar Burchardt <ansgar at debian.org>  Sun, 12 Jun 2011 14:51:42 +0200
 
diff --git a/debian/control b/debian/control
index 221b7ca..1278ded 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,12 @@ Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
                      libspoon-perl,
                      libkwiki-perl,
-                     libkwiki-cache-perl
+                     libkwiki-cache-perl,
+# IO::All is used indirectly via Spoon. IO::All versions 0.50 and
+# 0.51 are known to be broken and cause libspork-perl to FTBFS.
+# Versions 0.46 and 0.52 are known to be fixed/work. See #730895
+# and #733680 for details.
+                     libio-all-perl (<= 0.46-1) | libio-all-perl (>= 0.52-1~)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libspork-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libspork-perl.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libspork-perl.git



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