Codebase list rust-libslirp / 567f77b
thread-id - relax dependency on redox-syscall. Peter Michael Green 2 years ago
6 changed file(s) with 26 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-thread-id (3.3.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package thread-id 3.3.0 from crates.io using debcargo 2.5.0
4 * Relax dependency on redox-syscall
5
6 -- Peter Michael Green <plugwash@debian.org> Sat, 18 Dec 2021 14:31:00 +0000
7
08 rust-thread-id (3.3.0-1) unstable; urgency=medium
19
210 * Package thread-id 3.3.0 from crates.io using debcargo 2.2.6
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018 Sylvestre Ledru <sylvestre@debian.org>
1313 License: MIT or Apache-2.0
1414
2727
2828 Files: debian/*
2929 Copyright:
30 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018 FIXME (overlay) Your Name <Your Email>
30 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2021 Sylvestre Ledru <sylvestre@debian.org>
3232 License: MIT or Apache-2.0
3333
3434 License: Apache-2.0
00 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
0 Index: thread-id/Cargo.toml
1 ===================================================================
2 --- thread-id.orig/Cargo.toml
3 +++ thread-id/Cargo.toml
4 @@ -20,7 +20,7 @@ keywords = ["thread", "pthread", "getcur
5 license = "MIT/Apache-2.0"
6 repository = "https://github.com/ruuda/thread-id"
7 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
8 -version = "0.1"
9 +version = ">= 0.1, < 0.3"
10 [target."cfg(unix)".dependencies.libc]
11 version = "0.2.6"
12 [target."cfg(windows)".dependencies.winapi]