Source: mysql++
Standards-Version: 4.7.4
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Uploaders:
 Roberto C. Sanchez <roberto@connexer.com>,
 Andreas Tille <tille@debian.org>,
Section: libs
Build-Depends:
 dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 default-libmysqlclient-dev,
 libssl-dev,
Vcs-Browser: https://salsa.debian.org/mariadb-team/mysqlpp
Vcs-Git: https://salsa.debian.org/mariadb-team/mysqlpp.git
Homepage: https://tangentsoft.net/mysqlpp/

Package: libmysql++-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libmysql++3t64 (= ${binary:Version}),
 default-libmysqlclient-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++3t64
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Breaks:
 libmysql++3v5 (<< ${source:Version}),
Conflicts:
 libmysql++3,
Provides:
 ${t64:Provides},
Replaces:
 libmysql++3v5,
 libmysql++3,
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.
X-Time64-Compat: libmysql++3v5

Package: libmysql++-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
Recommends:
 libmysql++-dev,
Description: MySQL C++ library bindings (documentation and examples)
 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 and examples.  Please read the
 instructions in README.Debian in order to build the examples.
