[neon/qt6/qt6-declarative/Neon/release] debian: put it where it'll actually work

Carlos De Maine null at kde.org
Wed Apr 3 00:00:15 BST 2024


Git commit 0fb2b093a0d671337de03932ec0ad6d7ec476cb4 by Carlos De Maine.
Committed on 02/04/2024 at 23:00.
Pushed by carlosdem into branch 'Neon/release'.

put it where it'll actually work

M  +2    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-declarative/-/commit/0fb2b093a0d671337de03932ec0ad6d7ec476cb4

diff --git a/debian/rules b/debian/rules
index 69c61ec..f28e959 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,10 +18,10 @@ ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 endif
 
 %:
-	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja -DQT_NO_PACKAGE_VERSION_CHECK=TRUE
+	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
-	dh_auto_configure -- \
+	dh_auto_configure -- -DQT_NO_PACKAGE_VERSION_CHECK=TRUE \
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \


More information about the Neon-commits mailing list