mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
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)
This commit is contained in:
parent
517d9515f1
commit
8f87f9c745
5 changed files with 12 additions and 0 deletions
2
debian/libmariadb-dev-compat.lintian-overrides
vendored
Normal file
2
debian/libmariadb-dev-compat.lintian-overrides
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Needed conflict
|
||||||
|
conflicts-with-version libmariadbclient-dev (<< 1:10.11.8+maria~deb11)
|
3
debian/libmariadb-dev.lintian-overrides
vendored
3
debian/libmariadb-dev.lintian-overrides
vendored
|
@ -1,6 +1,9 @@
|
||||||
# This is how upstream does it, wont' fix
|
# This is how upstream does it, wont' fix
|
||||||
arch-dependent-file-not-in-arch-specific-directory usr/bin/mariadb_config
|
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
|
# Probably fixed in newer pandoc
|
||||||
# man pages should be regenerated
|
# 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]
|
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]
|
||||||
|
|
2
debian/libmariadb3.lintian-overrides
vendored
Normal file
2
debian/libmariadb3.lintian-overrides
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Needed conflict
|
||||||
|
conflicts-with-version libmariadbclient18 (<< 10.2.0)
|
2
debian/mariadb-client-core.lintian-overrides
vendored
Normal file
2
debian/mariadb-client-core.lintian-overrides
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Needed conflict
|
||||||
|
conflicts-with-version mysql-client (<< 5.0.51)
|
3
debian/mariadb-client.lintian-overrides
vendored
3
debian/mariadb-client.lintian-overrides
vendored
|
@ -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
|
# Used to determine which shell we have. False-positive situation
|
||||||
bash-term-in-posix-shell '`echo "testing\c"' [usr/bin/mariadb-secure-installation:191]
|
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)
|
||||||
|
|
Loading…
Reference in a new issue