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

Bug#449130: opps, missed a character.



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

That should be >= ${source:Version}). Updated patch attached.

-- 
Lior Kaplan
kaplan@debian.org

GPG fingerprint:
C644 D0B3 92F4 8FE4 4662  B541 1558 9445 99E8 1DA0
--- /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: