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
|
Source: libvformat
Section: devel
Priority: optional
Maintainer: Thomas Preud'homme <robotux@debian.org>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 13), texinfo, automake, autoconf, libtool
Build-Conflicts: autoconf2.13, automake1.4
Rules-Requires-Root: no
Homepage: http://sourceforge.net/projects/vformat/
Vcs-Browser: https://salsa.debian.org/debian/libvformat
Vcs-Git: https://salsa.debian.org/debian/libvformat.git
Package: libvformat-dev
Section: libdevel
Architecture: any
Depends: libvformat0 (= ${binary:Version}), ${misc:Depends}
Description: library to read and write vcard files (development files)
This library provides an interface to vcard files according
to the definitions laid down in the rfc2426.
.
This package contains the development headers for the library found in
libvformat0.
Package: libvformat0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library to read and write vcard files
This library provides an interface to vcard files according
to the definitions laid down in the rfc2426.
.
This package contains the shared libraries necessary to run programs
compiled with libvformat.
|