From 220836122bc78c15df38ad7f2f6cf23bccd798be Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 7 Jun 2022 06:16:14 +0200 Subject: [PATCH] libqt6core6: depend on shared-mime-info --- debian/changelog | 4 ++++ debian/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d546143..bb53b37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ qt6-base (6.2.4+dfsg-9) UNRELEASED; urgency=medium [ Pino Toscano ] * Update symbols files from the logs of buildds. + * Make libqt6core6 depend on shared-mime-info: QtCore is built without an + embedded freedesktop MIME type database, so the system one is needed to + make the QMimeType APIs work; this matches what was done in + qtbase-opensource-src 5.14.1+dfsg-1. -- Debian Qt/KDE Maintainers Tue, 07 Jun 2022 05:57:20 +0200 diff --git a/debian/control b/debian/control index 802a6e3..b68a102 100644 --- a/debian/control +++ b/debian/control @@ -85,7 +85,7 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Provides: qt6-base-abi (= 6.2.4) -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: shared-mime-info, ${misc:Depends}, ${shlibs:Depends} Description: Qt 6 core module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.