[cpp-sp] 34/42: Remove the *.la files installed in /usr/lib/shibboleth
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:44:51 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.4.2+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=618073ef70261c5fb37564d1fe6a7596040ce5b1
commit 618073ef70261c5fb37564d1fe6a7596040ce5b1
Author: Russ Allbery <rra at debian.org>
AuthorDate: 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.
---
debian/changelog | 3 +++
debian/rules | 1 +
2 files changed, 4 insertions(+)
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list