]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix package build
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 17 Sep 2010 23:10:26 +0000 (18:10 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 17 Sep 2010 23:10:26 +0000 (18:10 -0500)
debian/changelog
debian/control
debian/freeswitch.conffiles
debian/freeswitch.install
debian/rules

index 2aa9e755559cdc4daacb6486fce8d6e730e81872..d49637cfc0511b2e663ca805bf960f7e8e6beee1 100644 (file)
@@ -1,3 +1,10 @@
+freeswitch (1.0.6-1ubuntu1) maverick; urgency=low
+
+    * upgrade: Added mod_callcenter and pulled out Python into its own
+      package.
+
+ -- Gabriel Gunderson <gabe@gundy.org>  Thu, 16 Nov 2010 18:28:30 -0800
+
 freeswitch (1.0.4-1ubuntu2) karmic; urgency=low
 
     * upgrade: Add more verbosity when building to make it easier to find build
index 8e52e3d6c139398b673876e47d720599b3371b5b..145f28d767841d65b2dc7e6c63791b998a2340b7 100644 (file)
@@ -2,7 +2,7 @@ Source: freeswitch
 Section: comm
 Priority: extra
 Maintainer: Michal Bielicki <michal.bielicki@voiceworks.pl>
-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
+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-dev, libx11-dev, uuid-dev
 Homepage: http://freeswitch.org/
 Standards-Version: 3.8.4
 Vcs-Svn: http://svn.freeswitch.org/svn/freeswitch/trunk/
@@ -86,6 +86,18 @@ Description: Lua engine for FreeSWITCH
  .
  This package contains the mod_lua language module.
 
+Package: freeswitch-python
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
+Description: Python engine for FreeSWITCH
+ FreeSWITCH is an open source telephony platform designed to facilitate the
+ creation of voice and chat driven products scaling from a soft-phone up to a
+ soft-switch.  It can be used as a simple switching engine, a PBX, a media
+ gateway or a media server to host IVR applications using simple scripts or XML
+ to control the callflow.
+ .
+ This package contains the mod_python language module.
+
 Package: freeswitch-codec-passthru-g7231
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
index 342ec5fc02d5a41c7f4aece0d009051520ea67be..a6f9ce380fe7eb12ff39c48d7fc73f6e9fbc19b4 100644 (file)
@@ -1,5 +1,6 @@
 /opt/freeswitch/conf/autoload_configs/acl.conf.xml
 /opt/freeswitch/conf/autoload_configs/alsa.conf.xml
+/opt/freeswitch/conf/autoload_configs/callcenter.conf.xml
 /opt/freeswitch/conf/autoload_configs/cdr_csv.conf.xml
 /opt/freeswitch/conf/autoload_configs/cidlookup.conf.xml
 /opt/freeswitch/conf/autoload_configs/conference.conf.xml
@@ -26,7 +27,6 @@
 /opt/freeswitch/conf/autoload_configs/pocketsphinx.conf.xml
 /opt/freeswitch/conf/autoload_configs/portaudio.conf.xml
 /opt/freeswitch/conf/autoload_configs/post_load_modules.conf.xml
-/opt/freeswitch/conf/autoload_configs/python.conf.xml
 /opt/freeswitch/conf/autoload_configs/rss.conf.xml
 /opt/freeswitch/conf/autoload_configs/shout.conf.xml
 /opt/freeswitch/conf/autoload_configs/skinny.conf.xml
@@ -43,7 +43,6 @@
 /opt/freeswitch/conf/autoload_configs/zeroconf.conf.xml
 /opt/freeswitch/conf/dialplan/default/00_pizza_demo.xml
 /opt/freeswitch/conf/dialplan/default/01_example.com.xml
-/opt/freeswitch/conf/dialplan/default/99999_enum.xml
 /opt/freeswitch/conf/dialplan/default.xml
 /opt/freeswitch/conf/dialplan/features.xml
 /opt/freeswitch/conf/dialplan/public/00_inbound_did.xml
index 0bf0c156e7866f87197ab46596912cfbb9f66c7d..087d16785939c2e2fe3264a9d44244dba1bbaf6e 100644 (file)
@@ -6,6 +6,7 @@ opt/freeswitch/bin/gentls_cert
 opt/freeswitch/bin/scripts/*
 opt/freeswitch/conf/autoload_configs/acl.conf.xml
 opt/freeswitch/conf/autoload_configs/alsa.conf.xml
+opt/freeswitch/conf/autoload_configs/callcenter.conf.xml
 opt/freeswitch/conf/autoload_configs/cdr_csv.conf.xml
 opt/freeswitch/conf/autoload_configs/cidlookup.conf.xml
 opt/freeswitch/conf/autoload_configs/conference.conf.xml
@@ -34,7 +35,6 @@ opt/freeswitch/conf/autoload_configs/openzap.conf.xml
 opt/freeswitch/conf/autoload_configs/pocketsphinx.conf.xml
 opt/freeswitch/conf/autoload_configs/portaudio.conf.xml
 opt/freeswitch/conf/autoload_configs/post_load_modules.conf.xml
-opt/freeswitch/conf/autoload_configs/python.conf.xml
 opt/freeswitch/conf/autoload_configs/rss.conf.xml
 opt/freeswitch/conf/autoload_configs/shout.conf.xml
 opt/freeswitch/conf/autoload_configs/skinny.conf.xml
@@ -51,7 +51,6 @@ opt/freeswitch/conf/autoload_configs/xml_rpc.conf.xml
 opt/freeswitch/conf/autoload_configs/zeroconf.conf.xml
 opt/freeswitch/conf/dialplan/default/00_pizza_demo.xml
 opt/freeswitch/conf/dialplan/default/01_example.com.xml
-opt/freeswitch/conf/dialplan/default/99999_enum.xml
 opt/freeswitch/conf/dialplan/default.xml
 opt/freeswitch/conf/dialplan/features.xml
 opt/freeswitch/conf/dialplan/public/00_inbound_did.xml
@@ -113,6 +112,7 @@ opt/freeswitch/conf/zt.conf
 opt/freeswitch/htdocs/*
 opt/freeswitch/lib/libfreeswitch*.so*
 opt/freeswitch/lib/libopenzap*.so*
+opt/freeswitch/mod/mod_callcenter.so*
 opt/freeswitch/mod/mod_cdr_csv.so*
 opt/freeswitch/mod/mod_celt.so*
 opt/freeswitch/mod/mod_cidlookup.so*
index 05ab4c1bc4c938176706f83dc18c2efbdc1f4f7d..114ad64f34a354f758b67ba5929de5199f1feed6 100755 (executable)
@@ -13,7 +13,7 @@ export APPLICATIONS_MODULES=applications/mod_cluechoo applications/mod_commands
                             applications/mod_hash applications/mod_db applications/mod_valet_parking applications/mod_voicemail applications/mod_rss \
                             applications/mod_spandsp applications/mod_cidlookup applications/mod_curl applications/mod_easyroute \
                            applications/mod_lcr applications/mod_nibblebill applications/mod_snom \
-                           applications/mod_spy applications/mod_vmd applications/mod_directory
+                           applications/mod_spy applications/mod_vmd applications/mod_directory applications/mod_callcenter
 export ASR_TTS_MODULES=asr_tts/mod_tts_commandline
 export CODECS_MODULES=codecs/mod_ilbc codecs/mod_h26x codecs/mod_speex codecs/mod_siren codecs/mod_celt
 export DIALPLANS_MODULES=dialplans/mod_dialplan_asterisk dialplans/mod_dialplan_directory dialplans/mod_dialplan_xml
@@ -24,11 +24,11 @@ export ENDPOINTS_MODULES=endpoints/mod_dingaling endpoints/mod_portaudio endpoin
                         endpoints/mod_skinny
 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_spidermonkey languages/mod_perl languages/mod_lua
+export LANGUAGES_MODULES=languages/mod_spidermonkey languages/mod_perl languages/mod_lua languages/mod_python
 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_memcache 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 \
                        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