Source: libodb-sqlite
Standards-Version: 4.7.3
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Section: devel
Build-Depends:
 debhelper-compat (= 13),
 libodb-dev,
 libsqlite3-dev,
Vcs-Browser: https://salsa.debian.org/debian/libodb-sqlite
Vcs-Git: https://salsa.debian.org/debian/libodb-sqlite.git
Homepage: https://www.codesynthesis.com/products/odb

Package: libodb-sqlite-2.4
Architecture: any
Section: libs
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
Architecture: any
Section: libdevel
Depends:
 libodb-sqlite-2.4 (= ${binary:Version}),
 libodb-dev,
 ${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 .
