mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
375b8f40ce
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
16 lines
684 B
Text
16 lines
684 B
Text
Tests: smoke
|
|
# RocksDB is not built for all archs. Rather than duplicating the condition
|
|
# 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,
|
|
mariadb-plugin-provider-bzip2,
|
|
mariadb-plugin-provider-lz4,
|
|
mariadb-plugin-provider-lzma,
|
|
mariadb-plugin-provider-lzo,
|
|
mariadb-plugin-provider-snappy
|
|
Restrictions: allow-stderr needs-root isolation-container
|
|
|
|
Tests: upstream
|
|
Depends: mariadb-test, eatmydata
|
|
Restrictions: allow-stderr breaks-testbed
|