From: Sebastian Harl Date: Fri, 18 May 2012 21:45:55 +0000 (+0200) Subject: control: Explicitly build-depend on libkvm-dev on kfreebsd. X-Git-Tag: collectd-4.10.7-1~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5fa94e45337d4f456498b25a5ed9ab9dd48c77c7;p=pkg-collectd.git control: Explicitly build-depend on libkvm-dev on kfreebsd. This is required by the processes, swap and tcpconns plugins. --- diff --git a/debian/changelog b/debian/changelog index 625c46f..b805b7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,8 @@ collectd (4.10.7-1) unstable; urgency=low non-Linux architectures to make life of porters easier; thanks to Robert Millan for reporting this and providing a pointer to the fix (Closes: #634690). + - Explicitly build-depend on libkvm-dev on kfreebsd; this is required by + the processes, swap and tcpconns plugins. * debian/collectd-core.postrm, debian/collectd-core.templates: - Prompt the user (debconf priority high) when purging the collected data providing an option to opt out. The question defaults to remove the diff --git a/debian/control b/debian/control index 1fdfa88..d67addd 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, libgcrypt11-dev, libglib2.0-dev, libhal-dev, + libkvm-dev [kfreebsd-any], libmemcached-dev, libmysqlclient-dev, libnotify-dev,