[neon/kde/marble/Neon/unstable] debian: try again

Carlos De Maine null at kde.org
Tue Oct 1 15:07:43 BST 2024


Git commit 5ef3d4ab2d5a8d342a792839dfc4329b88c6c42f by Carlos De Maine.
Committed on 01/10/2024 at 14:07.
Pushed by carlosdem into branch 'Neon/unstable'.

try again

M  +10   -9    debian/rules

https://invent.kde.org/neon/kde/marble/-/commit/5ef3d4ab2d5a8d342a792839dfc4329b88c6c42f

diff --git a/debian/rules b/debian/rules
index 69b1b45..f006bfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,15 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
+#export DH_VERBOSE = 1
 
 %:
-	dh $@ --with kf6 --buildsystem kf6
+	dh $@ --with kf6 --buildsystem=kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DWITH_DESIGNER_PLUGIN=YES \
-	-DMOBILE=ON \
-	-BUILD_TOUCH=ON \
-	-DBUILD_QT_AND_KDE=ON \
-	-DBUILD_MARBLE_TESTS=NO \
-	-DBUILD_MARBLE_TOOLS=YES \
-	-DBUILD_MARBLE_EXAMPLES=YES
+	dh_auto_configure -- \
+		-DWITH_DESIGNER_PLUGIN=YES \
+		-DMOBILE=ON \
+		-BUILD_TOUCH=ON \
+		-DBUILD_QT_AND_KDE=ON \
+		-DBUILD_MARBLE_TESTS=NO \
+		-DBUILD_MARBLE_TOOLS=YES \
+		-DBUILD_MARBLE_EXAMPLES=YES


More information about the Neon-commits mailing list