File debian.control of Package bctoolbox
Source: bctoolbox
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://gitlab.linphone.org/BC/public/bctoolbox
Package: bctoolbox
Section: devel
Architecture: any
Multi-Arch: same
Depends: bctoolbox-dev
Description: Helper code for software by Belledonne Communications (meta package)
The meta package provides a C/C++ utility library used by Linphone and other
software by Belledonne Communications. The library offers platform independent
implementations of cryptographic functions, exception handling, logging
modules, file access, unit tests and data structures like lists and maps.
.
The package is probably not useful outside the Belledonne Communications suite
of libraries and programs.
Package: bctoolbox-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libbctoolbox1 (= ${binary:Version}),
${misc:Depends},
Description: Helper code for software by Belledonne Communications (development headers)
The package provides a C/C++ utility library used by Linphone and other
software by Belledonne Communications. The library offers platform independent
implementations of cryptographic functions, exception handling, logging
modules, file access, unit tests and data structures like lists and maps.
.
The package is probably not useful outside the Belledonne Communications suite
of libraries and programs.
.
This package contains the development headers.
Package: libbctoolbox1
Architecture: any
Multi-Arch: same
Depends: libbcunit1 (>= 5.2.62-0+0.0),
${misc:Depends},
${shlibs:Depends},
Description: Helper library for software by Belledonne Communications (shared library)
The package provides a C/C++ utility library used by Linphone and other
software by Belledonne Communications. The library offers platform independent
implementations of cryptographic functions, exception handling, logging
modules, file access, unit tests and data structures like lists and maps.
.
The package is probably not useful outside the Belledonne Communications suite
of libraries and programs.
.
This package contains the shared library.