Bug#613677: slv2: Please recompile against versioned redland

2011-02-26 Thread Miguel Colon
Hey all:

Just a FYI.

Bug #613673 already got fixed/closed. Not sure if there is any other holdup.

Cheers,
Miguel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#613677: slv2: Please recompile against versioned redland

2011-02-22 Thread Alessio Treglia
Hi Adrian,

On Wed, Feb 16, 2011 at 3:33 PM, Adrian Knoth a...@drcomp.erfurt.thur.de 
wrote:
 The patch addresses this issue.

Thanks! Please apply it by yourself to our git repository.

Regards,

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#613677: slv2: Please recompile against versioned redland

2011-02-16 Thread Adrian Knoth
Package: slv2
Version: 0.6.6-5
Severity: important

Hi!

When #613673 is fixed, please recompile against the new librdf0, maybe
explicitly depending on the new Debian version.

Though only included indirectly, we'll need to link against libraptor2
explicitly to get the versioned symbols. The patch addresses this issue.


TIA



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash
---BeginMessage---
--- a/wscript
+++ b/wscript
@@ -94,6 +94,7 @@
obj.includes = ['.', './src']
obj.name = 'libslv2'
obj.target   = 'slv2'
+   obj.lib  = 'raptor2'
obj.vnum = SLV2_LIB_VERSION
obj.install_path = '${LIBDIR}'
autowaf.use_lib(bld, obj, 'REDLAND LV2CORE')
---End Message---