From 03a93dbb1810b277b19f306c74703861af2ffb44 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 3 Jun 2025 22:32:05 +0200 Subject: [PATCH] debian: radosgw: add media-types packages as alternative for mime-support Back in 2020 the '/etc/mime.types' file was split out into it's own leaner 'media-types' Debian package [0], the previous 'mime-support' was kept as transitional package to handle upgrades, but it did its job and isn't included in Debian Trixie repos anymore. So accept both, the new 'media-types' package or the legacy 'mime-support' one as valid dependency for radosgw, this ensures one can install radosgw on newer Debian based releases while keeping it also working for older ones. [0]: https://salsa.debian.org/debian/media-types/-/commit/4d6ff19de5720196b40cf65f1173bd9333dfecf9 Fixes: https://tracker.ceph.com/issues/71545 Signed-off-by: Thomas Lamprecht --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6d3fa3263050a..0ae66243fa20d 100644 --- a/debian/control +++ b/debian/control @@ -1044,7 +1044,7 @@ Package: radosgw Architecture: linux-any Depends: ceph-common (= ${binary:Version}), librgw2 (= ${binary:Version}), - mime-support, + media-types | mime-support, ${misc:Depends}, ${shlibs:Depends}, Suggests: gawk, -- 2.39.5