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:
parent
99424c3aea
commit
2b90cbd7d9
2 changed files with 16 additions and 0 deletions
15
debian/patches/debian/0001-rust-dirs.patch
vendored
Normal file
15
debian/patches/debian/0001-rust-dirs.patch
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
debian/0001-rust-dirs.patch
|
Loading…
Add table
Add a link
Reference in a new issue