From: Sebastian Harl Date: Sun, 22 Mar 2009 22:13:46 +0000 (+0100) Subject: control: Let the -dev package depend on a strict version of the lib package. X-Git-Tag: collectd-4.6.2-1~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=68dff372222d720bde455c21bdac780987065ec2;p=pkg-collectd.git control: Let the -dev package depend on a strict version of the lib package. 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. --- diff --git a/debian/control b/debian/control index 5a685a3..6afe4c1 100644 --- a/debian/control +++ b/debian/control @@ -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