Codebase list rust-libslirp / f52ac04
Update getrandom, jobserver Ximin Luo 4 years ago
8 changed file(s) with 34 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
103103
104104 cd build && dput ${DEBSRC}_${DEBVER}_source.changes
105105
106 For your reference, this source package builds $(grep ^Package build/$CRATE/debian/control | wc -l) binary package(s).
107
106108 If this is a NEW source package or introduces NEW binary packages not already
107109 in the Debian archive, you will need to build a binary package out of it. The
108110 recommended way is to run something like:
0 rust-getrandom (0.1.12-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package getrandom 0.1.12 from crates.io using debcargo 2.4.0
4
5 -- Ximin Luo <infinity0@debian.org> Mon, 9 Sep 2019 12:36:47 -0700
6
07 rust-getrandom (0.1.6-1) unstable; urgency=medium
18
29 * Package getrandom 0.1.6 from crates.io using debcargo 2.2.10
160160 FIXME (overlay): These notices are extracted from files. Please review them
161161 before uploading to the archive.
162162
163 Files: ./src/windows_uwp.rs
164 Copyright: 2018 Developers of the Rand project.
165 License: UNKNOWN-LICENSE; FIXME (overlay)
166 Comment:
167 FIXME (overlay): These notices are extracted from files. Please review them
168 before uploading to the archive.
169
163170 Files: debian/*
164171 Copyright:
165172 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -44,8 +44,6 @@
3 [target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
4 version = "0.2.62"
5 default-features = false
6 -[target."cfg(target_os = \"wasi\")".dependencies.wasi]
7 -version = "0.7"
8 [target.wasm32-unknown-unknown.dependencies.stdweb]
9 version = "0.4.18"
10 optional = true
0 disable-unsupported-os.patch
0 rust-jobserver (0.1.17-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package jobserver 0.1.17 from crates.io using debcargo 2.4.0
3
4 -- Ximin Luo <infinity0@debian.org> Mon, 9 Sep 2019 12:34:15 -0700
5
06 rust-jobserver (0.1.14-1) unstable; urgency=medium
17
28 * Package jobserver 0.1.14 from crates.io using debcargo 2.4.0
+0
-8
src/jobserver/debian/patches/relax-dep-version.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -61,4 +61,4 @@
3 [target."cfg(unix)".dependencies.libc]
4 version = "0.2.50"
5 [target."cfg(windows)".dependencies.rand]
6 -version = "0.6.5"
7 +version = "< 0.7, >= 0.4"
+0
-1
src/jobserver/debian/patches/series less more
0 relax-dep-version.patch