Source: mysql++
Priority: optional
Section: libs
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Roberto C. Sanchez <roberto@connexer.com>
Build-Depends: debhelper (>> 5), cdbs, autotools-dev, libmysqlclient15-dev, libssl-dev
Standards-Version: 3.9.2
Homepage: http://tangentsoft.net/mysql++/

Package: libmysql++-dev
Section: libdevel
Architecture: any
Depends: libmysql++3 (= ${binary:Version}), libmysqlclient15-dev, ${misc:Depends}
Suggests: libmysql++-doc
Description: MySQL C++ library bindings (development)
 Mysql++ is a complex C++ API for MySQL (and other SQL databases
 soon). The goal of this API is to make working with Queries as easy
 as working with other STL containers.
 .
 This package provides development support.

Package: libmysql++3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: MySQL C++ library bindings (runtime)
 Mysql++ is a complex C++ API for MySQL (and other SQL databases
 soon). The goal of this API is to make working with Queries as easy
 as working with other STL Containers.
 .
 This package provides runtime support.

Package: libmysql++-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libmysql++-dev
Description: MySQL C++ library bindings (documentation)
 Mysql++ is a complex C++ API for MySQL (and other SQL databases
 soon). The goal of this API is to make working with Queries as easy
 as working with other STL Containers.
 .
 This package provides documentation.
