From c38f4081e8f621a8df58d2eb36cef50ca8711bb8 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 30 Jun 2015 09:26:18 +0200 Subject: [PATCH] add various Build-depend to support new plugins --- debian/changelog | 11 +++++++++++ debian/control | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index fbb8735..a703cad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,17 @@ collectd (5.5.0-1) UNRELEASED; urgency=medium - Re-enable varnish and uncomment Build-depend on libvarnishapi-dev (support for varnish 4.x was added upstream). - Enable zfs_arc (support for ZFS on linux was added upstream). + - Add Build-depend on libatasmart-dev (required to build new smart + plugin). + - Add Build-depend on libcap-dev (used to avoid running new turbostat + plugin as root on Linux). + - Add Build-depend on libi2c-dev (required to build new barometer plugin). + - Add Build-depend on libldap2-dev (required to build new openldap + plugin). + - Add Build-depend on librdkafka-dev (required to build new write_kafka + plugin). + - Add Build-depend on libudev-dev (used by disk plugin to enable + udev-based device renaming on Linux) (Closes: #588153, #632936). -- Marc Fournier Tue, 30 Jun 2015 07:08:39 +0200 diff --git a/debian/control b/debian/control index 1b3c3c9..bdcad16 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, iptables-dev (>= 1.4.3.2-2) [linux-any], javahelper, kfreebsd-kernel-headers [kfreebsd-any], + libatasmart-dev, + libcap-dev [linux-any], libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev, libdbi0-dev, libesmtp-dev, @@ -14,7 +16,9 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, libgcrypt11-dev, libglib2.0-dev, libhiredis-dev, + libi2c-dev, libkvm-dev [kfreebsd-any], + libldap2-dev, liblvm2-dev [linux-any], libmemcached-dev, libmodbus-dev, @@ -28,6 +32,7 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, libperl-dev, libpq-dev, libprotobuf-c-dev, + librdkafka-dev, librabbitmq-dev, librrd-dev (>= 1.4~), libsensors4-dev [linux-any], @@ -37,6 +42,7 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, libsnmp-dev (>= 5.4.2.1~dfsg-4~) | perl (<< 5.10.1~rc2-1~), libtokyocabinet-dev [linux-any], libtokyotyrant-dev [linux-any], + libudev-dev [linux-any], libupsclient-dev | libupsclient1-dev, libvarnishapi-dev, libvirt-dev (>= 0.4.0-6) [linux-any], -- 2.30.2