[ubuntu packages] FS-9465 #resolve Add xenial instrumentation to debian/utils.sh script
This commit is contained in:
parent
803464ca23
commit
160e8f12c0
|
@ -18,7 +18,7 @@ shift $(($OPTIND-1))
|
||||||
|
|
||||||
if [ x${use_sysvinit} = x ]; then
|
if [ x${use_sysvinit} = x ]; then
|
||||||
case "$codename" in
|
case "$codename" in
|
||||||
wheezy|trusty|utopic) use_sysvinit="true";;
|
wheezy|trusty|utopic|xenial) use_sysvinit="true";;
|
||||||
*) use_sysvinit="false";;
|
*) use_sysvinit="false";;
|
||||||
esac
|
esac
|
||||||
fi
|
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."
|
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="."
|
mod_build_depends="." mod_depends="." mod_recommends="." mod_suggests="."
|
||||||
supported_debian_distros="wheezy jessie stretch sid"
|
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"
|
supported_distros="$supported_debian_distros $supported_ubuntu_distros"
|
||||||
avoid_mods=(
|
avoid_mods=(
|
||||||
applications/mod_sms_flowroute
|
applications/mod_sms_flowroute
|
||||||
|
@ -79,9 +79,17 @@ avoid_mods_wheezy=(
|
||||||
)
|
)
|
||||||
avoid_mods_trusty=(
|
avoid_mods_trusty=(
|
||||||
event_handlers/mod_amqp
|
event_handlers/mod_amqp
|
||||||
|
codecs/mod_sangoma_codec
|
||||||
)
|
)
|
||||||
avoid_mods_utopic=(
|
avoid_mods_utopic=(
|
||||||
directories/mod_ldap
|
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=(
|
manual_pkgs=(
|
||||||
freeswitch-all
|
freeswitch-all
|
||||||
|
@ -309,7 +317,7 @@ Build-Depends:
|
||||||
# configure options
|
# configure options
|
||||||
libssl-dev, unixodbc-dev, libpq-dev,
|
libssl-dev, unixodbc-dev, libpq-dev,
|
||||||
libncurses5-dev, libjpeg62-turbo-dev | libjpeg-turbo8-dev | libjpeg62-dev | libjpeg8-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
|
# documentation
|
||||||
doxygen,
|
doxygen,
|
||||||
# for APR (not essential for build)
|
# for APR (not essential for build)
|
||||||
|
|
|
@ -11,7 +11,7 @@ Description: Abstraction layer for APIs
|
||||||
Module: applications/mod_av
|
Module: applications/mod_av
|
||||||
Description: mod_av
|
Description: mod_av
|
||||||
Adds mod_av.
|
Adds mod_av.
|
||||||
Build-Depends: libavformat-dev, libswscale-dev
|
Build-Depends: libavformat-dev, libswscale-dev, libavresample-dev
|
||||||
|
|
||||||
Module: applications/mod_avmd
|
Module: applications/mod_avmd
|
||||||
Description: Advanced voicemail detection
|
Description: Advanced voicemail detection
|
||||||
|
@ -790,4 +790,3 @@ Description: mod_xml_rpc
|
||||||
Module: xml_int/mod_xml_scgi
|
Module: xml_int/mod_xml_scgi
|
||||||
Description: mod_xml_scgi
|
Description: mod_xml_scgi
|
||||||
Adds mod_xml_scgi.
|
Adds mod_xml_scgi.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue