[Freeswitch-svn] [commit] r9694 - freeswitch/trunk/debian

Freeswitch SVN ctrix at freeswitch.org
Sun Sep 28 10:09:53 EDT 2008


Author: ctrix
Date: Sun Sep 28 10:09:53 2008
New Revision: 9694

Modified:
   freeswitch/trunk/debian/freeswitch.install
   freeswitch/trunk/debian/rules

Log:
Add mod_loopback to the debian packages

Modified: freeswitch/trunk/debian/freeswitch.install
==============================================================================
--- freeswitch/trunk/debian/freeswitch.install	(original)
+++ freeswitch/trunk/debian/freeswitch.install	Sun Sep 28 10:09:53 2008
@@ -39,6 +39,7 @@
 opt/freeswitch/mod/mod_tone_stream.so*
 opt/freeswitch/mod/mod_fax.so*
 opt/freeswitch/mod/mod_timezone.so*
+opt/freeswitch/mod/mod_loopback.so*
 opt/freeswitch/conf/vars.xml
 opt/freeswitch/conf/mime.types
 opt/freeswitch/conf/web-vm.tpl

Modified: freeswitch/trunk/debian/rules
==============================================================================
--- freeswitch/trunk/debian/rules	(original)
+++ freeswitch/trunk/debian/rules	Sun Sep 28 10:09:53 2008
@@ -20,7 +20,8 @@
 export DIRECTORIES_MODULES=
 export DOTNET_MODULES=
 export ENDPOINTS_MODULES=endpoints/mod_dingaling endpoints/mod_iax endpoints/mod_portaudio endpoints/mod_sofia \
-			 endpoints/mod_woomera ../../libs/openzap/mod_openzap
+			 endpoints/mod_woomera endpoints/mod_loopback \
+			 ../../libs/openzap/mod_openzap
 export EVENT_HANDLERS_MODULES=event_handlers/mod_event_multicast event_handlers/mod_event_socket event_handlers/mod_cdr_csv
 export FORMATS_MODULES=formats/mod_local_stream formats/mod_native_file formats/mod_sndfile formats/mod_tone_stream formats/mod_shout
 export LANGUAGES_MODULES=languages/mod_perl languages/mod_lua



More information about the Freeswitch-svn mailing list