From 68dff372222d720bde455c21bdac780987065ec2 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 22 Mar 2009 23:13:46 +0100 Subject: [PATCH] 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. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2