[libspork-perl] 01/05: Also add versioned dependencies on libio-all-perl

Axel Beckert abe at deuxchevaux.org
Fri Jan 17 01:23:49 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 463625f7d06995ca1c917be095dffe8da2bcef60
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Jan 17 01:40:02 2014 +0100

    Also add versioned dependencies on libio-all-perl
    
    Exclude knowingly broken libio-all-perl versions which break
    libspork-perl (via libspoon-perl), too.
    
    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 fail (#730895).
    Versions 0.46 and 0.52 are known to be fixed/work (see #733680).
---
 debian/changelog | 6 +++---
 debian/control   | 7 ++++++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff550a4..c54aced 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,9 +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)
+  * 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 1278ded..aa17f11 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,12 @@ Depends: ${perl:Depends},
          ${misc:Depends},
          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 fail.
+# 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~)
 Description: create slide presentations with Kwiki markup
  Spork lets you create HTML slideshow presentations easily. It comes with a
  sample slideshow. All you need is a text editor, a browser and a topic.

-- 
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