From 2eae1c662a382ed8073c383e55ae1ab4b104ad3a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 13 Apr 2009 21:45:51 +0200 Subject: [PATCH] Removed libdbi0-dev build-dependency and disabled the "dbi" plugin. libdbi is not available on Etch. --- debian/changelog | 4 +++- debian/control | 3 +-- debian/rules | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 07d33d0..6a03662 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,10 @@ collectd (4.6.2-1~bpo40+1) etch-backports; urgency=low * Reenabled and fixed the work around for #474087 (broken openipmi .pc files) and removed the version from the libopenipmi-dev build dependency - Etch does not include a fixed version of openipmi. + * Removed libdbi0-dev build-dependency and disabled the "dbi" plugin - + libdbi is not available on Etch. - -- Sebastian Harl Mon, 13 Apr 2009 21:40:09 +0200 + -- Sebastian Harl Mon, 13 Apr 2009 21:45:04 +0200 collectd (4.6.2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index d979cc5..44827ae 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: collectd Section: utils Priority: optional Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison, flex, autotools-dev, pkg-config, linux-kernel-headers, libcurl3-gnutls-dev, libmysqlclient15-dev, librrd2-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev, iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64], libsnmp9-dev, libvirt-dev (>= 0.4.0-6) [amd64 i386 powerpc], libxml2-dev, libhal-dev, libopenipmi-dev, libglib2.0-dev, libnotify-dev, libesmtp-dev, libpq-dev, libdbi0-dev +Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison, flex, autotools-dev, pkg-config, linux-kernel-headers, libcurl3-gnutls-dev, libmysqlclient15-dev, librrd2-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev, iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64], libsnmp9-dev, libvirt-dev (>= 0.4.0-6) [amd64 i386 powerpc], libxml2-dev, libhal-dev, libopenipmi-dev, libglib2.0-dev, libnotify-dev, libesmtp-dev, libpq-dev Build-Conflicts: libpthread-dev, iptables-dev Standards-Version: 3.8.1 Homepage: http://collectd.org/ @@ -44,7 +44,6 @@ Description: statistics collection and monitoring daemon * CPU frequency: cpufreq * output to comma separated values (CSV) files: csv * parse statistics from websites: curl - * query data from a relational database: dbi * disk space usage: df * disk and partition throughput: disk * DNS traffic information: dns diff --git a/debian/rules b/debian/rules index 725af71..2934963 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,9 @@ ifeq (,$(findstring $(DEB_BUILD_ARCH),amd64 i386 powerpc)) confflags += --disable-libvirt endif +# libdbi is not available on Etch +confflags += --disable-dbi + # Force the inclusion of the ipmi plugin and manually specify its # dependencies to work around #474087 (broken openipmi .pc files). BUILD_WITH_OPENIPMI_LIBS = -lOpenIPMIpthread -lOpenIPMIutils -lOpenIPMI -- 2.30.2