Code

control: Let the -dev package depend on a strict version of the lib package.
authorSebastian Harl <sh@tokkee.org>
Sun, 22 Mar 2009 22:13:46 +0000 (23:13 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 22 Mar 2009 22:13:46 +0000 (23:13 +0100)
The -dev package includes a symlink to the full soname, not only the major
version. Thanks to Frank Lichtenheld (via ftpmaster) for pointing that out.

debian/control

index 5a685a3b2bf955bae1fe9c35a688a132f7af736f..6afe4c17c500463e4316a40ec90dd8894a10e605 100644 (file)
@@ -145,7 +145,7 @@ Description: statistics collection and monitoring daemon (development files)
 Package: libcollectdclient-dev
 Section: libdevel
 Architecture: any
-Depends: libcollectdclient0 (>= ${source:Version}), ${misc:Depends}
+Depends: libcollectdclient0 (= ${binary:Version}), ${misc:Depends}
 Description: client library for collectd's control interface (development files)
  libcollectdclient provides an API to access the control interface provided by
  the unixsock plugin of collectd, a statistics collection and monitoring