[neon/qt6/qt6-location/Neon/release] debian: lint clean ups

Carlos De Maine null at kde.org
Tue Nov 4 22:10:09 GMT 2025


Git commit d8448431e5567b460c33df75190961e425e2b53c by Carlos De Maine.
Committed on 04/11/2025 at 22:10.
Pushed by carlosdem into branch 'Neon/release'.

lint clean ups

M  +2    -1    debian/control
M  +2    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-location/-/commit/d8448431e5567b460c33df75190961e425e2b53c

diff --git a/debian/control b/debian/control
index d90984a..304a23a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,9 @@ Build-Depends: cmake,
                ninja-build,
                pkgconf,
                pkg-kde-tools,
+               pkg-kde-tools-neon,
                qt6-base-dev (>= 6.9.3~),
-               qt6-declarative-dev (>= 6.9.2~),
+               qt6-declarative-dev (>= 6.9.3~),
                qt6-positioning-dev (>= 6.9.3~),
                qt6-shadertools-dev (>= 6.9.3~),
                xauth <!nocheck>,
diff --git a/debian/rules b/debian/rules
index 21e56c4..5bd2ad9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,9 @@ override_dh_auto_configure:
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
+		-DQT_NO_PRIVATE_MODULE_WARNING=ON \
 		-DQT_UNITY_BUILD=ON \
-		$(extra_cmake_args) \
-		-DQT_NO_PACKAGE_VERSION_CHECK=TRUE
+		$(extra_cmake_args)
 
 override_dh_auto_build-indep:
 	dh_auto_build -- docs


More information about the Neon-commits mailing list