[Pkg-voip-commits] r10027 - in /asterisk/branches/experimental/debian: changelog patches/ilbc_disable patches/menuselect_cflags

paravoid at alioth.debian.org paravoid at alioth.debian.org
Thu Nov 22 01:13:56 UTC 2012


Author: paravoid
Date: Thu Nov 22 01:13:55 2012
New Revision: 10027

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10027
Log:
Update for Asterisk 10.10.0

Modified:
    asterisk/branches/experimental/debian/changelog
    asterisk/branches/experimental/debian/patches/ilbc_disable
    asterisk/branches/experimental/debian/patches/menuselect_cflags

Modified: asterisk/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/changelog?rev=10027&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/changelog (original)
+++ asterisk/branches/experimental/debian/changelog Thu Nov 22 01:13:55 2012
@@ -1,4 +1,4 @@
-asterisk (1:10.7.0~dfsg-1) UNRELEASED; urgency=low
+asterisk (1:10.10.0~dfsg-1) UNRELEASED; urgency=low
 
   * New major upstream release.
     - Drop patch kfreebsd, fixed upstream.
@@ -10,7 +10,7 @@
   * Do not ship app_meetme.so and app_dahdibarge.so, deprecated by upstream.
     - Also remove them from asterisk-dahdi's full description.
 
- -- Faidon Liambotis <paravoid at debian.org>  Tue, 31 Jul 2012 00:36:12 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Thu, 22 Nov 2012 01:45:18 +0200
 
 asterisk (1:1.8.13.0~dfsg-1) unstable; urgency=high
 

Modified: asterisk/branches/experimental/debian/patches/ilbc_disable
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/patches/ilbc_disable?rev=10027&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/patches/ilbc_disable (original)
+++ asterisk/branches/experimental/debian/patches/ilbc_disable Thu Nov 22 01:13:55 2012
@@ -8,18 +8,6 @@
 
 Patch needs to be cleaned-up to be uploaded upstream.
 
---- a/codecs/Makefile
-+++ b/codecs/Makefile
-@@ -33,7 +33,9 @@ endif
- clean::
- 	$(MAKE) -C gsm clean
- 	$(MAKE) -C lpc10 clean
-+ifneq ($(wildcard ilbc/Makefile),)
- 	$(MAKE) -C ilbc clean
-+endif
- 	rm -f g722/*.[oa]
- 	rm -f speex/*.[oa]
- 
 --- a/codecs/codec_ilbc.c
 +++ b/codecs/codec_ilbc.c
 @@ -26,6 +26,7 @@
@@ -30,3 +18,13 @@
  	<support_level>core</support_level>
   ***/
  
+--- a/codecs/Makefile
++++ b/codecs/Makefile
+@@ -27,7 +27,6 @@ LIBLPC10 := $(SUB_LPC10)/liblpc10.a
+ 
+ SUB_DIRS := \
+ 	$(SUB_GSM) \
+-	$(SUB_ILBC) \
+ 	$(SUB_LPC10) \
+ 
+ all: _all

Modified: asterisk/branches/experimental/debian/patches/menuselect_cflags
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/patches/menuselect_cflags?rev=10027&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/patches/menuselect_cflags (original)
+++ asterisk/branches/experimental/debian/patches/menuselect_cflags Thu Nov 22 01:13:55 2012
@@ -19,7 +19,7 @@
 
 --- a/Makefile
 +++ b/Makefile
-@@ -844,7 +844,9 @@ nmenuselect: menuselect/nmenuselect menu
+@@ -845,7 +845,9 @@ nmenuselect: menuselect/nmenuselect menu
  	- at menuselect/nmenuselect menuselect.makeopts && (echo "menuselect changes saved!"; rm -f channels/h323/Makefile.ast main/asterisk) || echo "menuselect changes NOT saved!"
  
  # options for make in menuselect/




More information about the Pkg-voip-commits mailing list