[Pkg-voip-commits] r4143 - in asterisk: branches/experimental/debian trunk/debian

paravoid at alioth.debian.org paravoid at alioth.debian.org
Sun Aug 19 19:06:02 UTC 2007


Author: paravoid
Date: 2007-08-19 19:06:01 +0000 (Sun, 19 Aug 2007)
New Revision: 4143

Modified:
   asterisk/branches/experimental/debian/rules
   asterisk/trunk/debian/rules
Log:
Sync whitespace between trunk and experimental to reduce delta

Modified: asterisk/branches/experimental/debian/rules
===================================================================
--- asterisk/branches/experimental/debian/rules	2007-08-19 19:03:00 UTC (rev 4142)
+++ asterisk/branches/experimental/debian/rules	2007-08-19 19:06:01 UTC (rev 4143)
@@ -67,11 +67,12 @@
 	
 	# Without --with-gsm the internal gsm will be used
 	$(FETCH_ENV) ./configure --with-gsm \
-		--with-pwlib=/usr/share/pwlib/include/ --with-h323=/usr/share/openh323/ \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
-                --prefix=/usr \
-                --mandir=\$${prefix}/share/man \
-                --infodir=\$${prefix}/share/info
+		--prefix=/usr \
+		--mandir=\$${prefix}/share/man \
+		--infodir=\$${prefix}/share/info \
+		--with-pwlib=/usr/share/pwlib/include/ \
+		--with-h323=/usr/share/openh323/ 
 
 
 menuselect.makeopts: config.status

Modified: asterisk/trunk/debian/rules
===================================================================
--- asterisk/trunk/debian/rules	2007-08-19 19:03:00 UTC (rev 4142)
+++ asterisk/trunk/debian/rules	2007-08-19 19:06:01 UTC (rev 4143)
@@ -68,9 +68,9 @@
 	# Without --with-gsm the internal gsm will be used
 	$(FETCH_ENV) ./configure --with-gsm \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
-                --prefix=/usr \
-                --mandir=\$${prefix}/share/man \
-                --infodir=\$${prefix}/share/info \
+		--prefix=/usr \
+		--mandir=\$${prefix}/share/man \
+		--infodir=\$${prefix}/share/info \
 		--with-pwlib=/usr/share/pwlib/include/ \
 		--with-h323=/usr/share/openh323/ 
 
@@ -79,11 +79,10 @@
 	$(FETCH_ENV) $(MAKE) menuselect.makeopts
 	sed -i -e '/^MENUSELECT_MOH=/d' menuselect.makeopts
 
-	## some voodoo in order to get chan_h323 built, and make it in one
-	## build pass:
-	## enable chan_h323 (not enabled by default). Note that modules listed
-	## in MENUSELECT_CHANNEL are ones to disable:
-	
+	# some voodoo in order to get chan_h323 built, and make it in one
+	# build pass:
+	# enable chan_h323 (not enabled by default). Note that modules listed
+	# in MENUSELECT_CHANNEL are ones to disable:
 	sed -i -e '/MENUSELECT_CHANNELS=/s/chan_h323//' menuselect.makeopts
 	cat menuselect.makedeps
 	cat menuselect.makeopts
@@ -95,7 +94,6 @@
 	dh_testdir
 
 	# Add here command to compile/build the package.
-	
 	$(FETCH_ENV) $(MAKE) $(MAKEFLAGS) || true
 
 	# Build a second time to pick up h323 :-(




More information about the Pkg-voip-commits mailing list