[SCM] liblrdf/master: Explicitly depend on versioned libraptor (Closes: #613675)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Feb 23 21:57:25 UTC 2011


The following commit has been merged in the master branch:
commit bee799058339948df6f8bf818aab594f143bfeab
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Feb 23 22:48:00 2011 +0100

    Explicitly depend on versioned libraptor (Closes: #613675)
    
    Now that we have two libraptors in Debian, all programs directly or
    indirectly including both will likely fail with a segfault in either of
    these libraries.
    
    As a workaround, both libraptors (1 and 2) are recompiled with versioned
    symbols. All packages in the dependency chain need to be rebuilt against
    the new libraries. We explicitly depend on the first fixed version to
    make sure liblrdf contains only references to versioned symbols and no
    longer the plain unversioned. This way, including liblrdf in other
    packages (like ardour) is safe.

diff --git a/debian/control.in b/debian/control.in
index da3e670..e14fdfc 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,7 @@ Uploaders: Jonas Smedegaard <dr at jones.dk>
 Build-Depends: @cdbs@,
  d-shlibs,
  ladspa-sdk,
- libraptor1-dev
+ libraptor1-dev (>= 1.4.21-3)
 Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/liblrdf.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/liblrdf.git;a=summary

-- 
liblrdf packaging



More information about the pkg-multimedia-commits mailing list