[neon/neon/seeds/Neon/unstable] debian: put it on a single line for make to undderstand

Carlos De Maine null at kde.org
Mon May 25 06:40:05 BST 2026


Git commit f7b5565b55d554b5708c6c207bbd58378aabb315 by Carlos De Maine.
Committed on 25/05/2026 at 05:40.
Pushed by carlosdem into branch 'Neon/unstable'.

put it on a single line for make to undderstand

M  +1    -5    debian/rules

https://invent.kde.org/neon/neon/seeds/-/commit/f7b5565b55d554b5708c6c207bbd58378aabb315

diff --git a/debian/rules b/debian/rules
index fc5bf87..4dad985 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,7 @@
 export DH_VERBOSE=1
 
 override_dh_auto_clean:
-	rm -fv *-amd64 \
-		*-armhf \
-		*-arm64 \
-#		*.old \
-		debootstrap-version
+	rm -fv *-amd64 *-armhf *-arm64 *.old debootstrap-version
 	dh_auto_clean
 
 %:


More information about the Neon-commits mailing list