[neon/extras/kuserfeedback/Neon/unstable] debian: spaces matter to debhelper

Carlos De Maine null at kde.org
Thu Mar 16 01:32:10 GMT 2023


Git commit ab9dee62f2e46a0a91fa4d25425fecaa95a7dd2b by Carlos De Maine.
Committed on 16/03/2023 at 01:32.
Pushed by carlosdem into branch 'Neon/unstable'.

spaces matter to debhelper

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index f3f8a13..ac010be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@  --with pkgkde_symbolshelper --without build_stamp
+	dh $@ --with pkgkde_symbolshelper --without build_stamp
 	dh $@ --with kf6 --buildsystem kf6
 
 execute_after_dh_auto_clean:


More information about the Neon-commits mailing list