[neon/neon/seeds/Neon/unstable] debian: rm still see's it as -*.old which makes it barf \o/
Carlos De Maine
null at kde.org
Mon May 25 06:44:49 BST 2026
Git commit 9a24a6fd2f7008e8692e5db0d1d9acb8e169f07d by Carlos De Maine.
Committed on 25/05/2026 at 05:44.
Pushed by carlosdem into branch 'Neon/unstable'.
rm still see's it as -*.old which makes it barf \o/
M +2 -1 debian/rules
https://invent.kde.org/neon/neon/seeds/-/commit/9a24a6fd2f7008e8692e5db0d1d9acb8e169f07d
diff --git a/debian/rules b/debian/rules
index 4dad985..a60fa2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
export DH_VERBOSE=1
override_dh_auto_clean:
- rm -fv *-amd64 *-armhf *-arm64 *.old debootstrap-version
+ #rm -fv *-amd64 *-armhf *-arm64 *.old debootstrap-version
+ rm -fv *-amd64 *-armhf *-arm64 debootstrap-version
dh_auto_clean
%:
More information about the Neon-commits
mailing list