summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5941e30)
raw | patch | inline | side by side (parent: 5941e30)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 29 Aug 2009 07:44:14 +0000 (09:44 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 29 Aug 2009 07:44:14 +0000 (09:44 +0200) |
This is in favor of the Squeeze release goal to remove those files (for
details see <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
details see <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
debian/changelog | patch | blob | history | |
debian/libcollectdclient-dev.install | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 9f9ab91dd5fdf7c1fde0b081788ffb7faa8d2148..d03ee2bda405ff8f36a2f5bce49bb367a07adaf7 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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
+ <http://lists.debian.org/debian-devel/2009/08/msg00783.html>).
- -- Sebastian Harl <tokkee@debian.org> Sat, 29 Aug 2009 09:31:12 +0200
+ -- Sebastian Harl <tokkee@debian.org> Sat, 29 Aug 2009 09:42:52 +0200
collectd (4.6.3-1) unstable; urgency=low
index fd27cc560e9851cbd4a20c96e3eda4729a28c35a..6cad707ff6203f0c4ae1373be9ce16b01bea5f95 100644 (file)
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 37742ed67c8b40afd5bbc92f6f3411eba1c43a3d..f7e3c017121389968f3688feb68f3f1f2037bedd 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
$(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