diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-12-27 01:45:40 +0200 |
---|---|---|
committer | Otto Kekäläinen <otto@kekalainen.net> | 2021-03-29 07:29:04 -0700 |
commit | 5a4daa909953f02e83b29dfe25bd9c8b25fe04fc (patch) | |
tree | d5e3bd7c21c8c858c879b43c0cf7988f074e2856 /debian/salsa-ci.yml | |
parent | ab3777a3bf78010748591928eb6e1fad73e399b1 (diff) | |
download | mariadb-git-5a4daa909953f02e83b29dfe25bd9c8b25fe04fc.tar.gz |
Deb: Add Breaks/Replaces
Fix the following Breaks/Replaces errors detected by Salsa-CI:
[ERROR] mariadb-server-10.5 conflicts with mysql-client-core-8.0 files:
{'/usr/bin/myisam_ftdump', '/usr/share/man/man1/myisam_ftdump.1.gz'}
[ERROR] mariadb-server-10.5 conflicts with mysql-server-core-8.0 files:
{'/usr/share/man/man1/mysqlbinlog.1.gz',
'/usr/share/man/man1/myisamlog.1.gz',
'/usr/share/man/man1/mysql_tzinfo_to_sql.1.gz',
'/usr/share/man/man1/perror.1.gz',
'/usr/share/man/man1/myisampack.1.gz',
'/usr/bin/mysqld_safe', '/usr/share/man/man1/myisamchk.1.gz',
'/usr/bin/myisamchk', '/usr/bin/mysql_secure_installation',
'/usr/bin/mysqld_multi', '/usr/bin/mysql_tzinfo_to_sql',
'/usr/bin/perror', '/usr/share/man/man1/mysqld_multi.1.gz',
'/usr/bin/myisampack', '/usr/share/man/man1/mysqld_safe.1.gz',
'/usr/bin/myisamlog',
'/usr/share/man/man1/mysql_secure_installation.1.gz',
'/usr/bin/mysqlbinlog'}
[ERROR] mariadb-test conflicts with mysql-server-core-8.0 files:
{'/usr/lib/mysql/plugin/adt_null.so',
'/usr/lib/mysql/plugin/mypluglib.so'}
Upstreamed from Debian packaging commits:
https://salsa.debian.org/mariadb-team/mariadb-10.5/-/commit/9b6a67b53c2adf1bb5497d8649eb079767419835
https://salsa.debian.org/mariadb-team/mariadb-10.5/-/commit/f6d5545a0241de2cda81c878a157517b83378c04
Also:
- remove excess '<< ${source:Version}' on mysql-client-* and mysql-server-*
- move more packages to Conflicts as it is semantically more correct than
having those packages in Replaces
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index cbf5b931ad8..07ad7c1af42 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -123,11 +123,6 @@ build native deb: ccache -s mv ${CCACHE_TMP_DIR} ${CCACHE_WORK_DIR} -# Temporarily ignore until https://github.com/MariaDB/server/pull/1729 is merged -missing-breaks: - extends: .test-missing-breaks - allow_failure: true - piuparts: extends: .test-piuparts stage: test extras |