summaryrefslogtreecommitdiff
path: root/debian/tests/control
diff options
context:
space:
mode:
authorTuukka Pasanen <tuukka.pasanen@ilmi.fi>2022-04-11 11:32:26 +0300
committerDaniel Black <daniel@mariadb.org>2022-04-26 12:46:39 +1000
commit375b8f40ce1bb7e93bcb87145c3c00fa0fa5d87e (patch)
treee74077fa230371da0b0eb92080faa45e12ed3346 /debian/tests/control
parent72a125058527126ae31c02851db0d1ca186706f7 (diff)
downloadmariadb-git-375b8f40ce1bb7e93bcb87145c3c00fa0fa5d87e.tar.gz
MDEV-27033: Remove version suffix from Debian packages
Remove version suffix from Debian packages (for example mariadb-server-10.9) because installing suffixed package removes older version of package even if it's suffixed (for example mariadb-server-10.7) This make also Debian package management easier in future MariaDB version iterations because there is no need for stacking Conlicts/Breaks/Replaces-parameters in every new major release
Diffstat (limited to 'debian/tests/control')
-rw-r--r--debian/tests/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control
index dbf5d2dc9d9..bc9c7d91874 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,7 +3,7 @@ Tests: smoke
# for its existence (see the list in debian/control), install it if available
# and check in the test if it's functional when it should be.
# The plugin package also already depends on the other one.
-Depends: mariadb-plugin-rocksdb | mariadb-server-10.9,
+Depends: mariadb-plugin-rocksdb | mariadb-server,
mariadb-plugin-provider-bzip2,
mariadb-plugin-provider-lz4,
mariadb-plugin-provider-lzma,