From: Sebastian Harl Date: Sun, 15 Sep 2013 12:03:22 +0000 (+0200) Subject: rules: Disable the aquaero plugin which requires libaquaero5. X-Git-Tag: collectd-5.4.0-1~23 X-Git-Url: https://git.tokkee.org/?p=pkg-collectd.git;a=commitdiff_plain;h=4bb5641ea3eddd53638f8a32ce7eac9de25c13da rules: Disable the aquaero plugin which requires libaquaero5. --- diff --git a/debian/changelog b/debian/changelog index 31be5de..069d09d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ collectd (5.4.0-1) UNRELEASED; urgency=low * debian/control: - Depend on liblvm2-dev (required by the new LVM plugin). * debian/rules: + - Disable the aquaero plugin which requires libaquaero5. - Disable the MIC plugin which requires libmic. - Disable the sigrok plugin which requires libsigrok >= 0.2.0. - Removed the Perl INSTALL_BASE workaround introduced in 5.2.0-1. diff --git a/debian/rules b/debian/rules index 90e02cf..1ee9bfe 100755 --- a/debian/rules +++ b/debian/rules @@ -65,6 +65,9 @@ confflags += --disable-lpar # Solaris only (requires devinfo and kstat) confflags += --disable-tape +# libaquaero5 is required for the aquaero plugin +confflags += --disable-aquaero + # libmic is required for the mic plugin confflags += --disable-mic