]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Added Hebrew Language package to debian buildsystem
authorMichal Bielicki <michal.bielicki@seventhsignal.de>
Sat, 2 Apr 2011 01:13:06 +0000 (03:13 +0200)
committerMichal Bielicki <michal.bielicki@seventhsignal.de>
Sat, 2 Apr 2011 01:13:06 +0000 (03:13 +0200)
debian/changelog
debian/control
debian/freeswitch-lang-he.conffiles [new file with mode: 0644]
debian/freeswitch-lang-he.install [new file with mode: 0644]
debian/rules

index d9608d68d58298623ae0623ca70b13797fa39262..35a8787d38f7c5a1b0d6faf86b95c68ce17a1fdd 100644 (file)
@@ -1,3 +1,9 @@
+freeswitch (1.0.head-git.master.20110402.1-1) unstable; urgency=low
+
+  * Added Hebrew lang package
+
+ -- Michal Bielicki <michal.bielicki@seventhsignal.de>  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
index 6e3bbe2c07bba834a6358e4a2382923d470a0648..193833700c7fbae4e0f8f53d45eca9e14aa3e629 100644 (file)
@@ -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 (file)
index 0000000..bf2a188
--- /dev/null
@@ -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 (file)
index 0000000..f164b9b
--- /dev/null
@@ -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*
index 3cda88d7940d9d23345b3fcc2b4759d1ff67d306..d6b1915c88638bcf3b36596bcd3acb08ddec2723 100755 (executable)
@@ -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