Commit 8f87f9c7 authored by Tuukka Pasanen's avatar Tuukka Pasanen Committed by Daniel Black

MDEV-33837: Remove conflicts warnings from lintian

Some packages are needed to conflict packages that are not in
this package and they emerge some warnings. Remove them from
lintian output as they are not errors or something that should
be handled.

I: libmariadb-dev: conflicts-with-version libmariadb-dev-compat (<< 3.0.0)
I: libmariadb-dev-compat: conflicts-with-version libmariadbclient-dev (<< 1:10.11.8+maria~deb11)
I: libmariadb3: conflicts-with-version libmariadbclient18 (<< 10.2.0)
I: mariadb-client: conflicts-with-version mysql-client (<< 5.0.51)
I: mariadb-client-core: conflicts-with-version mysql-client (<< 5.0.51)
parent 517d9515
# Needed conflict
conflicts-with-version libmariadbclient-dev (<< 1:10.11.8+maria~deb11)
# This is how upstream does it, wont' fix
arch-dependent-file-not-in-arch-specific-directory usr/bin/mariadb_config
# Needed conflict
conflicts-with-version libmariadb-dev-compat (<< 3.0.0)
# Probably fixed in newer pandoc
# man pages should be regenerated
groff-message an.tmac:<standard input>:*: tbl preprocessor failed, or it or soelim was not run; table(s) likely not rendered (TE macro called with TW register undefined) [usr/share/man/man3/mysql_stmt_attr_set.3.gz:20]
......
# Needed conflict
conflicts-with-version libmariadbclient18 (<< 10.2.0)
# Needed conflict
conflicts-with-version mysql-client (<< 5.0.51)
......@@ -3,3 +3,6 @@ incorrect-path-for-interpreter /usr/bin/env perl != /usr/bin/perl [usr/bin/mytop
# Used to determine which shell we have. False-positive situation
bash-term-in-posix-shell '`echo "testing\c"' [usr/bin/mariadb-secure-installation:191]
# Needed outside conflict
conflicts-with-version mysql-client (<< 5.0.51)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment