summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 144d778)
raw | patch | inline | side by side (parent: 144d778)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 26 Apr 2014 13:30:54 +0000 (15:30 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 26 Apr 2014 13:30:54 +0000 (15:30 +0200) |
C.f. https://bugs.debian.org/745902
Closes: #745894
Closes: #745894
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 9b832122f2b5aaea3c952ebe9b7f647ed029da2f..0d6572ebe091f1c5308de4801494624e00f4b921 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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:
diff --git a/debian/rules b/debian/rules
index 6b8b6d2e77e1fef3bbc241caef80087bfb773181..3f837c4f34f89768317631e547dbe6725589a5dd 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# 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