Codebase list rust-bzip2 / 9db30ea
Prepare rust-nettle for debian We fold the "vendored" feature into the standard feature, since nettle-sys also folds them together. No need for the extra package. Daniel Kahn Gillmor 4 years ago
6 changed file(s) with 69 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-nettle (5.0.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package nettle 5.0.3 from crates.io using debcargo 2.4.0
3
4 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 23 Oct 2019 18:55:47 -0400
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: nettle
2 Upstream-Contact: Kai Michaelis <kai.michaelis@pep-project.org>
3 Source: https://gitlab.com/sequoia-pgp/nettle-rs
4
5 Files: *
6 Copyright: 2017-2019 Kai Michaelis <kai.michaelis@pep-project.org>
7 2018-2019 Justus Winter <justus@sequoia-pgp.org>
8 2018 Neal H. Walfield <neal@pep.foundation>
9 License: LGPL-3.0 or GPL-2.0 or GPL-3.0
10
11 Files: debian/*
12 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
15 License: LGPL-3.0 or GPL-2.0 or GPL-3.0
16
17 License: GPL-2.0
18 Debian systems provide the GPL 2.0 in /usr/share/common-licenses/GPL-2
19
20 License: GPL-3.0
21 Debian systems provide the GPL 3.0 in /usr/share/common-licenses/GPL-3
22
23 License: LGPL-3.0
24 Debian systems provide the LGPL 3.0 in /usr/share/common-licenses/LGPL-3
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: nettle
2 Upstream-Contact: Kai Michaelis <kai.michaelis@pep-project.org>
3 Source: https://gitlab.com/sequoia-pgp/nettle-rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Kai Michaelis <kai.michaelis@pep-project.org>
7 License: LGPL-3.0 or GPL-2.0 or GPL-3.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 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
18 License: LGPL-3.0 or GPL-2.0 or GPL-3.0
19
20 License: GPL-2.0
21 Debian systems provide the GPL 2.0 in /usr/share/common-licenses/GPL-2
22
23 License: GPL-3.0
24 Debian systems provide the GPL 3.0 in /usr/share/common-licenses/GPL-3
25
26 License: LGPL-3.0
27 Debian systems provide the LGPL 3.0 in /usr/share/common-licenses/LGPL-3
0 overlay = "."
1 uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
0 --- a/Cargo.toml 1969-12-31 19:00:00.000000000 -0500
1 +++ b/Cargo.toml 2019-10-23 19:12:01.076181971 -0400
2 @@ -35,4 +35,4 @@
3 version = "2.0"
4
5 [features]
6 -vendored = ["nettle-sys/vendored"]
7 +vendored = []
0 disable-vendor.diff