We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12af037 commit 850a2b5Copy full SHA for 850a2b5
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rdmatop"
3
-version = "0.1.8"
+version = "0.1.9"
4
edition = "2021"
5
description = "A real-time TUI monitor for RDMA network interfaces"
6
license = "Apache-2.0"
debian/rules
@@ -22,3 +22,9 @@ override_dh_auto_test:
22
override_dh_auto_clean:
23
cargo clean --offline || true
24
rm -rf $(CARGO_HOME)
25
+
26
+# dh_clean defaults to deleting *.orig files (treats them as backups).
27
+# cargo vendor's Cargo.toml.orig files are metadata required by
28
+# cargo's offline checksum verification — keep them.
29
+override_dh_clean:
30
+ dh_clean -X.orig
0 commit comments