<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[Freeswitch-trunk][17123] </title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<div id="header">FreeSWITCH Subversion</div>
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=17123">17123</a></dd>
<dt>Author</dt> <dd>sathieu</dd>
<dt>Date</dt> <dd>2010-03-27 17:37:48 -0500 (Sat, 27 Mar 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>debian: more cleaning

debian/control
- Section: comm
- Add Vcs-{Browser,Svn}
- Add Homepage
- Update Standards-Version
- Better Descriptions
- -dbg in debug, -dev in libdevel
- remove libc6 from builddeps as it is essential

debian/changelog:
- wrap to 80 columns (first entry only)

debian/rules:
- remove DH_COMPAT=4</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#freeswitchtrunkdebianchangelog">freeswitch/trunk/debian/changelog</a></li>
<li><a href="#freeswitchtrunkdebiancontrol">freeswitch/trunk/debian/control</a></li>
<li><a href="#freeswitchtrunkdebianrules">freeswitch/trunk/debian/rules</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="freeswitchtrunkdebianchangelog"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/debian/changelog (17122 => 17123)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/debian/changelog        2010-03-27 22:20:14 UTC (rev 17122)
+++ freeswitch/trunk/debian/changelog        2010-03-27 22:37:48 UTC (rev 17123)
</span><span class="lines">@@ -1,8 +1,11 @@
</span><span class="cx"> freeswitch (1.0.4-1ubuntu2) karmic; urgency=low
</span><span class="cx"> 
</span><del>-    * upgrade: Add more verbosity when building to make it easier to find build errors.
-    * upgrade: Remove the requirement for EXACTLY automake1.9 and change it to need atleast automake 1.9
-    * upgrade: Add the modules (directory, cluechoo, and valet_parking) to the build files. These are in the standard build, so they should be here too.
</del><ins>+    * upgrade: Add more verbosity when building to make it easier to find build
+      errors.
+    * upgrade: Remove the requirement for EXACTLY automake1.9 and change it to
+      need atleast automake 1.9
+    * upgrade: Add the modules (directory, cluechoo, and valet_parking) to the
+      build files. These are in the standard build, so they should be here too.
</ins><span class="cx"> 
</span><span class="cx">  -- William King &lt;quentusrex@gmail.com&gt;  Fri, 18 Dec 2009 14:27:42 -0800
</span><span class="cx"> 
</span></span></pre></div>
<a id="freeswitchtrunkdebiancontrol"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/debian/control (17122 => 17123)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/debian/control        2010-03-27 22:20:14 UTC (rev 17122)
+++ freeswitch/trunk/debian/control        2010-03-27 22:37:48 UTC (rev 17123)
</span><span class="lines">@@ -1,173 +1,218 @@
</span><span class="cx"> Source: freeswitch
</span><ins>+Section: comm
+Priority: extra
</ins><span class="cx"> Maintainer: Michal Bielicki &lt;michal.bielicki@voiceworks.pl&gt;
</span><del>-Section: net
-Priority: extra
</del><span class="cx"> Build-Depends: debhelper (&gt;= 5), fakeroot, wget, automake (&gt;=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
</span><del>-Standards-Version: 3.7.3
</del><ins>+Homepage: http://freeswitch.org/
+Standards-Version: 3.8.4
+Vcs-Svn: http://svn.freeswitch.org/svn/freeswitch/trunk/
+Vcs-Browser: http://fisheye.freeswitch.org/browse/FreeSWITCH
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch
</span><span class="cx"> Architecture: any
</span><del>-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, libc6, unixodbc, libasound2, libcurl3, openssl, libncurses5, libvorbis0a, libuuid1
</del><ins>+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, unixodbc, libasound2, libcurl3, openssl, libncurses5, libvorbis0a, libuuid1
</ins><span class="cx"> Recommends: freeswitch-lang-en
</span><span class="cx"> Suggests: freeswitch-spidermonkey, freeswitch-lua, freeswitch-perl, freeswitch-sounds-music-8000, monit 
</span><del>-Description: The FreeSWITCH open source telephony platform
</del><ins>+Description: open source telephony platform
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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 is the main package that includes the FreeSWITCH daemon and most modules. 
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-dbg
</span><del>-Section: devel
</del><ins>+Section: debug
</ins><span class="cx"> Architecture: any
</span><del>-Depends: freeswitch (= ${Source-Version})
-Description: The FreeSWITCH(TM) open source telephony platform Debug symbols
</del><ins>+Depends: ${misc:Depends}, freeswitch (= ${binary:Version})
+Description: debugging symbols for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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 includes the debugging symbols useful for debugging FreeSWITCH. 
+ The debugging symbols are used for execution tracing and core dump analysis. 
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-dev
</span><ins>+Section: libdevel
</ins><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: Development Package for the FreeSWITCH(TM)
</del><ins>+Description: development libraries and header files for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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 include files used if you wish to compile a package which requires FreeSWITCH's
+ source file headers. 
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-spidermonkey
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: A Javascript engine for FreeSWITCH(TM)
</del><ins>+Description: Javascript engine for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_spidermonkey language module.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-perl
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: A perl engine for FreeSWITCH(TM)
</del><ins>+Description: Perl engine for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_perl language module.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-lua
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: A lua engine for FreeSWITCH(TM)
</del><ins>+Description: Lua engine for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_lua language module.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-codec-passthru-g7231
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: Pass through g723.1 Codec support for the FreeSWITCH(TM)
</del><ins>+Description: pass through g723.1 codec support for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_g723_1 codec module.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-codec-passthru-amr
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: Pass through AMR Codec support for the FreeSWITCH(TM)
</del><ins>+Description: pass through AMR codec support for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_amr codec module.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-codec-passthru-g729
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: Pass through g729 Codec support for the FreeSWITCH(TM)
</del><ins>+Description: pass through g729 codec support for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_g729 codec module.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-lang-en
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><span class="cx"> Recommends: freeswitch-sounds-en-us-callie-8000
</span><span class="cx"> Suggests: freeswitch-sounds-en-us-callie-16000, freeswitch-sounds-en-us-callie-32000, freeswitch-sounds-en-us-callie-48000
</span><del>-Description: English language files for the FreeSWITCH(TM)
</del><ins>+Description: English language files for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_en module and available language
+ configuration files.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-lang-de
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: German language files for the FreeSWITCH(TM)
</del><ins>+Description: German language files for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_de module and available language
+ configuration files.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-lang-fr
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: French language files for the FreeSWITCH(TM)
</del><ins>+Description: French language files for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_fr module and available language
+ configuration files.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-lang-it
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: Italian language files for the FreeSWITCH(TM)
</del><ins>+Description: Italian language files for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_it module and available language
+ configuration files.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-lang-es
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: Spanish language files for the FreeSWITCH(TM)
</del><ins>+Description: Spanish language files for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_es module and available language
+ configuration files.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-lang-nl
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><del>-Description: Dutch language files for the FreeSWITCH(TM)
</del><ins>+Description: Dutch language files for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_nl module and available language
+ configuration files.
</ins><span class="cx"> 
</span><span class="cx"> Package: freeswitch-lang-ru
</span><span class="cx"> Architecture: any
</span><span class="cx"> Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
</span><span class="cx"> Recommends: freeswitch-sounds-ru-ru-elena-8000
</span><span class="cx"> Suggests: freeswitch-sounds-ru-ru-elena-16000, freeswitch-sounds-ru-ru-elena-32000, freeswitch-sounds-ru-ru-elena-48000
</span><del>-Description: Russian language files for the FreeSWITCH(TM)
</del><ins>+Description: Russian language files for FreeSWITCH
</ins><span class="cx">  FreeSWITCH is an open source telephony platform designed to facilitate the
</span><del>- 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 media gateway
- or a media server to host IVR applications using simple scripts or XML to
- control the callflow.
</del><ins>+ 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_ru module and available language
+ configuration files.
</ins></span></pre></div>
<a id="freeswitchtrunkdebianrules"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/debian/rules (17122 => 17123)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/debian/rules        2010-03-27 22:20:14 UTC (rev 17122)
+++ freeswitch/trunk/debian/rules        2010-03-27 22:37:48 UTC (rev 17123)
</span><span class="lines">@@ -5,7 +5,6 @@
</span><span class="cx"> # Uncomment this to turn on verbose mode.
</span><span class="cx"> export DH_VERBOSE=1
</span><span class="cx"> export DH_OPTIONS
</span><del>-export DH_COMPAT=4
</del><span class="cx"> export DEB_DH_INSTALL_SOURCEDIR=debian/tmp
</span><span class="cx"> export PASSTHRU_CODEC_MODULES=codecs/mod_g729 codecs/mod_g723_1 codecs/mod_amr
</span><span class="cx"> # Modules listed by those built by default, then those that are added in this package
</span></span></pre>
</div>
</div>
<div id="footer">See you at ClueCon</div>

</body>
</html>