[Pkg-voip-commits] r4338 - callweaver/trunk/debian

santiago at alioth.debian.org santiago at alioth.debian.org
Fri Aug 31 15:24:58 UTC 2007


Author: santiago
Date: 2007-08-31 15:24:58 +0000 (Fri, 31 Aug 2007)
New Revision: 4338

Modified:
   callweaver/trunk/debian/docs
   callweaver/trunk/debian/rules
Log:
rules: removed comments and other minor changes
docs: removed NEWS



Modified: callweaver/trunk/debian/docs
===================================================================
--- callweaver/trunk/debian/docs	2007-08-31 15:22:38 UTC (rev 4337)
+++ callweaver/trunk/debian/docs	2007-08-31 15:24:58 UTC (rev 4338)
@@ -1,5 +1,4 @@
 BUGS
-NEWS
 README
 sounds.txt
 CREDITS

Modified: callweaver/trunk/debian/rules
===================================================================
--- callweaver/trunk/debian/rules	2007-08-31 15:22:38 UTC (rev 4337)
+++ callweaver/trunk/debian/rules	2007-08-31 15:24:58 UTC (rev 4338)
@@ -65,18 +65,41 @@
 	dh_testdir
 	# just make sure we're not regenerating configure =)
 	touch configure
-	CFLAGS="$(CFLAGS)" ./configure $(confflags) --prefix=/usr --mandir=\$${prefix}/share/man \
-				--infodir=\$${prefix}/share/info --sysconfdir=/etc --disable-ilbc \
-				--with-directory-layout=lsb --with-pbx_ael=yes \
-				--with-app_sql_postgres=yes --enable-postgresql=yes \
-				--with-res_config_pgsql --with-res_sqlite=yes \
-				--with-cdr_pgsql=yes --with-app_meetme=no --with-chan-capi=yes \
-				--enable-iax-trunking=yes --with-res_config_curl=yes \
-				--enable-t38=yes --with-chan-fax=yes --enable-jabber=yes \
-				--with-res_jabber=yes --enable-odbc=yes --with-cdr_odbc=yes \
-				--with-res_config_odbc=yes --with-res_odbc=yes \
+	CFLAGS="$(CFLAGS)" ./configure $(confflags) \
+				--prefix=/usr \
+				--mandir=\$${prefix}/share/man \
+				--infodir=\$${prefix}/share/info \
+				--bindir=\$${prefix}/bin \
+				--sbindir=\$${prefix}/sbin \
+				--libdir=\$${prefix}/lib \
+				--datarootdir=\$${prefix}/share \
+				--sysconfdir=/etc \
+				--localstatedir=/var \
+				\
+				--disable-ilbc \
+				--with-directory-layout=lsb \
+				--with-pbx_ael=yes \
+				--with-app_sql_postgres=yes \
+				--enable-postgresql=yes \
+				--with-res_config_pgsql \
+				--with-res_sqlite=yes \
+				--with-cdr_pgsql=yes \
+				--with-app_meetme=no \
+				--with-chan-capi=yes \
+				--enable-iax-trunking=yes \
+				--with-res_config_curl=yes \
+				--enable-t38=yes \
+				--with-chan-fax=yes \
+				--enable-jabber=yes \
+				--with-res_jabber=yes \
+				--enable-odbc=yes \
+				--with-cdr_odbc=yes \
+				--with-res_config_odbc=yes \
+				--with-res_odbc=yes \
 				--with-chan_bluetooth=yes \
-				--enable-mysql=yes --with-app_sql_mysql=yes --with-cdr_mysql=yes \
+				--enable-mysql=yes \
+				--with-app_sql_mysql=yes \
+				--with-cdr_mysql=yes \
 				--with-res_config_mysql=yes 
 
 build: build-stamp
@@ -95,7 +118,7 @@
 	rm -f build-stamp 
 	
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean distclean
+	-[ ! -f Makefile ] || $(MAKE) clean distclean
 	rm -f config.status
 	#if [ -f config.sub.orig ];then \
 	#	rm -f config.sub; \
@@ -125,7 +148,6 @@
 	dh_installinit -i -- defaults 21
 	dh_installdocs -i 
 	dh_installexamples -i -XCVS
-	#dh_installcron -i
 	dh_installchangelogs ChangeLog -i
 	dh_install -i --sourcedir=debian/tmp
 	dh_link -i
@@ -144,22 +166,11 @@
 	dh_installdocs -a
 	dh_installexamples -a
 	dh_install -a --sourcedir=debian/tmp
-#	dh_installmenu -a
-#	dh_installdebconf -a
-#	dh_installlogrotate -a
-#	dh_installemacsen -a
-#	dh_installpam -a
-#	dh_installmime -a
 	dh_installinit -a
-#	dh_installcron -a
-#	dh_installinfo -a
-#	dh_installman  -a
 	dh_link -a
 	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a
-#	dh_perl -a
-#	dh_python -a
 	dh_makeshlibs  -a
 	dh_installdeb -a
 	dh_shlibdeps  -a




More information about the Pkg-voip-commits mailing list