Codebase list rust-libslirp / 8769257
Update TODO, git2, package failure-derive Ximin Luo 5 years ago
6 changed file(s) with 95 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
8181 Roughly in dependency order, i.e. earlier packages have less dependencies.
8282 Some versions might be out-of-date::
8383
84 - serde_derive v1.0.70
8584 semver v0.9.0 -- soft-blocked on https://github.com/steveklabnik/semver/pull/174
8685 if it takes too long then we'll have to just upload semver-parser 0.7
87 - libssh2-sys v0.2.7
88 - curl-sys v0.4.5
89 - libgit2-sys v0.7.7
90 + git2 v0.7.5
91 miniz-sys v0.1.10 -- perhaps first package libminiz as a separate deb package
86 - git2 v0.7.5
87 + miniz-sys v0.1.10 -- perhaps first package libminiz as a separate deb package
9288 flate2 v1.0.2
93 - synstructure v0.9.0
94 + failure_derive v0.1.2
95 backtrace-sys v0.1.23 -- perhaps first package libbacktrace as a separate deb package
89 - failure_derive v0.1.2
90 + backtrace-sys v0.1.23 -- perhaps first package libbacktrace as a separate deb package
9691 backtrace v0.3.9
9792 failure v0.1.2
98 curl v0.4.14 -- depends on old winapi 0.2, try to update it, see https://github.com/alexcrichton/curl-rust/pull/204
93 + curl v0.4.14 -- depends on old winapi 0.2, try to update it, see https://github.com/alexcrichton/curl-rust/pull/204
9994 git2-curl v0.8.1
100 - crypto-hash v0.3.1
10195 crates-io v0.17.0
10296 cargo v0.29.0 -- need to patch cargo 0.29 to use lazycell 1 instead of 0.6, I've tested it and it "just works"
10397
0 rust-failure-derive (0.1.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package failure_derive 0.1.2 from crates.io using debcargo 2.2.5
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 4 Aug 2018 01:10:42 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: failure_derive
2 Upstream-Contact: Without Boats <woboats@gmail.com>
3 Source: https://github.com/withoutboats/failure_derive
4
5 Files: *
6 Copyright: 2017-2018 Without Boats <woboats@gmail.com>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 Ximin Luo <infinity0@debian.org>
13 License: MIT or Apache-2.0
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: MIT
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: failure_derive
2 Upstream-Contact: Without Boats <woboats@gmail.com>
3 Source: https://github.com/withoutboats/failure_derive
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Without Boats <woboats@gmail.com>
7 License: MIT OR Apache-2.0
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: debian/*
15 Copyright:
16 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018 FIXME (overlay) Your Name <Your Email>
18 License: MIT OR Apache-2.0
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 rust-git2 (0.7.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-git2 (0.7.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package git2 0.7.5 from crates.io using debcargo 2.2.5
3
4 [ Paride Legovini ]
25 * Package git2 0.7.2 from crates.io using debcargo 2.2.3
36
4 -- Paride Legovini <pl@ninthfloor.org> Fri, 13 Jul 2018 18:50:44 +0200
7 -- Ximin Luo <infinity0@debian.org> Sat, 4 Aug 2018 01:10:09 -0700