Source: libodb-sqlite
Section: devel
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 9), libodb-dev (>= 2.4.0), libsqlite3-dev
Standards-Version: 3.9.6
Homepage: http://www.codesynthesis.com/products/odb

Package: libodb-sqlite-2.4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ODB Runtime Library for SQLite
 ODB is an object-relational mapping (ORM) system for C++. It provides
 tools, APIs, and library support that allow you to persist C++ objects to
 a relational database (RDBMS) without having to deal with tables, columns,
 or SQL and without manually writing any of the mapping code.
 .
 This package contains the SQLite ODB runtime library. Every application
 that includes code generated for the SQLite database will need to link to
 this library.

Package: libodb-sqlite-dev
Section: libdevel
Architecture: any
Depends: libodb-sqlite-2.4 (= ${binary:Version}), libodb-dev (>= 2.4.0), ${misc:Depends}
Description: ODB Runtime Library for SQLite (development)
 ODB is an object-relational mapping (ORM) system for C++. It provides
 tools, APIs, and library support that allow you to persist C++ objects to
 a relational database (RDBMS) without having to deal with tables, columns,
 or SQL and without manually writing any of the mapping code.
 .
 This package contains libraries and header files for developing
 applications that use libodb-sqlite .
