Codebase list rust-stfu8 / 7752ad3
Update nettle-sys kpcyrd 4 years ago
9 changed file(s) with 51 addition(s) and 79 deletion(s). Raw diff Collapse all Expand all
5252 nom 4.2
5353 unblocks pktparse
5454 unblocks der-parser
55 bindgen-0.50.0
56 unblocks nettle-sys
5557
5658 trust-dns-proto
5759 librust-socket2-0.3+default-dev (>= 0.3.9-~~)
0 rust-nettle-sys (2.0.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package nettle-sys 2.0.1 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Sun, 14 Jul 2019 20:32:07 +0000
5
06 rust-nettle-sys (1.0.2-1) unstable; urgency=medium
17
28 * Package nettle-sys 1.0.2 from crates.io using debcargo 2.2.10
+0
-37
src/nettle-sys/debian/control less more
0 Source: rust-nettle-sys
1 Section: rust
2 Priority: optional
3 Build-Depends: debhelper (>= 11),
4 dh-cargo (>= 15),
5 cargo:native <!nocheck>,
6 rustc:native <!nocheck>,
7 libstd-rust-dev <!nocheck>,
8 librust-bindgen-0.47+default-dev <!nocheck>,
9 librust-pkg-config-0.3+default-dev <!nocheck>,
10 nettle-dev
11 Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 Uploaders:
13 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
14 Standards-Version: 4.2.0
15 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/nettle-sys]
16 Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/nettle-sys
17
18 Package: librust-nettle-sys-dev
19 Architecture: any
20 Multi-Arch: same
21 Depends:
22 ${misc:Depends},
23 librust-bindgen-0.47+default-dev,
24 librust-pkg-config-0.3+default-dev,
25 nettle-dev
26 Provides:
27 librust-nettle-sys+default-dev (= ${binary:Version}),
28 librust-nettle-sys-1-dev (= ${binary:Version}),
29 librust-nettle-sys-1+default-dev (= ${binary:Version}),
30 librust-nettle-sys-1.0-dev (= ${binary:Version}),
31 librust-nettle-sys-1.0+default-dev (= ${binary:Version}),
32 librust-nettle-sys-1.0.2-dev (= ${binary:Version}),
33 librust-nettle-sys-1.0.2+default-dev (= ${binary:Version})
34 Description: Low-level Rust bindings for the Nettle cryptographic library - Rust source code
35 This package contains the source for the Rust nettle-sys crate, packaged by
36 debcargo for use with cargo and dh-cargo.
+0
-35
src/nettle-sys/debian/control.debcargo.hint less more
0 Source: rust-nettle-sys
1 Section: rust
2 Priority: optional
3 Build-Depends: debhelper (>= 11),
4 dh-cargo (>= 15),
5 cargo:native <!nocheck>,
6 rustc:native <!nocheck>,
7 libstd-rust-dev <!nocheck>,
8 librust-bindgen-0.47+default-dev <!nocheck>,
9 librust-pkg-config-0.3+default-dev <!nocheck>
10 Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 Uploaders:
12 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
13 Standards-Version: 4.2.0
14 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/nettle-sys]
15 Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/nettle-sys
16
17 Package: librust-nettle-sys-dev
18 Architecture: any
19 Multi-Arch: same
20 Depends:
21 ${misc:Depends},
22 librust-bindgen-0.47+default-dev,
23 librust-pkg-config-0.3+default-dev
24 Provides:
25 librust-nettle-sys+default-dev (= ${binary:Version}),
26 librust-nettle-sys-1-dev (= ${binary:Version}),
27 librust-nettle-sys-1+default-dev (= ${binary:Version}),
28 librust-nettle-sys-1.0-dev (= ${binary:Version}),
29 librust-nettle-sys-1.0+default-dev (= ${binary:Version}),
30 librust-nettle-sys-1.0.2-dev (= ${binary:Version}),
31 librust-nettle-sys-1.0.2+default-dev (= ${binary:Version})
32 Description: Low-level Rust bindings for the Nettle cryptographic library - Rust source code
33 This package contains the source for the Rust nettle-sys crate, packaged by
34 debcargo for use with cargo and dh-cargo.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: nettle-sys
2 Upstream-Contact: Kai Michaelis <kai.michaelis@pep-project.org>
2 Upstream-Contact:
3 juga <juga@sequoia-pgp.org>
4 Justus Winter <justus@sequoia-pgp.org>
5 Kai Michaelis <kai@sequoia-pgp.org>
6 Neal H. Walfield <neal@sequoia-pgp.org>
37 Source: https://gitlab.com/sequoia-pgp/nettle-sys
48
59 Files: *
6 Copyright: 2017-2018 Kai Michaelis <kai.michaelis@pep-project.org>
10 Copyright:
11 2017-2019 juga <juga@sequoia-pgp.org>
12 2017-2019 Justus Winter <justus@sequoia-pgp.org>
13 2017-2019 Kai Michaelis <kai@sequoia-pgp.org>
14 2017-2019 Neal H. Walfield <neal@sequoia-pgp.org>
715 License: LGPL-3.0 or GPL-2.0 or GPL-3.0
816
917 Files: debian/*
1018 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
19 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
20 2019 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
21 2019 kpcyrd <git@rxv.cc>
1322 License: LGPL-3.0 or GPL-2.0 or GPL-3.0
1423
1524 License: GPL-2.0
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: nettle-sys
2 Upstream-Contact: Kai Michaelis <kai.michaelis@pep-project.org>
2 Upstream-Contact:
3 juga <juga@sequoia-pgp.org>
4 Justus Winter <justus@sequoia-pgp.org>
5 Kai Michaelis <kai@sequoia-pgp.org>
6 Neal H. Walfield <neal@sequoia-pgp.org>
37 Source: https://gitlab.com/sequoia-pgp/nettle-sys
48
59 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Kai Michaelis <kai.michaelis@pep-project.org>
10 Copyright:
11 FIXME (overlay) UNKNOWN-YEARS juga <juga@sequoia-pgp.org>
12 FIXME (overlay) UNKNOWN-YEARS Justus Winter <justus@sequoia-pgp.org>
13 FIXME (overlay) UNKNOWN-YEARS Kai Michaelis <kai@sequoia-pgp.org>
14 FIXME (overlay) UNKNOWN-YEARS Neal H. Walfield <neal@sequoia-pgp.org>
715 License: LGPL-3.0 or GPL-2.0 or GPL-3.0
816 Comment:
917 FIXME (overlay): Since upstream copyright years are not available in
3644 Copyright:
3745 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
3846 2019 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
47 2019 kpcyrd <git@rxv.cc>
3948 License: LGPL-3.0 or GPL-2.0 or GPL-3.0
4049
4150 License: GPL-2.0
00 overlay = "."
1 uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
1 uploaders = [
2 "Daniel Kahn Gillmor <dkg@fifthhorseman.net>",
3 "kpcyrd <git@rxv.cc>",
4 ]
5
6 [packages.lib]
7 depends = ["nettle-dev"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -24,7 +24,7 @@
3
4 [dependencies]
5 [build-dependencies.bindgen]
6 -version = "0.47"
7 +version = "0.50"
8
9 [build-dependencies.pkg-config]
10 version = "0.3"
0 relax-dep-versions.patch