From 5fa94e45337d4f456498b25a5ed9ab9dd48c77c7 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 18 May 2012 23:45:55 +0200 Subject: [PATCH] control: Explicitly build-depend on libkvm-dev on kfreebsd. This is required by the processes, swap and tcpconns plugins. --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) 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, -- 2.30.2