From: Sebastian Harl Date: Thu, 3 Oct 2013 10:23:29 +0000 (+0200) Subject: control: Limit build-dependency on libmnl-dev to linux-any. X-Git-Tag: collectd-5.4.0-2^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=05ed957bca444f9d198785f5bdbc15c406dae14a;p=pkg-collectd.git 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 --- 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,