[neon/backports-jammy/packagekit-qt/Neon/unstable] debian: Don't pass --parallel to dh

Matthias Klumpp null at kde.org
Wed Mar 15 04:29:33 GMT 2023


Git commit 8f7881a5929ecf21dc27962054268cbbba1e775c by Matthias Klumpp.
Committed on 20/02/2020 at 23:04.
Pushed by carlosdem into branch 'Neon/unstable'.

Don't pass --parallel to dh

M  +1    -1    debian/rules

https://invent.kde.org/neon/backports-jammy/packagekit-qt/commit/8f7881a5929ecf21dc27962054268cbbba1e775c

diff --git a/debian/rules b/debian/rules
index 73d2924..128ee56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 QPK_CONFIGURE_ARGS =
 
 %:
-	dh $@ --parallel --with kf5
+	dh $@ --with kf5
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(QPK_CONFIGURE_ARGS)



More information about the Neon-commits mailing list