Code

rules: Disable varnish for now; it does not work with varnish 4.
authorSebastian Harl <sh@tokkee.org>
Sat, 26 Apr 2014 13:30:54 +0000 (15:30 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 26 Apr 2014 13:30:54 +0000 (15:30 +0200)
C.f. https://bugs.debian.org/745902
Closes: #745894
debian/changelog
debian/rules

index 9b832122f2b5aaea3c952ebe9b7f647ed029da2f..0d6572ebe091f1c5308de4801494624e00f4b921 100644 (file)
@@ -1,3 +1,11 @@
+collectd (5.4.1-2) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - Disable varnish for now; it does not work with varnish 4;
+      c.f. https://bugs.debian.org/745902 (Closes: #745894).
+
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Apr 2014 15:29:43 +0200
+
 collectd (5.4.1-1) unstable; urgency=medium
 
   * New upstream release:
index 6b8b6d2e77e1fef3bbc241caef80087bfb773181..3f837c4f34f89768317631e547dbe6725589a5dd 100755 (executable)
@@ -89,6 +89,10 @@ confflags += --disable-routeros
 # libsigrok >= 0.2.0 is required for the sigrok plugin, should arrive in unstable soon
 confflags += --disable-sigrok
 
+# varnish does not currently work with varnish4
+# (c.f. https://bugs.debian.org/745902)
+confflags += --disable-varnish
+
 # libmongoc is required for the write_mongodb plugin.
 confflags += --disable-write_mongodb