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
|
Source: libvc
Section: libs
Priority: optional
Maintainer: Tony Palma <xbytemx@gmail.com>
Build-Depends: debhelper (>= 7.0.0), cdbs, dpkg-dev (>= 1.13.19),
autotools-dev, autoconf, automake, libtool, flex, quilt
Standards-Version: 3.8.3
Homepage: http://rolo.sourceforge.net/
Vcs-Git: git://alioth.debian.org/~rafael/public_git/deb-pkg/libvc.git
Vcs-Browser: http://git.debian.org/?p=users/rafael/deb-pkg/libvc.git
Package: libvc-dev
Section: libdevel
Architecture: any
Depends: libvc0 (= ${binary:Version}), ${misc:Depends}
Description: vCard library - development files
vCard is an Electronic Business Card format, as specified by the
versit Consortium, useful for storing personal data. libvc handles
scanning a vCard file, parsing the vCard file into a data storage
structure, manipulating the data storage structure, and writing back
to file. It was originally written for `rolo', but has been
split-off as a generic library for general use.
.
This package contains static library, headers, and the development
manpage for libvc.
Package: libvc0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: vCard (the Electronic Business Card) library
vCard is an Electronic Business Card format, as specified by the
versit Consortium, useful for storing personal data. libvc handles
scanning a vCard file, parsing the vCard file into a data storage
structure, manipulating the data storage structure, and writing back
to file. It was originally written for `rolo', but has been
split-off as a generic library for general use.
|