[neon/neon-packaging/kdotool/Neon/unstable] debian: more debug

Carlos De Maine null at kde.org
Sat Jan 27 07:06:44 GMT 2024


Git commit 4fb28ca4f4924bf62cfc1ffc333c5446a4e966b9 by Carlos De Maine.
Committed on 27/01/2024 at 07:06.
Pushed by carlosdem into branch 'Neon/unstable'.

more debug

M  +2    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/kdotool/-/commit/4fb28ca4f4924bf62cfc1ffc333c5446a4e966b9

diff --git a/debian/rules b/debian/rules
index 322a335..a0ba138 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,6 @@ override_dh_auto_clean:
 	cargo clean
 
 override_dh_auto_install:
-	$(shell cp ../target/release/kdotool ./tmp/usr/bin/)
-
+	$(shell ls -lsR ../)
+	cp ../target/release/kdotool ./tmp/usr/bin/
 	dh_auto_install


More information about the Neon-commits mailing list