From e58b9dcbb894a13c21f009b2c723e35ec0d3f92f Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 29 Aug 2009 09:44:14 +0200 Subject: [PATCH] Do not install libcollectdclient's .la file. This is in favor of the Squeeze release goal to remove those files (for details see ). --- debian/changelog | 6 +++++- debian/libcollectdclient-dev.install | 1 - debian/rules | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9f9ab91..d03ee2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -69,8 +69,12 @@ collectd (4.7.2-1) unstable; urgency=low * debian/collectd.conf: - Set the 'apache' plugin's URL according to the default used by Debian's Apache; thanks to Joey Hess for reporting this (Closes: #541888). + * debian/libcollectdclient-dev.install, debian/rules: + - Do not install libcollectdclient's .la file in favor of the Squeeze + release goal to remove those files (for details see + ). - -- Sebastian Harl Sat, 29 Aug 2009 09:31:12 +0200 + -- Sebastian Harl Sat, 29 Aug 2009 09:42:52 +0200 collectd (4.6.3-1) unstable; urgency=low diff --git a/debian/libcollectdclient-dev.install b/debian/libcollectdclient-dev.install index fd27cc5..6cad707 100644 --- a/debian/libcollectdclient-dev.install +++ b/debian/libcollectdclient-dev.install @@ -1,6 +1,5 @@ usr/include/collectd/client.h usr/include/collectd usr/include/collectd/lcc_features.h usr/include/collectd usr/lib/pkgconfig/libcollectdclient.pc -usr/lib/libcollectdclient.la usr/lib/libcollectdclient.so diff --git a/debian/rules b/debian/rules index 37742ed..f7e3c01 100755 --- a/debian/rules +++ b/debian/rules @@ -121,6 +121,7 @@ install-arch: build $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp rm -f debian/tmp/usr/lib/collectd/*.la + rm -f debian/tmp/usr/lib/libcollectdclient.la rm -f debian/tmp/etc/collectd.conf dh_install -a --sourcedir=$(CURDIR)/debian/tmp --fail-missing -- 2.30.2