[neon/neon-packaging/kdotool/Neon/unstable] debian: try again
Carlos De Maine
null at kde.org
Sat Jan 27 07:26:56 GMT 2024
Git commit fd29c0141b747c4aa773b8414011f5218ba463b0 by Carlos De Maine.
Committed on 27/01/2024 at 07:26.
Pushed by carlosdem into branch 'Neon/unstable'.
try again
M +2 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/kdotool/-/commit/fd29c0141b747c4aa773b8414011f5218ba463b0
diff --git a/debian/rules b/debian/rules
index ee7fbfa..4e0c2c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,12 +8,12 @@ export DH_VERBOSE=1
override_dh_auto_build:
cargo build
- $(shell ls -lsR ../)
+ $(shell ls -lsR )
override_dh_auto_clean:
cargo clean
override_dh_auto_install:
- $(shell ls -lsR ../)
+ $(shell ls -lsR )
cp ../target/release/kdotool ./tmp/usr/bin/
dh_auto_install
More information about the Neon-commits
mailing list