[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#249104: FTBFS: Unsatisfiable Build-Depends



Package: rubymagick
Version: 0.1.3-11
Severity: serious
Tags: patch

This package fails to build from source:

 ...
  -> Considering  libmagick-dev (>= 5:5.5.7.9-1.1) | libmagick-dev (<< 4:5.5.7.15)
       Tried versions: 
    -> Does not satisfy version, not trying
       Tried versions: 
    -> Does not satisfy version, not trying
 E: Could not satisfy build-dependency.
 E: pbuilder-satisfydepends failed.
 ...

libmagick-dev no longer exists.  Allowing libmagic6-dev as an
alternative fixes the build.

-- 
Matt Kraai            kraai@ftbfs.org            http://ftbfs.org/
diff -Nru rubymagick-0.1.3-old/debian/control rubymagick-0.1.3/debian/control
--- rubymagick-0.1.3-old/debian/control	2004-05-14 08:59:03.000000000 -0700
+++ rubymagick-0.1.3/debian/control	2004-05-14 09:03:36.000000000 -0700
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>> 3.0.0), libmagick-dev (>= 5:5.5.7.9-1.1) | libmagick-dev (<< 4:5.5.7.15), ruby1.6, ruby1.6-dev
+Build-Depends: debhelper (>> 3.0.0), libmagick6-dev | libmagick-dev (>= 5:5.5.7.9-1.1) | libmagick-dev (<< 4:5.5.7.15), ruby1.6, ruby1.6-dev
 Standards-Version: 3.5.8
 
 Package: rubymagick

Reply to: