Codebase list rust-libslirp / 4812cb9
extprim: prepare new version Sylvestre Ledru 4 years ago
4 changed file(s) with 8 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 rust-extprim (1.7.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package extprim 1.7.0 from crates.io using debcargo 2.4.0
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 26 Aug 2019 19:29:51 +0200
5
06 rust-extprim (1.6.0-1) unstable; urgency=medium
17
28 * Package extprim 1.6.0 from crates.io using debcargo 2.2.9
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 Sylvestre Ledru <sylvestre@debian.org>
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
+0
-13
src/extprim/debian/patches/relax-rand-dep.diff less more
0 Index: extprim/Cargo.toml
1 ===================================================================
2 --- extprim.orig/Cargo.toml
3 +++ extprim/Cargo.toml
4 @@ -26,7 +26,7 @@ repository = "https://github.com/kennytm
5 version = "0.2"
6
7 [dependencies.rand]
8 -version = "0.4"
9 +version = "0.5"
10 optional = true
11
12 [dependencies.serde]
+0
-1
src/extprim/debian/patches/series less more
0 relax-rand-dep.diff