Codebase list rust-subtle / 06f74fc
add transitive deps of cargo: bitmaps, sized-chunks, core-foundation-sys Ximin Luo 4 years ago
13 changed file(s) with 98 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 rust-bitmaps (2.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package bitmaps 2.1.0 from crates.io using debcargo 2.4.2
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 15:20:33 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: bitmaps
2 Upstream-Contact: Bodil Stokke <bodil@bodil.org>
3 Source: https://github.com/bodil/bitmaps
4
5 Files: *
6 Copyright: 2019 Bodil Stokke <bodil@bodil.org>
7 License: MPL-2.0+
8
9 Files: debian/*
10 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2020 Ximin Luo <infinity0@debian.org>
13 License: MPL-2.0+
14
15 License: MPL-2.0+
16 Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: bitmaps
2 Upstream-Contact: Bodil Stokke <bodil@bodil.org>
3 Source: https://github.com/bodil/bitmaps
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Bodil Stokke <bodil@bodil.org>
7 License: MPL-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: ./README.md
15 Copyright: 2019 Bodil Stokke
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: debian/*
22 Copyright:
23 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2020 Ximin Luo <infinity0@debian.org>
25 License: MPL-2.0+
26
27 License: MPL-2.0+
28 Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0
0 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
0 rust-core-foundation-sys (0.7.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package core-foundation-sys 0.7.0 from crates.io using debcargo 2.4.2
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 15:26:37 +0100
5
06 rust-core-foundation-sys (0.6.2-1) unstable; urgency=medium
17
28 * Package core-foundation-sys 0.6.2 from crates.io using debcargo 2.2.9
44
55 Files: *
66 Copyright:
7 2013-2018 The Servo Project Developers
7 2013-2019 The Servo Project Developers
88 2012-2013 Mozilla Foundation
99 License: MIT or Apache-2.0
1010
1111 Files: debian/*
1212 Copyright:
13 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018 Ximin Luo <infinity0@debian.org>
15 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
13 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018-2020 Ximin Luo <infinity0@debian.org>
15 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1616 License: MIT or Apache-2.0
1717
1818 License: Apache-2.0
4848
4949 Files: ./src/bundle.rs
5050 Copyright: 2013-2015 The Servo Project Developers
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/characterset.rs
57 Copyright: 2019 The Servo Project Developers
5158 License: UNKNOWN-LICENSE; FIXME (overlay)
5259 Comment:
5360 FIXME (overlay): These notices are extracted from files. Please review them
160167
161168 Files: debian/*
162169 Copyright:
163 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
164 2018 Ximin Luo <infinity0@debian.org>
165 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
170 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
171 2018-2020 Ximin Luo <infinity0@debian.org>
172 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
166173 License: MIT or Apache-2.0
167174
168175 License: Apache-2.0
11
22 * Package im-rc 14.3.0 from crates.io using debcargo 2.4.2
33
4 -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 14:48:45 +0100
4 -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 15:43:17 +0100
55
66 rust-im-rc (13.0.0-1) unstable; urgency=medium
77
0 Index: im-rc/Cargo.toml
1 ===================================================================
2 --- im-rc.orig/Cargo.toml
3 +++ im-rc/Cargo.toml
4 @@ -63,7 +63,7 @@ version = "1.0"
5 optional = true
6
7 [dependencies.sized-chunks]
8 -version = "0.5.1"
9 +version = ">= 0.5.1, < 0.7"
10
11 [dependencies.typenum]
12 version = "1.10"
0 rust-sized-chunks (0.6.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package sized-chunks 0.6.1 from crates.io using debcargo 2.4.2
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 15:23:45 +0100
5
06 rust-sized-chunks (0.3.1-1) unstable; urgency=medium
17
28 * Package sized-chunks 0.3.1 from crates.io using debcargo 2.4.0
88
99 Files: debian/*
1010 Copyright:
11 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019 Ximin Luo <infinity0@debian.org>
11 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019-2020 Ximin Luo <infinity0@debian.org>
1313 License: MPL-2.0+
1414
1515 License: MPL-2.0+
2020
2121 Files: debian/*
2222 Copyright:
23 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Ximin Luo <infinity0@debian.org>
23 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2020 Ximin Luo <infinity0@debian.org>
2525 License: MPL-2.0+
2626
2727 License: MPL-2.0+