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: libinnodb
Priority: extra
Maintainer: Monty Taylor <mordred@inaugust.com>
Uploaders: Stewart Smith <stewart@flamingspork.com>
Build-Depends: debhelper (>= 7.0.50), autotools-dev, zlib1g-dev, quilt, automake, autoconf, libtool
Standards-Version: 3.8.4
Section: libs
Homepage: http://www.innodb.com/products/embedded-innodb
Vcs-Browser: http://bazaar.launchpad.net/~drizzle-developers/pkg-libinnodb/trunk/files
Vcs-Bzr: http://bazaar.launchpad.net/~drizzle-developers/pkg-libinnodb/trunk
Package: libinnodb-dev
Section: libdevel
Architecture: any
Depends: libinnodb3 (= ${binary:Version}), zlib1g-dev, ${shlibs:Depends}, ${misc:Depends}
Description: Embedded InnoDB Library (dev files)
Embedded InnoDB is used independently of MySQL. It is not a plugin, nor a
storage engine for MySQL. It is designed to be linked directly into
application programs, and provides highly efficient, low-level database
management services, not using SQL
.
This package contains headers and other development files.
Package: libinnodb-dbg
Section: debug
Architecture: any
Depends: libinnodb3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Embedded InnoDB Library (debug files)
Embedded InnoDB is used independently of MySQL. It is not a plugin, nor a
storage engine for MySQL. It is designed to be linked directly into
application programs, and provides highly efficient, low-level database
management services, not using SQL
.
This package contains debuging symbols.
Package: libinnodb3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g
Description: Embedded InnoDB Library
Embedded InnoDB is used independently of MySQL. It is not a plugin, nor a
storage engine for MySQL. It is designed to be linked directly into
application programs, and provides highly efficient, low-level database
management services, not using SQL
.
This package contains the shared library.
|