From a972733b7c7594db6a7fff49e8e9a60c3f078a05 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 3 Aug 2012 10:06:04 +0000 Subject: [PATCH] rules, control: Disabled AMQP plugin. librabbitmq-dev is not available on Squeeze. --- debian/changelog | 1 + debian/control | 2 -- debian/rules | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 45bada0..b36d457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ collectd (5.1.0-3~bpo60+1) squeeze-backports; urgency=low * Rebuild for squeeze-backports. * debian/rules, debian/control: - Disabled modbus plugin, libmodbus-dev is not available on Squeeze. + - Disabled AMQP plugin, librabbitmq-dev is not available on Squeeze. -- Sebastian Harl Thu, 05 Jul 2012 13:39:28 +0200 diff --git a/debian/control b/debian/control index 4ff49fc..712836a 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,6 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, libperl-dev, libpq-dev, libprotobuf-c0-dev, - librabbitmq-dev, librrd-dev (>= 1.4~), libsensors4-dev [linux-any], # libsnmp-dev (>= 5.4.2.1~dfsg-4~) | (libsnmp-dev & perl (<< 5.10.1~rc2-1~)) @@ -79,7 +78,6 @@ Description: statistics collection and monitoring daemon (core system) default configuration) on top of it without having to modify the "collectd" package. . - * AMQP output plugin: amqp * Apache and lighttpd statistics provided by mod_status: apache * APC UPS's charge, load, input/output/battery voltage, etc.: apcups * Ascent server statistics: ascent diff --git a/debian/rules b/debian/rules index 03e7698..0e2d975 100755 --- a/debian/rules +++ b/debian/rules @@ -91,6 +91,7 @@ confflags += --disable-zfs-arc # build-deps for these plugins are not available on Squeeze confflags += \ + --disable-amqp \ --disable-modbus # The static library netstat cannot be linked into shared objects on some -- 2.30.2