[neon/extras/kuserfeedback/Neon/unstable] debian: try and sepearate the builds

Carlos De Maine null at kde.org
Tue Mar 14 12:06:13 GMT 2023


Git commit da4cbfb79b8f2a30a3d21f5d8c7f582f227f35b8 by Carlos De Maine.
Committed on 14/03/2023 at 12:06.
Pushed by carlosdem into branch 'Neon/unstable'.

try and sepearate the builds

M  +5    -5    debian/rules

https://invent.kde.org/neon/extras/kuserfeedback/commit/da4cbfb79b8f2a30a3d21f5d8c7f582f227f35b8

diff --git a/debian/rules b/debian/rules
index a6f323b..e0660d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,18 +4,18 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@  --with pkgkde_symbolshelper --without build_stamp
+	dh $@  --without build_stamp
 
 execute_after_dh_auto_clean:
 	rm -rf build-Qt6
 
 override_dh_auto_configure-arch:
-	dh_auto_configure -- -DENABLE_DOCS=OFF -DQT_MAJOR_VERSION=5
-	dh_auto_configure --builddirectory=build-Qt6 -- -DENABLE_DOCS=OFF -DBUILD_WITH_QT6=ON 
+	dh_auto_configure --with pkgkde_symbolshelper -- -DENABLE_DOCS=OFF -DQT_MAJOR_VERSION=5
+	dh_auto_configure --builddirectory=build-Qt6 --with kf6 --buildsystem kf6 -- -DENABLE_DOCS=OFF -DBUILD_WITH_QT6=ON 
 
 override_dh_auto_configure-indep:
-	dh_auto_configure -- -DENABLE_DOCS=ON
-	dh_auto_configure --builddirectory=build-Qt6 -- -DENABLE_DOCS=ON -DBUILD_WITH_QT6=ON
+	dh_auto_configure --with pkgkde_symbolshelper -- -DENABLE_DOCS=ON
+	dh_auto_configure --builddirectory=build-Qt6 --with kf6 --buildsystem kf6 -- -DENABLE_DOCS=ON -DBUILD_WITH_QT6=ON
 
 override_dh_auto_build:
 	dh_auto_build


More information about the Neon-commits mailing list