[Pkg-voip-commits] r1905 - in asterisk/trunk/debian: . patches

Kilian Krause kilian at costa.debian.org
Fri Jun 16 19:00:58 UTC 2006


Author: kilian
Date: 2006-06-16 19:00:57 +0000 (Fri, 16 Jun 2006)
New Revision: 1905

Modified:
   asterisk/trunk/debian/changelog
   asterisk/trunk/debian/patches/00list
   asterisk/trunk/debian/rules
Log:
complete last commit of Tzafrir to use that patch actually.


Modified: asterisk/trunk/debian/changelog
===================================================================
--- asterisk/trunk/debian/changelog	2006-06-16 18:58:01 UTC (rev 1904)
+++ asterisk/trunk/debian/changelog	2006-06-16 19:00:57 UTC (rev 1905)
@@ -24,8 +24,7 @@
   * The data_dir patch also moves agi-bin/ and firmware/
   * option_detach: using -F instead of -D (the same as upstream)
   * asterisk.init: added "zaptel-fix" to unload and reload zaptel modules
-  * optim_o2.dpatch: don't build with -O6 . Also a matching change in
-    debian/rules
+  * optim_o2.dpatch: don't build with -O6 
 
  -- Kilian Krause <kilian at debian.org>  Fri, 16 Jun 2006 18:04:50 +0000
 

Modified: asterisk/trunk/debian/patches/00list
===================================================================
--- asterisk/trunk/debian/patches/00list	2006-06-16 18:58:01 UTC (rev 1904)
+++ asterisk/trunk/debian/patches/00list	2006-06-16 19:00:57 UTC (rev 1905)
@@ -16,3 +16,4 @@
 correct_pid_display
 zap_restart
 backport_playdtmf
+optim_o2

Modified: asterisk/trunk/debian/rules
===================================================================
--- asterisk/trunk/debian/rules	2006-06-16 18:58:01 UTC (rev 1904)
+++ asterisk/trunk/debian/rules	2006-06-16 19:00:57 UTC (rev 1905)
@@ -19,7 +19,7 @@
 
 export PROC := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-MAKEFLAGS = OPTIMIZE=-O2 MAKECMDGOALS=dont-optimize
+#MAKEFLAGS = OPTIMIZE=-O2 MAKECMDGOALS=dont-optimize
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -g




More information about the Pkg-voip-commits mailing list