[opensaml2] 01/01: Disable forcing of libtool --silent
Russ Allbery
rra at stanford.edu
Sun Dec 8 04:36:07 UTC 2013
This is an automated email from the git hooks/post-receive script.
rra pushed a commit to branch master
in repository opensaml2.
commit 973b999feaee414ee2f0f73b7fb2687a0ca11ade
Author: Russ Allbery <rra at debian.org>
Date: Sat Dec 7 20:35:39 2013 -0800
Disable forcing of libtool --silent
* Disable the forcing of --silent mode in Libtool since Debian build log
analysis wants verbose logs.
---
configure.ac | 3 ++-
debian/changelog | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 530b234..a005ec4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -302,7 +302,8 @@ AM_CONDITIONAL(BUILD_UNITTEST,test -f ${CXXTEST})
AX_CREATE_PKGCONFIG_INFO(,,[$LIBS -lsaml],[OpenSAML library])
AC_SUBST(DX_INCLUDE)
-LIBTOOL="$LIBTOOL --silent"
+dnl Disabled on Debian since build log analysis wants verbose logs.
+dnl LIBTOOL="$LIBTOOL --silent"
# output packaging and makefiles
AC_OUTPUT
diff --git a/debian/changelog b/debian/changelog
index a3767b5..581fdef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+opensaml2 (2.5.3-3) UNRELEASED; urgency=medium
+
+ * Disable the forcing of --silent mode in Libtool since Debian build log
+ analysis wants verbose logs.
+
+ -- Russ Allbery <rra at debian.org> Sat, 07 Dec 2013 20:35:32 -0800
+
opensaml2 (2.5.3-2) unstable; urgency=low
* Upload to unstable.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/opensaml2.git
More information about the Pkg-shibboleth-devel
mailing list