Code

Do not install libcollectdclient's .la file.
authorSebastian Harl <sh@tokkee.org>
Sat, 29 Aug 2009 07:44:14 +0000 (09:44 +0200)
committerSebastian 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>).

debian/changelog
debian/libcollectdclient-dev.install
debian/rules

index 9f9ab91dd5fdf7c1fde0b081788ffb7faa8d2148..d03ee2bda405ff8f36a2f5bce49bb367a07adaf7 100644 (file)
@@ -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
+      <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)
@@ -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
 
index 37742ed67c8b40afd5bbc92f6f3411eba1c43a3d..f7e3c017121389968f3688feb68f3f1f2037bedd 100755 (executable)
@@ -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