From 8a06e11bf6a57afe98e538bf9ccab6480a12e02a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 16 Sep 2013 21:22:35 +0200 Subject: [PATCH] control: Make breaks/replaces << rather than <=. --- debian/changelog | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2