Codebase list rust-hkdf / d849d1b
bindgen: timestamp + lower some deps Sylvestre Ledru 2 years ago
6 changed file(s) with 55 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 * Team upload.
33 * Package bindgen 0.59.1 from crates.io using debcargo 2.4.4-alpha.0
44
5 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 22 Aug 2021 17:23:18 +0200
5 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 22 Aug 2021 17:36:34 +0200
66
77 rust-bindgen (0.55.1-3) unstable; urgency=medium
88
0 Index: bindgen/Cargo.toml
1 ===================================================================
2 --- bindgen.orig/Cargo.toml
3 +++ bindgen/Cargo.toml
4 @@ -101,7 +101,7 @@ version = "0.1"
5 version = "0.1"
6
7 [features]
8 -default = ["logging", "clap", "runtime", "which-rustfmt"]
9 +default = ["logging", "clap", "which-rustfmt"]
10 logging = ["env_logger", "log"]
11 runtime = ["clang-sys/runtime"]
12 static = ["clang-sys/static"]
0 Index: bindgen/Cargo.toml
1 ===================================================================
2 --- bindgen.orig/Cargo.toml
3 +++ bindgen/Cargo.toml
4 @@ -38,7 +38,7 @@ required-features = ["clap"]
5 version = "1.0.3"
6
7 [dependencies.cexpr]
8 -version = "0.5"
9 +version = "0.4"
10
11 [dependencies.clang-sys]
12 version = "1"
13 @@ -49,7 +49,7 @@ version = "2"
14 optional = true
15
16 [dependencies.env_logger]
17 -version = "0.8"
18 +version = "0.7"
19 optional = true
20
21 [dependencies.lazy_static]
22 @@ -82,7 +82,7 @@ default-features = false
23 version = "1.0.1"
24
25 [dependencies.shlex]
26 -version = "1"
27 +version = "0.1"
28
29 [dependencies.which]
30 version = "3.0"
00 disable-runtime.diff
1 lower-dep.diff
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo
3
4 execute_after_dh_testdir:
5 find . ! -newermt "jan 01, 2000" -exec touch {} +
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo