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

Kilian Krause kilian at costa.debian.org
Thu Jan 12 13:08:59 UTC 2006


Author: kilian
Date: 2006-01-12 13:08:58 +0000 (Thu, 12 Jan 2006)
New Revision: 1172

Modified:
   asterisk/trunk/debian/patches/bristuff.dpatch
   asterisk/trunk/debian/rules
Log:
first cleanups..


Modified: asterisk/trunk/debian/patches/bristuff.dpatch
===================================================================
--- asterisk/trunk/debian/patches/bristuff.dpatch	2006-01-12 13:00:30 UTC (rev 1171)
+++ asterisk/trunk/debian/patches/bristuff.dpatch	2006-01-12 13:08:58 UTC (rev 1172)
@@ -2055,8 +2055,8 @@
  	}
  	*/
  	/* Check for options */
--	while((c=getopt(argc, argv, "tThfdvVqprRgcinx:U:G:C:L:M:")) != -1) {
-+	while((c=getopt(argc, argv, "tThfdvVqprRgcinsx:U:G:C:L:M:")) != -1) {
+-	while((c=getopt(argc, argv, "tThfdvVqprRgcDinx:U:G:C:L:M:")) != -1) {
++	while((c=getopt(argc, argv, "tThfdvVqprRgcDinsx:U:G:C:L:M:")) != -1) {
  		switch(c) {
  		case 'd':
  			option_debug++;

Modified: asterisk/trunk/debian/rules
===================================================================
--- asterisk/trunk/debian/rules	2006-01-12 13:00:30 UTC (rev 1171)
+++ asterisk/trunk/debian/rules	2006-01-12 13:08:58 UTC (rev 1172)
@@ -71,7 +71,7 @@
 debian/build/asterisk-bristuff/config.status: config.status check-sounds patch-stamp
 	# get ourselves a copy of the source to build bristuff in...
 	mkdir -p debian/build/asterisk-bristuff
-	ls -1d *|grep -v debian|grep -v ^.$|xargs cp -alt debian/build/asterisk-bristuff
+	ls -1d * .version|grep -v debian|grep -v ^.$$|xargs cp -alt debian/build/asterisk-bristuff
 	(cd debian/build/asterisk-bristuff;patch -p1 <../../patches/bristuff.dpatch)
 	
 	(cd debian/build/asterisk-bristuff/editline;./configure $(confflags))
@@ -112,7 +112,7 @@
 	# Add here commands to clean up after the build process.
 	#-test -d channels/h323 && $(MAKE) -C channels/h323 clean
 	-$(MAKE) clean
-	-$(RM) -rf debian/build/asterisk-bristuff
+	-$(RM) -rf debian/build
 	-$(RM) utils/streamplayer
 	#-$(RM) -f fxstest ztmonitor ztspeed zttest
 	-$(RM) -fR doc/api agi/eagi-test agi/eagi-sphinx-test




More information about the Pkg-voip-commits mailing list