mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-6972 Packaging a version of the python ESL wrapper for python.
This commit is contained in:
11
debian/bootstrap.sh
vendored
11
debian/bootstrap.sh
vendored
@@ -306,7 +306,7 @@ Build-Depends:
|
||||
# configure options
|
||||
libssl-dev, unixodbc-dev, libpq-dev,
|
||||
libncurses5-dev, libjpeg62-turbo-dev | libjpeg62-dev | libjpeg8-dev,
|
||||
python-dev, erlang-dev,
|
||||
python-dev, python-all-dev, python-support (>= 0.90), erlang-dev,
|
||||
# documentation
|
||||
doxygen,
|
||||
# for APR (not essential for build)
|
||||
@@ -366,6 +366,15 @@ Description: Cross-Platform Scalable Multi-Protocol Soft Switch
|
||||
.
|
||||
This package contains the FreeSWITCH core library.
|
||||
|
||||
Package: python-esl
|
||||
Section: python
|
||||
Architecture: any
|
||||
Depends: \${shlibs:Depends}, \${misc:Depends}, \${python:Depends}
|
||||
Description: Cross-Platform Scalable Multi-Protocol Soft Switch
|
||||
$(debian_wrap "${fs_description}")
|
||||
.
|
||||
This package contains the FreeSWITCH core library.
|
||||
|
||||
Package: freeswitch-meta-bare
|
||||
Architecture: any
|
||||
Depends: \${misc:Depends}, freeswitch (= \${binary:Version})
|
||||
|
Reference in New Issue
Block a user