[neon/qt6/qt6-tools/Neon/unstable] debian: work around qt circular dep
Carlos De Maine
null at kde.org
Tue Oct 31 01:03:48 GMT 2023
Git commit 4c4d1305d9dbaf2a3b28a62f2a737391e7f65b70 by Carlos De Maine.
Committed on 31/10/2023 at 02:03.
Pushed by carlosdem into branch 'Neon/unstable'.
work around qt circular dep
making qt6-documentation-tools rely on qt6-tools-dev means that qt6-tools should be installed as well (as required) but the jenkins dep plugin won't pick up the circular dep in qt6-declarative s it is not explicitly named in the control file
M +1 -1 debian/control
https://invent.kde.org/neon/qt6/qt6-tools/-/commit/4c4d1305d9dbaf2a3b28a62f2a737391e7f65b70
diff --git a/debian/control b/debian/control
index f898c9a..59c700b 100644
--- a/debian/control
+++ b/debian/control
@@ -136,7 +136,7 @@ Description: Dummy transitional
Package: qt6-documentation-tools
Architecture: all
-Depends: qt6-tools
+Depends: qt6-tools-dev
Description: Dummy transitional
Transitional dummy package.
More information about the Neon-commits
mailing list