remove broken module
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16641 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4aad768961
commit
549e07f29e
|
@ -2,7 +2,7 @@ Source: freeswitch
|
|||
Maintainer: Michal Bielicki <michal.bielicki@voiceworks.pl>
|
||||
Section: net
|
||||
Priority: extra
|
||||
Build-Depends: debhelper (>= 5), fakeroot, wget, automake (>=1.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, libx11-dev, uuid-dev
|
||||
Build-Depends: debhelper (>= 5), fakeroot, wget, automake (>=1.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, libx11-dev, uuid-dev
|
||||
Standards-Version: 3.7.3
|
||||
|
||||
Package: freeswitch
|
||||
|
|
|
@ -11,7 +11,6 @@ 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*
|
||||
|
|
|
@ -13,7 +13,7 @@ export APPLICATIONS_MODULES=applications/mod_cluechoo applications/mod_commands
|
|||
applications/mod_enum applications/mod_esf applications/mod_expr applications/mod_fifo applications/mod_fsv \
|
||||
applications/mod_limit applications/mod_valet_parking applications/mod_voicemail applications/mod_rss \
|
||||
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_lcr applications/mod_nibblebill applications/mod_snom \
|
||||
applications/mod_spy applications/mod_vmd applications/mod_directory
|
||||
export ASR_TTS_MODULES=asr_tts/mod_tts_commandline
|
||||
export CODECS_MODULES=codecs/mod_ilbc codecs/mod_h26x codecs/mod_speex codecs/mod_voipcodecs codecs/mod_siren codecs/mod_celt
|
||||
|
@ -28,7 +28,7 @@ export LANGUAGES_MODULES=languages/mod_spidermonkey languages/mod_perl languages
|
|||
export LOGGERS_MODULES=loggers/mod_console loggers/mod_logfile loggers/mod_syslog
|
||||
export SAY_MODULES=say/mod_say_en say/mod_say_it say/mod_say_de say/mod_say_fr say/mod_say_es say/mod_say_nl say/mod_say_ru
|
||||
export TIMERS_MODULES=
|
||||
export DISABLED_MODULES=applications/mod_soundtouch directories/mod_ldap languages/mod_java languages/mod_python \
|
||||
export DISABLED_MODULES=applications/mod_memcache applications/mod_soundtouch directories/mod_ldap languages/mod_java languages/mod_python \
|
||||
asr_tts/mod_cepstral asr_tts/mod_lumenvox endpoints/mod_wanpipe \
|
||||
event_handlers/mod_event_test event_handlers/mod_radius_cdr event_handlers/mod_zeroconf
|
||||
export XML_INT_MODULES=xml_int/mod_xml_rpc xml_int/mod_xml_curl xml_int/mod_xml_cdr
|
||||
|
|
Loading…
Reference in New Issue