[neon/qt/qtcreator/Neon/release] debian: qtcreator-doc: add qt6-image-formats-plugins dep
Pino Toscano
null at kde.org
Mon Jan 16 22:09:47 GMT 2023
Git commit 5f85f8129d68d715393782306394e0b103bc5204 by Pino Toscano.
Committed on 12/11/2022 at 09:07.
Pushed by carlosdem into branch 'Neon/release'.
qtcreator-doc: add qt6-image-formats-plugins dep
M +3 -0 debian/changelog
M +2 -1 debian/control
https://invent.kde.org/neon/qt/qtcreator/commit/5f85f8129d68d715393782306394e0b103bc5204
diff --git a/debian/changelog b/debian/changelog
index 2fe21ec..b5c324f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ qtcreator (9.0.0~rc1-0r1) UNRELEASED; urgency=medium
[ Pino Toscano ]
* New upstream development release.
+ * Add the qt6-image-formats-plugins dependency to qtcreator-doc: some of the
+ images are in webp format, and qt6-image-formats-plugins contains the Qt
+ plugin to open them.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 12 Nov 2022 08:53:16 +0100
diff --git a/debian/control b/debian/control
index 2dc7dbc..dfeedab 100644
--- a/debian/control
+++ b/debian/control
@@ -88,7 +88,8 @@ Package: qtcreator-doc
Architecture: all
Multi-Arch: foreign
Section: doc
-Depends: ${misc:Depends}
+Depends: qt6-image-formats-plugins,
+ ${misc:Depends},
Description: documentation for Qt Creator IDE
Qt Creator is a cross-platform integrated development environment (IDE)
designed to make development with the Qt application framework faster
More information about the Neon-commits
mailing list