Codebase list rust-libslirp / 0edd5c2
libslirp: don't relax mio dependency. Peter Michael Green 3 years ago
5 changed file(s) with 17 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 rust-libslirp (4.3.0-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package libslirp 4.3.0 from crates.io using debcargo 2.4.4
4 * Don't relax dependency on mio, it seems the newer version is actually
5 needed ( Closes: 981840 )
6 * Set collapse_features = true, it seems that the features were already
7 collapsed in the package that was uploaded, perhaps this was done
8 manually.
9
10 -- Peter Michael Green <plugwash@debian.org> Sat, 06 Feb 2021 18:02:18 +0000
11
012 rust-libslirp (4.3.0-2) unstable; urgency=high
113
214 * Rebuild.
88
99 Files: debian/*
1010 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2020 Andrej Shadura <andrewsh@debian.org>
1313 License: Expat
1414
2020
2121 Files: debian/*
2222 Copyright:
23 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2020 Andrej Shadura <andrewsh@debian.org>
23 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2020-2021 Andrej Shadura <andrewsh@debian.org>
2525 License:
2626
2727 License: UNKNOWN-LICENSE; FIXME (overlay)
00 overlay = "."
11 uploaders = ["Andrej Shadura <andrewsh@debian.org>"]
22 bin_name = "libslirp-helper"
3
4 collapse_features = true
35
46 [packages.lib]
57 summary = "high-level Rust bindings for libslirp"
88 optional = true
99
1010 [dependencies.lazy_static]
11 @@ -54,7 +54,7 @@ version = "0.2"
12 optional = true
13
14 [dependencies.mio]
15 -version = "0.6.19"
16 +version = "0.6"
17 optional = true
18
19 [dependencies.mio-extras]
2011 @@ -62,7 +62,7 @@ version = "2.0.5"
2112 optional = true
2213