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 46
|
Source: libvformat
Section: devel
Priority: optional
Maintainer: Thomas Preud'homme <robotux@celest.fr>
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7.0.50), texinfo, autotools-dev, automake, autoconf, libtool
Build-Conflicts: autoconf2.13, automake1.4
Homepage: http://sourceforge.net/projects/vformat/
Vcs-Browser: http://git.debian.org/?p=collab-maint/libvformat.git;a=summary
Vcs-Git: git://git.debian.org/collab-maint/libvformat.git
Package: libvformat-dev
Section: libdevel
Architecture: any
Depends: dpkg (>= 1.15.4) | install-info, libvformat0 (= ${binary:Version}), libc6-dev, ${misc:Depends}
Replaces: libvformat1-dev
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.
Package: libvformat0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libvformat1
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
Package: libvformat1-dev
Section: oldlibs
Priority: extra
Architecture: any
Depends: libvformat-dev, ${misc:Depends}
Description: dummy transitional package for libvformat1-dev -> libvformat-dev
This is a dummy package to aid in transitioning from libvformat1-dev
to libvformat-dev. It may be safely removed after upgrading to squeeze.
Package: libvformat1
Section: oldlibs
Priority: extra
Architecture: any
Depends: libvformat0, ${misc:Depends}
Description: dummy transitional package for libvformat1 -> libvformat0
This is a dummy package to aid in transitioning from libvformat1 to
libvformat0. It may be safely removed after upgrading to squeeze.
|