1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: belcard
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Bernhard Schmidt <berni@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
libbctoolbox-dev (>= 5.1.64~),
libbelr-dev (>= 5.1.64~),
libudev-dev
Standards-Version: 4.6.1
Rules-Requires-Root: no
Section: libs
Homepage: https://gitlab.linphone.org/BC/public/belcard/
Vcs-Git: https://salsa.debian.org/pkg-voip-team/linphone-stack/belcard.git
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/linphone-stack/belcard
Description: vCard manipulation library for C++
Package: libbelcard-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends: libbelcard1 (= ${binary:Version}),
libbctoolbox-dev (>= 5.1.64~),
libbelr-dev (>= 5.1.64~),
${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
Multi-Arch: same
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.
|