File debian.control of Package belcard
Source: belcard
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/belcard/
Package: belcard-dev
Section: libdevel
Architecture: any
Depends: libbelcard1 (= ${binary:Version}),
${misc:Depends}
Description: VCard standard format manipulation library (development headers)
Belcard is a C++ library to manipulate VCard standard format.
.
The package is probably not useful outside the Belledonne Communications suite
of libraries and programs.
.
This package contains the development headers.
Package: libbelcard1
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: VCard standard format manipulation library
Belcard is a C++ library to manipulate VCard standard format.
.
The package is probably not useful outside the Belledonne Communications suite
of libraries and programs.
.
This package contains the shared library.