From: Sebastian Harl Date: Mon, 16 Sep 2013 19:22:35 +0000 (+0200) Subject: control: Make breaks/replaces << rather than <=. X-Git-Tag: collectd-5.4.0-1~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8a06e11bf6a57afe98e538bf9ccab6480a12e02a;p=pkg-collectd.git control: Make breaks/replaces << rather than <=. --- diff --git a/debian/changelog b/debian/changelog index e9d4666..a7bc09d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,7 +35,7 @@ collectd (5.4.0-1) UNRELEASED; urgency=low removed from Debian. It was optionally used by the uuid plugin. (Closes: #615203) - Build-conflict with libhal-dev to ensure consistent builds (cf. #615203). - - Let libcollectdclient-dev replace/break collectd-dev (<= 5.2.0-1) + - Let libcollectdclient-dev replace/break collectd-dev (<< 5.2.0-1) because it ships files previously shipped by that package; thanks to Andreas Beckmann for reporting this (Closes: #717973). diff --git a/debian/control b/debian/control index f363477..83ae0bb 100644 --- a/debian/control +++ b/debian/control @@ -248,8 +248,8 @@ Package: libcollectdclient-dev Section: libdevel Architecture: any Depends: libcollectdclient1 (= ${binary:Version}), ${misc:Depends} -Replaces: collectd-dev (<= 5.2.0-1) -Breaks: collectd-dev (<= 5.2.0-1) +Replaces: collectd-dev (<< 5.2.0-1) +Breaks: collectd-dev (<< 5.2.0-1) 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