[xmltooling] 01/01: Disable forcing of libtool --silent
Russ Allbery
rra at stanford.edu
Sun Dec 8 04:34:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
rra pushed a commit to branch master
in repository xmltooling.
commit 303c5660767eabe36c8f9cc08655f50efd7e22ce
Author: Russ Allbery <rra at debian.org>
Date: Sat Dec 7 20:34:13 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 | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4355b1c..c9cdacf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -426,7 +426,8 @@ AM_CONDITIONAL(BUILD_UNITTEST,test -f ${CXXTEST})
AX_CREATE_PKGCONFIG_INFO(,,[$XMLSEC_LIBS -lxmltooling],[OpenSAML XMLTooling-C library])
-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 4d0990e..93867cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-xmltooling (1.5.3-3) UNRELEASED; urgency=low
+xmltooling (1.5.3-3) UNRELEASED; urgency=medium
+ * Disable the forcing of --silent mode in Libtool since Debian build log
+ analysis wants verbose logs.
* Really switch to xz compression for the *.debian.tar file.
* Fix typo in the Vcs-Git control field.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list