File debian.control of Package bzrtp
Source: bzrtp
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
# use .dsc file to control build dependencies
# since there may be different dependencies in
# different Debian/Ubuntu versions
Standards-Version: 4.5.0
Section: libs
Rules-Requires-Root: no
Homepage: https://www.linphone.org/
Package: bzrtp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
#Depends: liboqs-dev (>= 0.7.1-0+0.0) moved to postquantumcryptoengine-dev
Depends: libbzrtp0 (= ${binary:Version}),
bctoolbox-dev (>= 5.2.98-0+0.0),
postquantumcryptoengine-dev (>= 5.2.94-0+0.0),
libxml2-dev,
${misc:Depends},
Description: Development files for the Bzrtp key exchange library
Bzrtp is an open source implementation of the ZRTP key exchange protocol.
The library is written in C 89. It is fully portable and can be executed
on many platforms including ARM and x86.
.
This package contains the development files.
Package: libbzrtp0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: libbctoolbox1 (>= 5.2.98-0+0.0),
libpostquantumcryptoengine1 (>= 5.2.94-0+0.0),
${misc:Depends},
${shlibs:Depends},
Description: Library for the ZRTP key exchange protocol
Bzrtp is an open source implementation of the ZRTP key exchange protocol.
The library is written in C 89. It is fully portable and can be executed
on many platforms including ARM and x86.
.
The library enables encrypted communications in Linphone.