packaging/deb-in/control.in (35 lines of code) (raw):
Source: mysql-connector-c++@DEB_PRODUCTNAME@
Maintainer: MySQL Release Engineering <mysql-build@oss.oracle.com>
Section: database
Priority: optional
Standards-Version: 3.9.8
Homepage: https://dev.mysql.com/doc/connector-cpp/en/
Build-Depends: cmake (>= 3.15.0), debhelper (>= 10), libboost-dev, libmysqlclient-dev, libssl-dev, chrpath
Package: libmysqlcppconnx@ABI_VERSION_MAJOR@
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Provides: libmysqlcppconn8-2 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: MySQL database connector for C++
A C++ interface for communicating with MySQL servers.
Package: libmysqlcppconn@JDBC_ABI_VERSION_MAJOR@
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libkrb5-3, libsasl2-2, libgssapi-krb5-2, libfido2-1, libssl3
Description: MySQL Driver for C++ which mimics the JDBC 4.0 API
This MySQL Driver for C++ mimics the JDBC 4.0 API.
Package: libmysqlcppconn-dev
Architecture: any
Section: libdevel
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: libmysqlcppconn@JDBC_ABI_VERSION_MAJOR@ (= ${binary:Version}), libmysqlcppconnx@ABI_VERSION_MAJOR@ (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Development header files and libraries for MySQL C++ client applications
This package contains the development header files and libraries necessary
to develop MySQL client applications in C++.
@DEB_CONTROL_DBGSYM@