Source: libopendbx
Priority: optional
Maintainer: Debian OpenDBX Maintainers <pkg-libopendbx-maintainers@lists.alioth.debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>,
           Scott Kitterman <scott@kitterman.com>
Build-Depends: autoconf,
               automake,
               autotools-dev,
               debhelper (>= 9),
               default-libmysqlclient-dev,
               dh-autoreconf,
               docbook2x,
               doxygen,
               firebird-dev,
               freetds-dev,
               libncurses-dev | libncurses5-dev,
               libpq-dev,
               libreadline-dev,
               libsqlite0-dev,
               libsqlite3-dev,
               libtool,
               pkg-kde-tools,
               unixodbc-dev | libiodbc2-dev
Build-Conflicts: autoconf2.13, automake1.4
Homepage: http://www.linuxnetworks.de/doc/index.php/OpenDBX
Vcs-Git: git://anonscm.debian.org/collab-maint/libopendbx.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libopendbx.git;a=summary
Standards-Version: 3.9.8
Section: libs

Package: libopendbx1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: libopendbx1-sqlite3 | libopendbx1-backend
Description: Lightweight database access abstraction layer
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 The sqlite3 backend is recommended by default if no other backend is
 installed with libopendbx1

Package: libopendbx1-dev
Section: libdevel
Architecture: any
Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}
Provides: libopendbx-dev
Conflicts: libopendbx-dev
Description: Lightweight database access abstraction layer (dev)
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package contains the header file to develop backends for libopendbx

Package: libopendbx1-firebird
Architecture: any
Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: libopendbx1-backend
Description: Firebird backend for OpenDBX
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package contains the Firebird backend.

Package: libopendbx1-mssql
Architecture: any
Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: libopendbx1-backend
Description: MSSQL backend for OpenDBX
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package contains the MSSQL backend.

Package: libopendbx1-mysql
Architecture: any
Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: libopendbx1-backend
Description: MySQL backend for OpenDBX
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package contains the MySQL backend.

Package: libopendbx1-odbc
Architecture: any
Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: libopendbx1-backend
Description: ODBC backend for OpenDBX
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package contains the ODBC backend.

Package: libopendbx1-pgsql
Architecture: any
Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: libopendbx1-backend
Description: PostgreSQL backend for OpenDBX
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package contains the PostgreSQL backend.

Package: libopendbx1-sqlite
Architecture: any
Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: libopendbx1-backend
Description: SQLite backend for OpenDBX
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package contains the SQLite backend.

Package: libopendbx1-sqlite3
Architecture: any
Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: libopendbx1-backend
Description: SQLite3 backend for OpenDBX
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package contains the SQLite3 backend.

Package: libopendbx1-sybase
Architecture: any
Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: libopendbx1-backend
Description: Sybase ctlib backend for OpenDBX
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package contains the Sybase backend.

Package: opendbx-utils
Architecture: any
Depends: libopendbx1 (>= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: opendbx-utils
Description: Utility applications using libopendbx
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package provides the odbx-sql utility application for accessing database
 content directly via libopendbx and the opendbx test suite for verifying that
 various backends are working

Package: opendbx-doc
Architecture: all
Depends: ${misc:Depends}
Built-Using: doxygen (= ${doxygen:Version})
Section: doc
Description: Opendbx documentation
 OpenDBX provides a simple and lightweight API for interfacing native
 relational database APIs in a consistent way. By using the OpenDBX API you
 don't have to adapt your program to the different database APIs by yourself.
 .
 This package provides html documentation for OpenDBX
