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

Carlos De Maine null at kde.org
Tue Mar 14 12:17:46 GMT 2023


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

Revert "try and sepearate the builds"

This reverts commit da4cbfb79b8f2a30a3d21f5d8c7f582f227f35b8

M  +5    -5    debian/rules

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

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


More information about the Neon-commits mailing list