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 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: libdrizzle
Priority: optional
Maintainer: Monty Taylor <mordred@inaugust.com>
Build-Depends: debhelper (>= 7),
doxygen,
zlib1g-dev,
automake,
autoconf,
libtool
Standards-Version: 3.8.4
Section: libs
Homepage: http://launchpad.net/libdrizzle
Vcs-Browser: http://bazaar.launchpad.net/~mordred/pkg-libdrizzle/trunk/files
Vcs-Bzr: http://bazaar.launchpad.net/~mordred/pkg-libdrizzle/trunk
Package: libdrizzle-dev
Section: libdevel
Architecture: any
Depends: libdrizzle0 (= ${binary:Version}), zlib1g-dev, ${misc:Depends}
Description: library for the Drizzle and MySQL protocols, development files
libdrizzle is library implementing the Drizzle and MySQL protocols.
It has been designed to be light on memory usage, thread safe,
and provide full access to server side methods.
.
This package provides the files needed for development.
Package: libdrizzle-dbg
Section: debug
Architecture: any
Priority: extra
Depends: libdrizzle0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: library for the Drizzle and MySQL protocols, debug symbols
libdrizzle is library implementing the Drizzle and MySQL protocols.
It has been designed to be light on memory usage, thread safe,
and provide full access to server side methods.
.
This package provides debugging symbols.
Package: libdrizzle-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: library for the Drizzle and MySQL protocols, API documentation
libdrizzle is library implementing the Drizzle and MySQL protocols.
It has been designed to be light on memory usage, thread safe,
and provide full access to server side methods.
.
This package provides doxygen documentation for the API.
Package: libdrizzle0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for the Drizzle and MySQL protocols
libdrizzle is library implementing the Drizzle and MySQL protocols.
It has been designed to be light on memory usage, thread safe,
and provide full access to server side methods.
.
This package the Drizzle client library.
|