[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.3.1+dfsg-2-44-g16178e4

Russ Allbery rra at debian.org
Fri Apr 8 20:09:04 UTC 2011


The following commit has been merged in the master branch:
commit 618073ef70261c5fb37564d1fe6a7596040ce5b1
Author: Russ Allbery <rra at debian.org>
Date:   Fri Apr 8 11:16:44 2011 -0700

    Remove the *.la files installed in /usr/lib/shibboleth
    
    * Drop the *.la files from /usr/lib/shibboleth.  Upstream does loading
      by *.so files and doesn't use libltdl, and Debian is dropping *.la
      files where possible.

diff --git a/debian/changelog b/debian/changelog
index 1184918..5ef2e8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,9 @@ shibboleth-sp2 (2.4.2+dfsg-1) UNRELEASED; urgency=low
   * Replace the version of jQuery installed by Doxygen in the
     documentation package with a symlink to the version supplied by the
     Debian package and add a dependency.
+  * Drop the *.la files from /usr/lib/shibboleth.  Upstream does loading
+    by *.so files and doesn't use libltdl, and Debian is dropping *.la
+    files where possible.
   * Update to debhelper compatibility level V8.
     - Use debhelper rule minimization.
   * Update debian/copyright to the current DEP-5 specification.
diff --git a/debian/rules b/debian/rules
index ac775bb..9248867 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ override_dh_auto_clean:
 
 override_dh_auto_install:
 	NOKEYGEN=1 dh_auto_install
+	rm debian/tmp/usr/lib/shibboleth/*.la
 	rm -r $(CURDIR)/debian/tmp/usr/share/doc/shibboleth*
 	rm -r $(CURDIR)/debian/tmp/var/run
 	rm $(CURDIR)/debian/tmp/etc/shibboleth/*.dist

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list