From 05ed957bca444f9d198785f5bdbc15c406dae14a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 3 Oct 2013 12:23:29 +0200 Subject: [PATCH] control: Limit build-dependency on libmnl-dev to linux-any. debian/rules already did the right thing and excluded the 'netlink' plugin on kfreebsd. Thanks to Ivo De Decker for reporting this. Closes: #724911 --- debian/changelog | 9 +++++++++ debian/control | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 018a11d..3c9b75a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +collectd (5.4.0-2) unstable; urgency=low + + * debian/control: + - Limit build-dependency on libmnl-dev to linux-any. debian/rules already + did the right thing and excluded the 'netlink' plugin on kfreebsd. + Thanks to Ivo De Decker for reporting this (Closes: #724911). + + -- Sebastian Harl Thu, 03 Oct 2013 12:23:18 +0200 + collectd (5.4.0-1) unstable; urgency=low * New upstream release (Closes: #723187): diff --git a/debian/control b/debian/control index 057d973..01a375e 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, liblvm2-dev [linux-any], libmemcached-dev, libmodbus-dev, - libmnl-dev, + libmnl-dev [linux-any], libmysqlclient-dev, libnotify-dev, libopenipmi-dev, -- 2.30.2