1
0
Fork 0

Adding debian version 0.5.4-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-06 07:03:28 +02:00
parent 19551ac12c
commit 17fc481ae5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 192 additions and 0 deletions

15
debian/patches/debian/0001-cargo.patch vendored Normal file
View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Updating cargo crate depends to available versions in the debian archive.
diff -Naurp rust-ssh2-config.orig/Cargo.toml rust-ssh2-config/Cargo.toml
--- rust-ssh2-config.orig/Cargo.toml
+++ rust-ssh2-config/Cargo.toml
@@ -66,7 +66,7 @@ path = "examples/query.rs"
version = "^2"
[dependencies.dirs]
-version = "^6"
+version = "^5"
[dependencies.glob]
version = "0.3"

1
debian/patches/series vendored Normal file
View file

@ -0,0 +1 @@
debian/0001-cargo.patch