]> git.sesse.net Git - bcachefs-tools-debian/blob - debian/patches/relax-dep-versions.patch
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / debian / patches / relax-dep-versions.patch
1 Index: bcachefs-tools/bch_bindgen/Cargo.toml
2 ===================================================================
3 --- bcachefs-tools.orig/bch_bindgen/Cargo.toml
4 +++ bcachefs-tools/bch_bindgen/Cargo.toml
5 @@ -12,11 +12,11 @@ crate-type = ["lib"]
6  anyhow = "1.0"
7  uuid = "1.2.2"
8  bitfield = "0.14.0"
9 -memoffset = "0.8.0"
10 +memoffset = "0.6"
11  byteorder = "1.3"
12  bitflags = "1.3.2"
13 -paste = "1.0.11"
14 +paste = "1.0"
15  
16  [build-dependencies]
17  pkg-config = "0.3"
18 -bindgen = "0.69.2"
19 +bindgen = "0.66"
20 Index: bcachefs-tools/Cargo.toml
21 ===================================================================
22 --- bcachefs-tools.orig/Cargo.toml
23 +++ bcachefs-tools/Cargo.toml
24 @@ -16,9 +16,9 @@ clap = { version = "4.0.32", features =
25  clap_complete = "4.3.2"
26  anyhow = "1.0"
27  libc = "0.2.69"
28 -udev = "0.7.0"
29 +udev = ">= 0.7, < 1"
30  uuid = "1.2.2"
31 -errno = "0.2"
32 +errno = ">= 0.2, < 1"
33  either = "1.5"
34  rpassword = "7"
35  bch_bindgen = { path = "bch_bindgen" }