mariadb/debian/tests/control
Tuukka Pasanen ccee2f059f MDEV-32546: Make sure that debian control files are also in order
MariaDB debian control files are slightly in disorder
run wrap-and-sort tool against them shows some minor
changes.
2024-02-19 18:50:23 +11:00

17 lines
693 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-provider-bzip2,
mariadb-plugin-provider-lz4,
mariadb-plugin-provider-lzma,
mariadb-plugin-provider-lzo,
mariadb-plugin-provider-snappy,
mariadb-plugin-rocksdb | mariadb-server
Restrictions: allow-stderr needs-root isolation-container
Tests: upstream
Depends: eatmydata,
mariadb-test
Restrictions: allow-stderr breaks-testbed