From fa228f14e76238c0bc2b7291923f864ad2db1070 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 13 Jun 2012 08:26:31 +0200 Subject: [PATCH] collectd-core.override: Limit netlink override to appropriate architectures. --- debian/changelog | 2 ++ debian/collectd-core.overrides | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0117c22..e85300d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,8 @@ collectd (5.1.0-1) unstable; urgency=low - Set to "1.0" for now. * debian/po/: - Updated German debconf template translation. + * debian/collectd-core.override: + - Limit netlink override to appropriate architectures. -- Sebastian Harl Wed, 13 Jun 2012 08:05:01 +0200 diff --git a/debian/collectd-core.overrides b/debian/collectd-core.overrides index 11474e9..ec28843 100644 --- a/debian/collectd-core.overrides +++ b/debian/collectd-core.overrides @@ -1,5 +1,5 @@ # This is only done on architectures that support it. -collectd-core: shlib-with-non-pic-code usr/lib/collectd/netlink.so +collectd-core [!alpha !amd64 !hppa !ia64 !ppc64 !mips !mipsel]: shlib-with-non-pic-code usr/lib/collectd/netlink.so # All plugin names are spelled in lower-case. collectd-core: capitalization-error-in-description apache Apache -- 2.30.2