[neon/qt6/qt6-declarative/Neon/release] debian: don't version the internal build deps when bootstrapping

Carlos De Maine null at kde.org
Wed May 20 07:38:28 BST 2026


Git commit 4bd5e50e0571d74929ee85b75513a8f08c54746b by Carlos De Maine.
Committed on 20/05/2026 at 06:38.
Pushed by carlosdem into branch 'Neon/release'.

don't version the internal build deps when bootstrapping

M  +3    -3    debian/control

https://invent.kde.org/neon/qt6/qt6-declarative/-/commit/4bd5e50e0571d74929ee85b75513a8f08c54746b

diff --git a/debian/control b/debian/control
index bd9f8a0..92c31d4 100644
--- a/debian/control
+++ b/debian/control
@@ -19,9 +19,9 @@ Build-Depends: cmake,
                qt6-base-dev (>= 6.11.1~),
 #               qt6-declarative-dev:native <cross>,
                qt6-languageserver-dev (>= 6.11.1~),
-               qt6-location-dev (>= 6.11.1~),
-               qt6-positioning-dev (>= 6.11.1~),
-               qt6-shadertools-dev (>= 6.11.1~),
+               qt6-location-dev),
+               qt6-positioning-dev,
+               qt6-shadertools-dev,
                qt6-svg-dev (>= 6.11.1~),
                qt6-tools-dev (>= 6.11.1~),
 Build-Depends-Indep: qt6-base-dev (>= 6.11~) <!nodoc>,


More information about the Neon-commits mailing list