1
0
Fork 0

Adding patch to build with available version of rust-dirs in sid.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 07:00:00 +01:00
parent 99424c3aea
commit 2b90cbd7d9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Building with available rust-dirs version from sid.
diff -Naurp rust-auth-git2.orig/Cargo.toml rust-auth-git2/Cargo.toml
--- rust-auth-git2.orig/Cargo.toml
+++ rust-auth-git2/Cargo.toml
@@ -48,7 +48,7 @@ name = "git"
path = "examples/git.rs"
[dependencies.dirs]
-version = "6.0.0"
+version = "5.0.0"
[dependencies.git2]
version = ">0.14, <21.0"

1
debian/patches/series vendored Normal file
View file

@ -0,0 +1 @@
debian/0001-rust-dirs.patch