[shibboleth-sp2] 01/01: Disable forcing of libtool --silent

Russ Allbery rra at stanford.edu
Sun Dec 8 04:28:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

rra pushed a commit to branch master
in repository shibboleth-sp2.

commit 33668adf58c11aacedb0ba1cb2b5c860872bb689
Author: Russ Allbery <rra at debian.org>
Date:   Sat Dec 7 20:27:48 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 | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6c71412..2e17582 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1351,6 +1351,7 @@ if test -n "$APXS24_CC" && test "$APXS24_CC" != "$CC" ; then
   echo "=================================================================="
 fi
 
-LIBTOOL="$LIBTOOL --silent"
+dnl Disabled on Debian since build log analysis wants verbose logs.
+dnl LIBTOOL="$LIBTOOL --silent"
 
 AC_OUTPUT
diff --git a/debian/changelog b/debian/changelog
index e2b19bf..8e73025 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ shibboleth-sp2 (2.5.3+dfsg-1) UNRELEASED; urgency=medium
   * Move /usr/include/shibsp/paths.h to the architecture-specific include
     directory, since it varies by architecture.  Thanks, Andreas
     Beckmann.  (Closes: #720036)
+  * Disable the forcing of --silent mode in Libtool since Debian build log
+    analysis wants verbose logs.
   * Update standards version to 3.9.5 (no changes required).
 
  -- Russ Allbery <rra at debian.org>  Sat, 17 Aug 2013 14:36:09 -0700

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list