Follow mod_spidermonkey deprecation in debian/
It wasn't supported, and we weren't building it by default as it was.
This commit is contained in:
parent
b0bcc011ea
commit
b54ba38255
|
@ -29,7 +29,6 @@ avoid_mods=(
|
||||||
endpoints/mod_unicall
|
endpoints/mod_unicall
|
||||||
languages/mod_managed
|
languages/mod_managed
|
||||||
languages/mod_perl
|
languages/mod_perl
|
||||||
languages/mod_spidermonkey
|
|
||||||
languages/mod_v8
|
languages/mod_v8
|
||||||
sdk/autotools
|
sdk/autotools
|
||||||
xml_int/mod_xml_ldap
|
xml_int/mod_xml_ldap
|
||||||
|
@ -451,8 +450,6 @@ Recommends:
|
||||||
freeswitch-music,
|
freeswitch-music,
|
||||||
freeswitch-sounds,
|
freeswitch-sounds,
|
||||||
freeswitch-conf-vanilla (= \${binary:Version}),
|
freeswitch-conf-vanilla (= \${binary:Version}),
|
||||||
Suggests:
|
|
||||||
freeswitch-mod-spidermonkey (= \${binary:Version}),
|
|
||||||
Description: Cross-Platform Scalable Multi-Protocol Soft Switch
|
Description: Cross-Platform Scalable Multi-Protocol Soft Switch
|
||||||
$(debian_wrap "${fs_description}")
|
$(debian_wrap "${fs_description}")
|
||||||
.
|
.
|
||||||
|
|
|
@ -563,11 +563,6 @@ Description: mod_python
|
||||||
Adds mod_python.
|
Adds mod_python.
|
||||||
Build-Depends: python-dev
|
Build-Depends: python-dev
|
||||||
|
|
||||||
Module: languages/mod_spidermonkey
|
|
||||||
Description: mod_spidermonkey
|
|
||||||
Adds mod_spidermonkey.
|
|
||||||
Build-Depends: unixodbc-dev
|
|
||||||
|
|
||||||
Module: languages/mod_v8
|
Module: languages/mod_v8
|
||||||
Description: mod_v8
|
Description: mod_v8
|
||||||
Adds mod_v8.
|
Adds mod_v8.
|
||||||
|
|
|
@ -1593,7 +1593,7 @@ Files: src/mod/endpoints/mod_khomp/commons/base/atomic.hpp
|
||||||
Copyright: 1998 Doug Rabson
|
Copyright: 1998 Doug Rabson
|
||||||
License: BSD-2-clause
|
License: BSD-2-clause
|
||||||
|
|
||||||
Files: src/mod/languages/mod_spidermonkey/mod_spidermonkey_socket.c
|
Files: src/mod/legacy/languages/mod_spidermonkey/mod_spidermonkey_socket.c
|
||||||
Copyright: 2007, Jonas Gauffin <jonas.gauffin@gmail.com>
|
Copyright: 2007, Jonas Gauffin <jonas.gauffin@gmail.com>
|
||||||
License: MPL-1.1
|
License: MPL-1.1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
/usr/lib/freeswitch/mod/mod_spidermonkey_core_db.so
|
|
||||||
/usr/lib/freeswitch/mod/mod_spidermonkey_curl.so
|
|
||||||
/usr/lib/freeswitch/mod/mod_spidermonkey_odbc.so
|
|
||||||
/usr/lib/freeswitch/mod/mod_spidermonkey_socket.so
|
|
||||||
/usr/lib/freeswitch/mod/mod_spidermonkey_teletone.so
|
|
Loading…
Reference in New Issue