[SCM] Debian packaging for OpenSAML 2.0 branch, master, updated. debian/2.4.3-3-6-ga979396
Russ Allbery
rra at debian.org
Wed Feb 1 10:01:54 UTC 2012
The following commit has been merged in the master branch:
commit c2929fb6df8902bb30cdcb436fee5c70abbcab09
Author: Russ Allbery <rra at debian.org>
Date: Tue Jan 31 16:55:14 2012 -0800
Link with --as-needed to simplify opensaml2-tools dependencies
* Pass --as-needed to the linker to reduce unnecessary shared library
dependencies in the opensaml2-tools package.
diff --git a/debian/changelog b/debian/changelog
index 4bb1df2..472c6c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ opensaml2 (2.4.3-4) UNRELEASED; urgency=low
tools, and for this library the shlibs behavior seems sufficient.
* Force linking with -lpthread, working around a bug in libtool that
drops the linkage because it uses -nostdlib. See #468555.
+ * Pass --as-needed to the linker to reduce unnecessary shared library
+ dependencies in the opensaml2-tools package.
-- Russ Allbery <rra at debian.org> Tue, 31 Jan 2012 16:44:48 -0800
diff --git a/debian/rules b/debian/rules
index a890296..ee3a8b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,5 +45,8 @@ override_dh_installdocs:
fi ; \
fi
+override_dh_autoreconf:
+ dh_autoreconf --as-needed
+
%:
dh $@ --with autoreconf
--
Debian packaging for OpenSAML 2.0
More information about the Pkg-shibboleth-devel
mailing list