Skip to content

Commit f22def7

Browse files
ltangvaldbjornmu
authored andcommitted
Bug#25048546 PACKAGE UPGRADE FROM 5.7.16-COMMUNITY TO 5.7.17-COMMUNITY FAILING
When some files were moved from mysql-common to client package, a breaks/replaces statement was added on mysql-common older than 5.7.16, but since the commit didn't make it in until 5.7.17, the breaks/replaces needs updating. (cherry picked from commit 7fda51cb1777cf0943d1283496600cb107b48629)
1 parent d0048bc commit f22def7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/deb-in/control.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Package: mysql-@DEB_PRODUCTNAME@-client
6363
Architecture: any
6464
Depends: mysql-common (>= ${binary:Version}),
6565
${shlibs:Depends}, ${misc:Depends}
66-
Breaks: mysql-common (<< 5.7.16), libmysqlclient-dev (<< 5.7.14)
66+
Breaks: mysql-common (<< 5.7.17), libmysqlclient-dev (<< 5.7.14)
6767
Conflicts: mysql,
6868
mysql-client-5.0, mysql-client-core-5.0,
6969
mysql-client-5.1, mysql-client-core-5.1,
@@ -78,7 +78,7 @@ Replaces: mysql,
7878
mysql-client-5.6, mysql-client-core-5.6,
7979
mysql-client-5.7, mysql-client-core-5.7,
8080
mysql-@DEB_NOTPRODUCTNAME@-client,
81-
mysql-common (<< 5.7.16),
81+
mysql-common (<< 5.7.17),
8282
libmysqlclient-dev (<< 5.7.14)
8383
Provides: virtual-mysql-client, virtual-mysql-client-core
8484
Description: MySQL Client

0 commit comments

Comments
 (0)