diff --git a/debian/changelog b/debian/changelog index d9608d68d5..35a8787d38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +freeswitch (1.0.head-git.master.20110402.1-1) unstable; urgency=low + + * Added Hebrew lang package + + -- Michal Bielicki Sat, 02 Apr 2011 03:12:02 +0200 + freeswitch (1.0.head-git.master.20110330.1-1) unstable; urgency=low * removed mod_file_string since it has been merged into dptoolsa diff --git a/debian/control b/debian/control index 6e3bbe2c07..193833700c 100644 --- a/debian/control +++ b/debian/control @@ -250,6 +250,19 @@ Description: Russian language files for FreeSWITCH This package contains the mod_say_ru module and available language configuration files. +Package: freeswitch-lang-he +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch +Description: Hebrew language files 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_say_he module and available language + configuration files. + Package: freeswitch-freetdm Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch diff --git a/debian/freeswitch-lang-he.conffiles b/debian/freeswitch-lang-he.conffiles new file mode 100644 index 0000000000..bf2a188fca --- /dev/null +++ b/debian/freeswitch-lang-he.conffiles @@ -0,0 +1,7 @@ +/opt/freeswitch/conf/lang/he/demo/demo-ivr.xml +/opt/freeswitch/conf/lang/he/demo/demo.xml +/opt/freeswitch/conf/lang/he/dir/sounds.xml +/opt/freeswitch/conf/lang/he/dir/tts.xml +/opt/freeswitch/conf/lang/he/ru.xml +/opt/freeswitch/conf/lang/he/vm/sounds.xml +/opt/freeswitch/conf/lang/he/vm/tts.xml diff --git a/debian/freeswitch-lang-he.install b/debian/freeswitch-lang-he.install new file mode 100644 index 0000000000..f164b9bd72 --- /dev/null +++ b/debian/freeswitch-lang-he.install @@ -0,0 +1,8 @@ +opt/freeswitch/conf/lang/he/demo/demo-ivr.xml +opt/freeswitch/conf/lang/he/demo/demo.xml +opt/freeswitch/conf/lang/he/dir/sounds.xml +opt/freeswitch/conf/lang/he/dir/tts.xml +opt/freeswitch/conf/lang/he/ru.xml +opt/freeswitch/conf/lang/he/vm/sounds.xml +opt/freeswitch/conf/lang/he/vm/tts.xml +opt/freeswitch/mod/mod_say_he.so* diff --git a/debian/rules b/debian/rules index 3cda88d794..d6b1915c88 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ export FORMATS_MODULES= formats/mod_local_stream formats/mod_native_file formats formats/mod_shout formats/mod_sndfile formats/mod_tone_stream 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 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 say/mod_say_he export XML_INT_MODULES=xml_int/mod_xml_rpc xml_int/mod_xml_curl xml_int/mod_xml_cdr export TIMER_MODULES=timers/mod_timerfd