Codebase list rust-subtle / 9042aba
mio-0.6 - fix autopkgtest and prepare source-only upload. Peter Michael Green 2 years ago
3 changed file(s) with 42 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-mio-0.6 (0.6.23-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package mio 0.6.23 from crates.io using debcargo 2.5.0
4 * Source only upload for testing migration.
5 * Disable tests that are not present in the crates.io release and remove the
6 corresponding dev-dependencies so that the tests which are included can
7 run.
8
9 -- Peter Michael Green <plugwash@debian.org> Sat, 11 Dec 2021 18:29:02 +0000
10
011 rust-mio-0.6 (0.6.23-1) unstable; urgency=medium
112
213 * Package mio 0.6.23 from crates.io using debcargo 2.4.4
0 Index: mio-0.6/Cargo.toml
1 ===================================================================
2 --- mio-0.6.orig/Cargo.toml
3 +++ mio-0.6/Cargo.toml
4 @@ -24,9 +24,6 @@ categories = ["asynchronous"]
5 license = "MIT"
6 repository = "https://github.com/tokio-rs/mio"
7
8 -[[test]]
9 -name = "test"
10 -path = "test/mod.rs"
11 [dependencies.cfg-if]
12 version = "0.1.9"
13
14 @@ -41,15 +38,6 @@ version = "0.2.36"
15
16 [dependencies.slab]
17 version = "0.4.0"
18 -[dev-dependencies.bytes]
19 -version = "0.3.0"
20 -
21 -[dev-dependencies.env_logger]
22 -version = "0.4.0"
23 -default-features = false
24 -
25 -[dev-dependencies.tempdir]
26 -version = "0.3.4"
27
28 [features]
29 default = ["with-deprecated"]
00 winapi3.patch
1 disable-missing-tests.patch