Codebase list rust-libslirp / dbf9850
sequoia-autocrypt: prepare version 0.23.0 Daniel Kahn Gillmor 3 years ago
6 changed file(s) with 85 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-sequoia-autocrypt (0.23.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package sequoia-autocrypt 0.23.0 from crates.io using debcargo 2.4.3
3
4 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 25 Jan 2021 22:15:13 -0500
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: sequoia-autocrypt
2 Upstream-Contact:
3 Justus Winter <justus@sequoia-pgp.org>
4 Kai Michaelis <kai@sequoia-pgp.org>
5 Neal H. Walfield <neal@sequoia-pgp.org>
6 Source: https://gitlab.com/sequoia-pgp/sequoia
7
8 Files: *
9 Copyright:
10 2020-2021 Justus Winter <justus@sequoia-pgp.org>
11 2020 Kai Michaelis <kai@sequoia-pgp.org>
12 2020-2021 Neal H. Walfield <neal@sequoia-pgp.org>
13 License: GPL-2.0-or-later
14
15 Files: debian/*
16 Copyright:
17 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
18 2021 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
19 License: GPL-2.0-or-later
20
21 License: GPL-2.0-or-later
22 Debian systems provide the GPL 2.0 in /usr/share/common-licenses/GPL-2
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: sequoia-autocrypt
2 Upstream-Contact:
3 Justus Winter <justus@sequoia-pgp.org>
4 Kai Michaelis <kai@sequoia-pgp.org>
5 Neal H. Walfield <neal@sequoia-pgp.org>
6 Source: https://gitlab.com/sequoia-pgp/sequoia
7
8 Files: *
9 Copyright:
10 FIXME (overlay) UNKNOWN-YEARS Justus Winter <justus@sequoia-pgp.org>
11 FIXME (overlay) UNKNOWN-YEARS Kai Michaelis <kai@sequoia-pgp.org>
12 FIXME (overlay) UNKNOWN-YEARS Neal H. Walfield <neal@sequoia-pgp.org>
13 License: GPL-2.0-or-later
14 Comment:
15 FIXME (overlay): Since upstream copyright years are not available in
16 Cargo.toml, they were extracted from the upstream Git repository. This may not
17 be correct information so you should review and fix this before uploading to
18 the archive.
19
20 Files: debian/*
21 Copyright:
22 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2021 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
24 License: GPL-2.0-or-later
25
26 License: GPL-2.0-or-later
27 Debian systems provide the GPL 2.0 in /usr/share/common-licenses/GPL-2
0 overlay = "."
1 uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
0 sequoia-autocrypt "features" really just echo the features of the
1 sequoia-openpgp crate.
2
3 since features antagonize the ftp team, we'll just strip them all, and
4 have the autocrypt crate rely on the default features of
5 sequoia-openpgp.
6
7
8 --- a/Cargo.toml
9 +++ b/Cargo.toml
10 @@ -28,15 +28,7 @@
11
12 [dependencies.sequoia-openpgp]
13 version = "1"
14 -default-features = false
15
16 -[features]
17 -compression = ["sequoia-openpgp/compression"]
18 -compression-bzip2 = ["sequoia-openpgp/compression-bzip2"]
19 -compression-deflate = ["sequoia-openpgp/compression-deflate"]
20 -crypto-cng = ["sequoia-openpgp/crypto-cng"]
21 -crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
22 -default = ["sequoia-openpgp/default"]
23 [badges.gitlab]
24 repository = "sequoia-pgp/sequoia"
25