[Pkg-voip-commits] r8266 - in /asterisk/trunk/debian: changelog patches/h323-extra-target patches/series rules

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sat Apr 10 17:49:00 UTC 2010


Author: tzafrir
Date: Sat Apr 10 17:48:56 2010
New Revision: 8266

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8266
Log:
Patch h323-extra-target: Allow manuallly generate channels/h323/Makefile.ast

Added:
    asterisk/trunk/debian/patches/h323-extra-target
Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/patches/series
    asterisk/trunk/debian/rules

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=8266&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Sat Apr 10 17:48:56 2010
@@ -16,8 +16,9 @@
     answered too soon. 
   * Patch followme_prompts: set proper vars when reading followme.conf
   * Patch sqlite3_func_rename: Avoid issues with the name sqlite3_log . 
-
- -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 10 Apr 2010 14:18:28 +0300
+  * Patch h323-extra-target: Allow manuallly generate channels/h323/Makefile.ast
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 10 Apr 2010 20:47:42 +0300
 
 asterisk (1:1.6.2.2-1) unstable; urgency=medium
 

Added: asterisk/trunk/debian/patches/h323-extra-target
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/h323-extra-target?rev=8266&op=file
==============================================================================
--- asterisk/trunk/debian/patches/h323-extra-target (added)
+++ asterisk/trunk/debian/patches/h323-extra-target Sat Apr 10 17:48:56 2010
@@ -1,0 +1,21 @@
+Description: allow manually generating channels/h323/Makefile.ast
+Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Bug: https://issues.asterisk.org/view.php?id=17162
+Last-Update: 2010-04-10
+
+This patch is a work-around to that bug. It allows running 'make h323-mak'
+from debian/rules to generate channels/h323/Makefile.ast before running
+the main 'make' command.
+
+--- a/Makefile
++++ b/Makefile
+@@ -965,6 +965,9 @@ pdf: asterisk.pdf
+ asterisk.pdf:
+ 	$(MAKE) -C doc/tex asterisk.pdf
+ 
++h323-mak:
++	$(MAKE) -C channels h323/Makefile.ast
++
+ .PHONY: menuselect
+ .PHONY: main
+ .PHONY: sounds

Modified: asterisk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/series?rev=8266&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/series (original)
+++ asterisk/trunk/debian/patches/series Sat Apr 10 17:48:56 2010
@@ -21,3 +21,4 @@
 dahdi_fxs_false_ringing
 followme_prompts
 sqlite3_func_rename
+h323-extra-target

Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=8266&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Sat Apr 10 17:48:56 2010
@@ -74,6 +74,7 @@
 build-arch: build-arch-stamp
 build-arch-stamp: config.status
 	dh_testdir
+	$(FETCH_ENV) $(MAKE) $(BUILDFLAGS) h323-mak
 	$(FETCH_ENV) $(MAKE) $(BUILDFLAGS)
 	touch $@
 




More information about the Pkg-voip-commits mailing list