[SCM] Debian packaging for apache2 branch, master, updated. debian/2.4.4-6-45-g2e75f7e

Stefan Fritsch sf at sfritsch.de
Mon Jul 22 20:52:24 UTC 2013


The following commit has been merged in the master branch:
commit 2e75f7e53abab76640d9c3edb00fcd245646cc0d
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon Jul 22 22:51:38 2013 +0200

    Don't pass --silent to libtool
    
    while there remove unused AP2_EXTRAFLAGS

diff --git a/debian/changelog b/debian/changelog
index d5bf9e8..bfa8116 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 apache2 (2.4.6-2) UNRELEASED; urgency=low
 
   * Fix watch file
+  * Don't pass --silent to libtool, allowing blhc to check the compiler
+    options in the build logs.
 
  -- Stefan Fritsch <sf at debian.org>  Mon, 22 Jul 2013 21:06:25 +0200
 
diff --git a/debian/rules b/debian/rules
index 817b512..adbf36d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ API = $(shell perl -ne 'print $$1 if m/define\s+MODULE_MAGIC_NUMBER_MAJOR\s+?(.*
 AP2_CFLAGS = -pipe $(shell dpkg-buildflags --get CFLAGS)
 AP2_LDFLAGS = -Wl,--as-needed $(shell dpkg-buildflags --get LDFLAGS)
 AP2_CPPFLAGS = -DPLATFORM='\"$(LSB_RELEASE)\"' $(shell dpkg-buildflags --get CPPFLAGS)
+AP2_LTFLAGS = --no-silent
 
 
 support/suexec-custom.c: support/suexec.c debian/patches/suexec-custom.patch
@@ -95,7 +96,7 @@ override_dh_auto_configure: generate-maintainer-scripts prebuild-checks server/m
 		--enable-mods-shared="all cgi" \
 		--enable-mods-static="unixd logio watchdog version" \
 		CFLAGS="$(AP2_CFLAGS)" CPPFLAGS="$(AP2_CPPFLAGS)" LDFLAGS="$(AP2_LDFLAGS)" \
-		$(AP2_EXTRAFLAGS)
+		LTFLAGS="$(AP2_LTFLAGS)"
 
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list