]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add some modules to the debian build.
authorMassimo Cetra <ctrix+fs@navynet.it>
Fri, 25 Sep 2009 13:37:01 +0000 (13:37 +0000)
committerMassimo Cetra <ctrix+fs@navynet.it>
Fri, 25 Sep 2009 13:37:01 +0000 (13:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14974 d0543943-73ff-0310-b7d9-9358b9ac24b2

debian/changelog
debian/control
debian/freeswitch.install
debian/rules

index 874e2f74945d75ea1dc6280f45ef83b41167b7bb..68753ec928a9590a0b407bc46d67ceee68857b44 100644 (file)
@@ -1,3 +1,9 @@
+freeswitch (1.0.4-1) unstable; urgency=low
+
+    * new
+
+ -- Mike Jerris <mike@jerris.com>  Mon, 18 Feb 2009 17:39:00 -0500
+
 freeswitch (1.0.3-1) unstable; urgency=low
 
    * build: add targets cd-sounds[-install] and cd-moh[-install] for 48k sounds (r:11151)
index b57894aa4bcbe3a64778b420336b4dfd92093447..ed8291b9673dccffe9cb339c8e0c63b10160014b 100644 (file)
@@ -2,7 +2,7 @@ Source: freeswitch
 Maintainer: Michal Bielicki <michal.bielicki@voiceworks.pl>
 Section: net
 Priority: extra
-Build-Depends: debhelper (>= 5), fakeroot, wget, automake1.9, autoconf, libtool, unixodbc-dev, libasound2-dev, libcurl3-openssl-dev|libcurl4-openssl-dev, libssl-dev, ncurses-dev, libogg-dev, libvorbis-dev, libperl-dev, libgdbm-dev, libdb-dev, libgnutls-dev, libtiff4-dev, python
+Build-Depends: debhelper (>= 5), fakeroot, wget, automake1.9, autoconf, libtool, unixodbc-dev, libasound2-dev, libcurl3-openssl-dev|libcurl4-openssl-dev, libssl-dev, ncurses-dev, libogg-dev, libvorbis-dev, libperl-dev, libgdbm-dev, libdb-dev, libgnutls-dev, libtiff4-dev, python, libmemcache-dev, memcached
 Standards-Version: 3.7.3
 
 Package: freeswitch
index e63491d0072f6454a16800d1837ab90771d6ef67..317779b3a9fc3b2851721a2256edbad06d39ab07 100644 (file)
@@ -7,6 +7,18 @@ opt/freeswitch/bin/fs_ivrd
 opt/freeswitch/bin/scripts/*
 opt/freeswitch/lib/libfreeswitch*.so*
 opt/freeswitch/lib/libopenzap*.so*
+opt/freeswitch/mod/mod_amr*
+opt/freeswitch/mod/mod_cidlookup*
+opt/freeswitch/mod/mod_curl*
+opt/freeswitch/mod/mod_easyroute*
+opt/freeswitch/mod/mod_lcr*
+opt/freeswitch/mod/mod_memcache*
+opt/freeswitch/mod/mod_nibblebill*
+opt/freeswitch/mod/mod_skypiax*
+opt/freeswitch/mod/mod_snom*
+opt/freeswitch/mod/mod_spy*
+opt/freeswitch/mod/mod_t38gateway*
+opt/freeswitch/mod/mod_vmd*
 opt/freeswitch/mod/mod_shout*
 opt/freeswitch/mod/mod_cdr_csv.so*
 opt/freeswitch/mod/mod_console.so*
@@ -102,6 +114,8 @@ opt/freeswitch/conf/directory/default.xml
 opt/freeswitch/conf/voicemail.tpl
 opt/freeswitch/conf/freeswitch.xml
 opt/freeswitch/conf/extensions.conf
+opt/freeswitch/conf/jingle_profiles/server.xml
+opt/freeswitch/conf/jingle_profiles/client.xml
 opt/freeswitch/conf/autoload_configs/openzap.conf.xml
 opt/freeswitch/conf/autoload_configs/ivr.conf.xml
 opt/freeswitch/conf/autoload_configs/shout.conf.xml
@@ -142,5 +156,5 @@ opt/freeswitch/conf/autoload_configs/easyroute.conf.xml
 opt/freeswitch/conf/autoload_configs/memcache.conf.xml
 opt/freeswitch/conf/autoload_configs/unicall.conf.xml
 opt/freeswitch/conf/autoload_configs/python.conf.xml
-opt/freeswitch/conf/jingle_profiles/server.xml
-opt/freeswitch/conf/jingle_profiles/client.xml
+opt/freeswitch/conf/autoload_configs/cidlookup.conf.xml
+opt/freeswitch/conf/autoload_configs/nibblebill.conf.xml
index d9f8e94796878ad1e95989565eb027dc6f123c12..24da1c05f26f698df69092c3ed3c588f4b344316 100755 (executable)
@@ -13,14 +13,16 @@ export SPIDERMONKEY_MODULES=languages/mod_spidermonkey languages/mod_spidermonke
 export APPLICATIONS_MODULES=applications/mod_commands applications/mod_conference applications/mod_dptools applications/mod_enum \
                            applications/mod_esf applications/mod_expr applications/mod_fifo applications/mod_limit \
                            applications/mod_rss applications/mod_voicemail applications/mod_fsv \
-                           applications/mod_fax
+                           applications/mod_fax applications/mod_cidlookup applications/mod_curl applications/mod_easyroute \
+                           applications/mod_lcr applications/mod_memcache applications/mod_nibblebill applications/mod_snom \
+                           applications/mod_spy applications/mod_t38gateway applications/mod_vmd 
 export ASR_TTS_MODULES=
 export CODECS_MODULES=codecs/mod_ilbc codecs/mod_h26x codecs/mod_speex codecs/mod_voipcodecs codecs/mod_siren codecs/mod_celt
 export DIALPLANS_MODULES=dialplans/mod_dialplan_asterisk dialplans/mod_dialplan_directory dialplans/mod_dialplan_xml
 export DIRECTORIES_MODULES=
 export DOTNET_MODULES=
 export ENDPOINTS_MODULES=endpoints/mod_dingaling endpoints/mod_iax endpoints/mod_portaudio endpoints/mod_sofia \
-                        endpoints/mod_loopback ../../libs/openzap/mod_openzap
+                        endpoints/mod_loopback ../../libs/openzap/mod_openzap endpoints/mod_skypiax
 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