Codebase list rust-bzip2 / aa3098b
RFS: thin-slice kpcyrd 5 years ago
5 changed file(s) with 49 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5959 tokio-current-thread
6060 fxhash
6161 bit-vec
62 thin-slice
6263
6364 Delayed/problematic::
6465
0 rust-thin-slice (0.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package thin-slice 0.1.1 from crates.io using debcargo 2.2.6
3
4 -- kpcyrd <git@rxv.cc> Tue, 28 Aug 2018 20:42:02 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: thin-slice
2 Upstream-Contact: Cameron McCormack <cam@mcc.id.au>
3 Source: https://github.com/heycam/thin-slice
4
5 Files: *
6 Copyright: 2018 Cameron McCormack <cam@mcc.id.au>
7 License: MPL-2.0
8
9 Files: debian/*
10 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 kpcyrd <git@rxv.cc>
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: thin-slice
2 Upstream-Contact: Cameron McCormack <cam@mcc.id.au>
3 Source: https://github.com/heycam/thin-slice
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Cameron McCormack <cam@mcc.id.au>
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: 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: MPL-2.0
19
20 License: MPL-2.0
21 Debian systems provide the MPL 2.0 in /usr/share/common-licenses/MPL-2.0
0 overlay = "."
1
2 # The auto-generated summary is too long.
3 summary = "Owned slice that packs the slice storage into a single word"