mirror of https://github.com/sipwise/sems.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.4 KiB
67 lines
2.4 KiB
Source: ngcp-sems
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Sipwise Development Team <support@sipwise.com>
|
|
Build-Depends: debhelper (>= 7),
|
|
flite-dev,
|
|
libcurl4-openssl-dev,
|
|
libev-dev,
|
|
libmysql++-dev,
|
|
libpcre3-dev,
|
|
libspandsp-dev,
|
|
libspeex-dev,
|
|
libssl-dev,
|
|
libxml2-dev,
|
|
openssl,
|
|
python-dev,
|
|
python-sip-dev
|
|
Standards-Version: 3.9.3
|
|
|
|
Package: ngcp-sems
|
|
Architecture: any
|
|
Depends: adduser,
|
|
libpcrecpp0,
|
|
ngcp-sems-prompts,
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Suggests: ngcp-sems-python-modules
|
|
Conflicts: ngcp-sems-python-modules (<< ${Source-Version})
|
|
Description: SIP Express Media Server, very fast and flexible SIP media server
|
|
SEMS, the SIP Express Media Server, is a free, high performance, extensible media
|
|
server for SIP (RFC3261) based VoIP services. It features voicemail, conferencing,
|
|
announcements, pre-call announcements, prepaid service, calling card service etc.
|
|
|
|
Package: ngcp-sems-dbg
|
|
Architecture: any
|
|
Depends: ngcp-sems (= ${binary:Version})
|
|
Replaces: ngcp-sems-ha-dbg,
|
|
sems-dbg
|
|
Description: Debugging symbols for Sems SIP Express Media Server
|
|
SEMS, the SIP Express Media Server, is a free, high performance, extensible media
|
|
server for SIP (RFC3261) based VoIP services. It features voicemail, conferencing,
|
|
announcements, pre-call announcements, prepaid service, calling card service etc.
|
|
.
|
|
This package provides debugging symbols enabled for SEMS.
|
|
|
|
Package: ngcp-sems-python-modules
|
|
Architecture: any
|
|
Depends: ngcp-sems (= ${Source-Version}),
|
|
${shlibs:Depends}
|
|
Description: contains the python modules for SEMS
|
|
This has been split out of the main SEMS package, so that SEMS will not
|
|
depend upon python. This module will enable you to use the applications using the embedded
|
|
python interpreter and script new applications in python.
|
|
|
|
Package: ngcp-libsems1-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: ${misc:Depends}
|
|
Description: development files for SIP Express Media Server
|
|
SEMS, the SIP Express Media Server, is a free, high performance,
|
|
extensible media server for SIP (RFC3261) based VoIP services.
|
|
It features voicemail, conferencing, announcements, pre-call
|
|
announcements, prepaid service, calling card service etc.
|
|
.
|
|
This package contains the files needed to compile programs
|
|
against sems.
|