Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
160e8f12
提交
160e8f12
authored
8月 26, 2016
作者:
Ken Rice
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[ubuntu packages] FS-9465 #resolve Add xenial instrumentation to debian/utils.sh script
上级
803464ca
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
13 行增加
和
6 行删除
+13
-6
bootstrap.sh
debian/bootstrap.sh
+11
-3
control-modules
debian/control-modules
+2
-3
没有找到文件。
debian/bootstrap.sh
浏览文件 @
160e8f12
...
...
@@ -18,7 +18,7 @@ shift $(($OPTIND-1))
if
[
x
${
use_sysvinit
}
=
x
]
;
then
case
"
$codename
"
in
wheezy|trusty|utopic
)
use_sysvinit
=
"true"
;;
wheezy|trusty|utopic
|xenial
)
use_sysvinit
=
"true"
;;
*
)
use_sysvinit
=
"false"
;;
esac
fi
...
...
@@ -29,7 +29,7 @@ lang_dir="../conf/vanilla/lang"
fs_description
=
"FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media."
mod_build_depends
=
"."
mod_depends
=
"."
mod_recommends
=
"."
mod_suggests
=
"."
supported_debian_distros
=
"wheezy jessie stretch sid"
supported_ubuntu_distros
=
"trusty utopic"
supported_ubuntu_distros
=
"trusty utopic
xenial
"
supported_distros
=
"
$supported_debian_distros
$supported_ubuntu_distros
"
avoid_mods
=(
applications/mod_sms_flowroute
...
...
@@ -79,9 +79,17 @@ avoid_mods_wheezy=(
)
avoid_mods_trusty
=(
event_handlers/mod_amqp
codecs/mod_sangoma_codec
)
avoid_mods_utopic
=(
directories/mod_ldap
codecs/mod_sangoma_codec
)
avoid_mods_xenial
=(
event_handlers/mod_ldap
event_handlers/mod_amqp
codecs/mod_sangoma_codec
asr_tts/mod_flite
)
manual_pkgs
=(
freeswitch-all
...
...
@@ -309,7 +317,7 @@ Build-Depends:
# configure options
libssl-dev, unixodbc-dev, libpq-dev,
libncurses5-dev, libjpeg62-turbo-dev | libjpeg-turbo8-dev | libjpeg62-dev | libjpeg8-dev,
python-dev, python-all-dev, python-support (>= 0.90), erlang-dev,
python-dev, python-all-dev, python-support (>= 0.90)
| dh-python
, erlang-dev,
# documentation
doxygen,
# for APR (not essential for build)
...
...
debian/control-modules
浏览文件 @
160e8f12
...
...
@@ -11,7 +11,7 @@ Description: Abstraction layer for APIs
Module: applications/mod_av
Description: mod_av
Adds mod_av.
Build-Depends: libavformat-dev, libswscale-dev
Build-Depends: libavformat-dev, libswscale-dev
, libavresample-dev
Module: applications/mod_avmd
Description: Advanced voicemail detection
...
...
@@ -645,7 +645,7 @@ Build-Depends: libperl-dev
Module: languages/mod_python
Description: mod_python
Adds mod_python.
Build-Depends: python-dev
Build-Depends: python-dev
Module: languages/mod_v8
Description: mod_v8
...
...
@@ -790,4 +790,3 @@ Description: mod_xml_rpc
Module: xml_int/mod_xml_scgi
Description: mod_xml_scgi
Adds mod_xml_scgi.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论