File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,14 @@ IF (DEB_PRODUCT STREQUAL "commercial")
96
96
SET (DEB_LICENSENAME "Commercial" )
97
97
SET (DEB_VERSION "+commercial-1" )
98
98
SET (DEB_SERVERPRODUCT "commercial" )
99
+ SET (JDBC_RECOMMENDS_AND_SUGGESTS "Recommends: mysql-commercial-client-plugins" )
99
100
ELSE ()
100
101
SET (DEB_COPYRIGHT_UPSTREAMNAME "MySQL ${MYSQL_BASE_VERSION} " )
101
102
SET (DEB_PRODUCTNAME "" )
102
103
SET (DEB_LICENSENAME "GPL" )
103
104
SET (DEB_VERSION "-1" )
104
105
SET (DEB_SERVERPRODUCT "community" )
106
+ SET (JDBC_RECOMMENDS_AND_SUGGESTS "Suggests: mysql-community-client-plugins" )
105
107
ENDIF ()
106
108
107
109
# All files are configured and copied to the debian/ directory, which is used
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Pre-Depends: ${misc:Pre-Depends}
13
13
Multi-Arch: same
14
14
Provides: libmysqlcppconn8-2 (= ${binary:Version})
15
15
Depends: ${shlibs:Depends}, ${misc:Depends},
16
- mysql-@DEB_SERVERPRODUCT@-client-plugins,
17
16
Description: MySQL database connector for C++
18
17
A C++ interface for communicating with MySQL servers.
19
18
@@ -23,8 +22,7 @@ Section: libs
23
22
Pre-Depends: ${misc:Pre-Depends}
24
23
Multi-Arch: same
25
24
Depends: ${shlibs:Depends}, ${misc:Depends}
26
- Breaks: libmysqlcppconn9v5
27
- ReplaceS: libmysqlcppconn9v5
25
+ @JDBC_RECOMMENDS_AND_SUGGESTS@
28
26
Description: MySQL Driver for C++ which mimics the JDBC 4.0 API
29
27
This MySQL Driver for C++ mimics the JDBC 4.0 API.
30
28
You can’t perform that action at this time.
0 commit comments