# 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)
.
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})
.stamp-build: .stamp-configure
@$(call show_vars)
make -j$(NJOBS)
+ make -C libs/esl pymod
touch $@
override_dh_auto_build: .stamp-build
override_dh_auto_install:
dh_auto_install
+ dh_auto_install -- -C libs/esl pymod-install
mkdir -p debian/tmp/lib/systemd/system
install -m0644 debian/freeswitch-systemd.freeswitch.service debian/tmp/lib/systemd/system/freeswitch.service