From e0686fba23bf1a76aa37efb828ab3acbbbcf9cc9 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 5 Jan 2012 15:09:47 +0100 Subject: [PATCH] control, rules: Depend on libmodbus-dev and enabled "modbus" plugin. --- debian/changelog | 6 +++++- debian/control | 1 + debian/rules | 3 --- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f71bb22..22389e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,12 @@ collectd (4.10.4-1) unstable; urgency=low Steigerwald for reporting this (Closes: #585975). - Don't abort if including a config file fails; thanks to Reinhard Tartler for reporting this (Closes: #592880). + * debian/control, debian/rules: + - Depend on libmodbus-dev (which is now available in Debian) and enabled + "modbus" plugin; thanks to Ivo De Decker for reporting this + (Closes: #639796). - -- Sebastian Harl Thu, 05 Jan 2012 15:01:31 +0100 + -- Sebastian Harl Thu, 05 Jan 2012 15:05:15 +0100 collectd (4.10.1-2.1) unstable; urgency=high diff --git a/debian/control b/debian/control index 1fb6d82..f70f756 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, libglib2.0-dev, libhal-dev, libmemcached-dev, + libmodbus-dev, libmysqlclient-dev, libnotify-dev, libopenipmi-dev, diff --git a/debian/rules b/debian/rules index ce981a4..ea5ec27 100755 --- a/debian/rules +++ b/debian/rules @@ -62,9 +62,6 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ # These plugins do not provide any functionality under Linux. confflags += --disable-apple_sensors --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