diff --git a/debian/changelog b/debian/changelog index 874e2f7494..68753ec928 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +freeswitch (1.0.4-1) unstable; urgency=low + + * new + + -- Mike Jerris 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) diff --git a/debian/control b/debian/control index b57894aa4b..ed8291b967 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: freeswitch Maintainer: Michal Bielicki 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 diff --git a/debian/freeswitch.install b/debian/freeswitch.install index e63491d007..317779b3a9 100644 --- a/debian/freeswitch.install +++ b/debian/freeswitch.install @@ -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 diff --git a/debian/rules b/debian/rules index d9f8e94796..24da1c05f2 100755 --- a/debian/rules +++ b/debian/rules @@ -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