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

Bug#449130: soprano: not binNMU safe



Package: soprano
Version: 1.95.0~beta2-1
Severity: normal
Tags: patch

Hi,

You've used ${binary:Version} instead of ${source:Version} in libsoprano-dev
depends line. Please use fix that so the package will have the right dependencies in case of binNMU. A patch is attached.

Thanks.

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

Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- /tmp/control	2007-11-03 14:03:06.000000000 +0200
+++ debian/control	2007-11-03 14:03:45.000000000 +0200
@@ -24,7 +24,7 @@
 
 Package: libsoprano-dev
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsoprano4 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsoprano4 (= ${source:Version})
 Description: Development files for soprano, a Qt4 interface for RDF storage
  Soprano (formally known as QRDF) is a library which provides a nice Qt4
  interface to RDF storage solutions. It has a modular structure which allows 

Reply to: