[Pkg-voip-commits] r4666 - in /asterisk/trunk/debian: changelog rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Fri Oct 5 02:12:40 UTC 2007


Author: paravoid
Date: Fri Oct  5 02:12:39 2007
New Revision: 4666

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4666
Log:
* Pass NOISY_BUILD to make so that the GCC arguments can be examined in
  build logs.

Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/rules

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=4666&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Fri Oct  5 02:12:39 2007
@@ -10,8 +10,10 @@
       xagi, app-dial-c-callback, app-dial-priority-202)
   * When DFSG-ing the tarball, create a fake codecs/ilbc/Makefile so that
     make doesn't fail on clean.
-
- -- Faidon Liambotis <paravoid at debian.org>  Fri, 05 Oct 2007 05:02:26 +0300
+  * Pass NOISY_BUILD to make so that the GCC arguments can be examined in
+    build logs.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Fri, 05 Oct 2007 05:11:56 +0300
 
 asterisk (1:1.4.11~dfsg-4) unstable; urgency=low
 

Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=4666&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Fri Oct  5 02:12:39 2007
@@ -17,6 +17,9 @@
 export PROC := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
 
 BUILDFLAGS += OPTIMIZE=-O2 MAKECMDGOALS=dont-optimize
+
+# show full gcc arguments instead of [CC] and [LD]
+BUILDFLAGS += NOISY_BUILD=yes
 
 # Force music files selection:
 BUILDFLAGS += MENUSELECT_MOH= \




More information about the Pkg-voip-commits mailing list