Code

Made package binNMUable.
authorSebastian Harl <sh@tokkee.org>
Mon, 6 Nov 2006 12:42:32 +0000 (12:42 +0000)
committerSebastian Harl <sh@tokkee.org>
Mon, 6 Nov 2006 12:42:32 +0000 (12:42 +0000)
Upstream assures API backward compatibility only between patch releases.

debian/changelog
debian/control

index f33723f5d057f959c8c55351912e6ad3803b8f3f..a999b056f7f7c01b4156698b0b6c4e486ccc0a90 100644 (file)
@@ -1,8 +1,10 @@
 collectd (3.10.3-1) unstable; urgency=low
 
   * New upstream release.
+  * Made package binNMUable:
+    - Upstream assures API backward compatibility only between patch releases.
 
- -- Sebastian Harl <sh@tokkee.org>  Sat,  4 Nov 2006 22:16:22 +0000
+ -- Sebastian Harl <sh@tokkee.org>  Mon,  6 Nov 2006 12:25:34 +0000
 
 collectd (3.10.2-1) unstable; urgency=low
 
index be9c2e99d1b8cb31a9b9550c5d362723b2d84680..7b4b59358f2a42073063f72c8e9f8af8da772967 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Sebastian Harl <sh@tokkee.org>
 Build-Depends: debhelper (>= 5), autotools-dev, libcurl3-gnutls-dev,
  libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev,
- libsensors-dev, liboping-dev (> 0.3.3)
+ libsensors-dev, liboping-dev (>= 0.3.3)
 Standards-Version: 3.7.2
 
 Package: collectd
@@ -123,7 +123,7 @@ Description: statistics collection daemon (sensors plugin)
 
 Package: collectd-dev
 Architecture: all
-Depends: collectd (= ${Source-Version})
+Depends: collectd (>= ${Source-Version}), collectd (<< 3.11)
 Description: statistics collection daemon (development files)
  collectd is a small daemon written in C for performance. It reads various
  system statistics and updates RRD files, creating them if necessary. Since