From 51d90c74c3ff9f9b3cdde3203ea651a8ef50c490 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 26 Apr 2014 15:30:54 +0200 Subject: [PATCH] rules: Disable varnish for now; it does not work with varnish 4. C.f. https://bugs.debian.org/745902 Closes: #745894 --- debian/changelog | 8 ++++++++ debian/rules | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9b83212..0d6572e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 6b8b6d2..3f837c4 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.30.2