From 620f33eb924523216129fb540b65a3f1fcb7a80e Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 29 Jun 2012 22:28:03 +0200 Subject: [PATCH] control, rules: Build depend on libmodbus-dev and enabled modbus plugin. 5.1 now supports libmodbus 3; thanks to Ivo De Decker for reporting this. Closes: #639796 --- debian/changelog | 4 ++++ debian/control | 2 ++ debian/rules | 3 --- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7aa7c6f..7c75c28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ collectd (5.1.0-2) UNRELEASED; urgency=low * debian/collectd-core.postinst: - Don't create unused temp. directory. + * debian/control, debian/rules: + - Build depend on libmodbus-dev and enabled modbus plugin. 5.1 now + supports libmodbus 3; thanks to Ivo De Decker for reporting this + (Closes: #639796). -- Sebastian Harl Fri, 29 Jun 2012 22:17:27 +0200 diff --git a/debian/control b/debian/control index 4ff49fc..7d587f1 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, libhal-dev, libkvm-dev [kfreebsd-any], libmemcached-dev, + libmodbus-dev, libmysqlclient-dev, libnotify-dev, libopenipmi-dev, @@ -119,6 +120,7 @@ Description: statistics collection and monitoring daemon (core system) * Query and parse data from a memcache daemon: memcachec * statistics of the memcached distributed caching system: memcached * memory usage: memory + * read values from Modbus/TCP enabled devices: modbus * statistics from mon.itor.us: Monitorus (Perl based plugin) * multimeter statistics: multimeter * MySQL statistics provided by MySQL's "show status" command: mysql diff --git a/debian/rules b/debian/rules index 3cc5370..8e186fc 100755 --- a/debian/rules +++ b/debian/rules @@ -65,9 +65,6 @@ confflags += --disable-lpar # Solaris only (requires devinfo and kstat) confflags += --disable-tape -# libmodbus is required for the modbus plugin. -confflags += --disable-modbus - # libnetapp is required for the netapp plugin. confflags += --disable-netapp -- 2.30.2