[neon/extras/kuserfeedback/Neon/unstable] debian: fix the rules

Carlos De Maine null at kde.org
Tue Mar 14 07:07:56 GMT 2023


Git commit 1590f3b1bd49af574e956c3e511f14a2ff26c98b by Carlos De Maine.
Committed on 14/03/2023 at 07:07.
Pushed by carlosdem into branch 'Neon/unstable'.

fix the rules

M  +5    -5    debian/rules

https://invent.kde.org/neon/extras/kuserfeedback/commit/1590f3b1bd49af574e956c3e511f14a2ff26c98b

diff --git a/debian/rules b/debian/rules
index f70bd3d..ba6d2d0 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 kf5,pkgkde_symbolshelper --buildsystem kf5 -DENABLE_DOCS=OFF -DQT_MAJOR_VERSION=5
-	dh_auto_configure --with kf6,pkgkde_symbolshelper --buildsystem kf6 -DENABLE_DOCS=OFF --builddirectory=build-Qt6 -- -DBUILD_WITH_QT6=ON
+	dh_auto_configure -- -DENABLE_DOCS=OFF
+ 	dh_auto_configure -- -DENABLE_DOCS=OFF -DBUILD_WITH_QT6=ON --builddirectory=build-Qt6
 
 override_dh_auto_configure-indep:
-	dh_auto_configure -- -DENABLE_DOCS=ON -DQT_MAJOR_VERSION=5
-	dh_auto_configure -- -DENABLE_DOCS=ON -DQT_MAJOR_VERSION=6
+	dh_auto_configure -- -DENABLE_DOCS=ON
+	dh_auto_configure -- -DENABLE_DOCS=ON -DBUILD_WITH_QT6=ON --builddirectory=build-Qt6
 
 override_dh_auto_install:
 	dh_auto_install


More information about the Neon-commits mailing list