Code

control: Make breaks/replaces << rather than <=.
authorSebastian Harl <sh@tokkee.org>
Mon, 16 Sep 2013 19:22:35 +0000 (21:22 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 16 Sep 2013 19:22:35 +0000 (21:22 +0200)
debian/changelog
debian/control

index e9d4666852ba07721c8a760e14fcd4cb14cd55e8..a7bc09de04a903eec8d9145142e4aa0fc3d809a8 100644 (file)
@@ -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).
 
index f363477cee0ebb7764985db09b12cf652d6e6157..83ae0bbbf475c359ce8bfcc3c352a1e2abbec099 100644 (file)
@@ -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