From ae5b394e548a1456fb89a563735d44b63bbe4625 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 7 Jul 2008 19:35:07 +0000 Subject: [PATCH] Added build dependency on pkg-config. This is used by collectd's configure script to check for a couple of libraries. --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5304fda..d233698 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ collectd (4.4.1-2) UNRELEASED; urgency=low * Added linux-libc-dev (<< 2.6.25-1) as an option to the linux-libc-dev (>= 2.6.25-4) build dependency - those versions are not affected by #479899. + * Added build dependency on pkg-config - this is used by collectd's + configure script to check for a couple of libraries. - -- Sebastian Harl Mon, 07 Jul 2008 15:21:30 +0200 + -- Sebastian Harl Mon, 07 Jul 2008 19:31:19 +0000 collectd (4.4.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 8e52f58..18d7976 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: collectd Section: utils Priority: optional Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, bison | byacc, flex, autotools-dev, linux-libc-dev (>= 2.6.25-4) | linux-libc-dev (<< 2.6.25-1), libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-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], libsnmp-dev | libsnmp9-dev, libvirt-dev (>= 0.4.0-6) [amd64 i386 powerpc], libxml2-dev, libhal-dev, libopenipmi-dev +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, bison | byacc, flex, autotools-dev, pkg-config, linux-libc-dev (>= 2.6.25-4) | linux-libc-dev (<< 2.6.25-1), libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-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], libsnmp-dev | libsnmp9-dev, libvirt-dev (>= 0.4.0-6) [amd64 i386 powerpc], libxml2-dev, libhal-dev, libopenipmi-dev Build-Conflicts: libpthread-dev Standards-Version: 3.8.0 Homepage: http://collectd.org/ -- 2.30.2