Codebase list rust-stfu8 / 409718b
Update GTK dependencies: rustc-version, field-offset and memoffset Henry-Nicolas Tourneur 2 years ago
13 changed file(s) with 171 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 dependency tree:
1 deps for all: system-deps proc-macro-crate
2 deps for gtk: rustc-version memoffset field-offset(N)
3 sys for gtk-core: glib-sys gobject-sys gio-sys cairo-sys-rs pango-sys pangocairo-sys graphene-sys(N)
4 sys for gtk3: gdk-pixbuf-sys gdk-sys gdkx11-sys(N) atk-sys gtk-sys libhandy-sys(N)
5 sys for gtk4 (all new): graphene-sys gdk4-sys gdk4-x11-sys gdk4-wayland-sys gsk4-sys gtk4-sys
6 gtk core: glib-macros glib gio cairo-rs pango pangocairo graphene-rs(N)
7 gtk3: gdk-pixbuf gdk gdkx11(N) gtk3-macros(N) atk gtk libhandy(N)
8 gtk4 (all new): gtk4-macros gdk4 gdk4-wayland gdk4-x11 gsk4 gtk4
9
10 reverse dependencies:
11 proc-macro-crate: zbus-macros
12 memoffset: crossbeam-epoch
13 rustc-version: cast extprim generator lexical-core newtype-derive parking-lot-core-0.4 stdweb stackvector
0 rust-field-offset (0.3.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package field-offset 0.3.4 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Tue, 26 Oct 2021 14:31:04 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: field-offset
2 Upstream-Contact: Diggory Blake <diggsey@googlemail.com>
3 Source: https://github.com/Diggsey/rust-field-offset
4
5 Files: *
6 Copyright: 2020-2021 Diggory Blake <diggsey@googlemail.com>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2021 Henry-Nicolas Tourneur <debian@nilux.be>
13 License: MIT or Apache-2.0
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: MIT
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: field-offset
2 Upstream-Contact: Diggory Blake <diggsey@googlemail.com>
3 Source: https://github.com/Diggsey/rust-field-offset
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Diggory Blake <diggsey@googlemail.com>
7 License: MIT or Apache-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 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2021 Henry-Nicolas Tourneur <debian@nilux.be>
18 License: MIT or Apache-2.0
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -19,6 +19,6 @@ readme = "README.md"
3 license = "MIT OR Apache-2.0"
4 repository = "https://github.com/Diggsey/rust-field-offset"
5 [dependencies.memoffset]
6 -version = "0.6.0"
7 +version = "0.6"
8 [build-dependencies.rustc_version]
9 -version = "0.3.0"
10 +version = "0.4"
0 dependency tree:
1 deps for all: system-deps proc-macro-crate
2 deps for gtk: rustc-version memoffset field-offset(N)
3 sys for gtk-core: glib-sys gobject-sys gio-sys cairo-sys-rs pango-sys pangocairo-sys graphene-sys(N)
4 sys for gtk3: gdk-pixbuf-sys gdk-sys gdkx11-sys(N) atk-sys gtk-sys libhandy-sys(N)
5 sys for gtk4 (all new): graphene-sys gdk4-sys gdk4-x11-sys gdk4-wayland-sys gsk4-sys gtk4-sys
6 gtk core: glib-macros glib gio cairo-rs pango pangocairo graphene-rs(N)
7 gtk3: gdk-pixbuf gdk gdkx11(N) gtk3-macros(N) atk gtk libhandy(N)
8 gtk4 (all new): gtk4-macros gdk4 gdk4-wayland gdk4-x11 gsk4 gtk4
9
10 reverse dependencies:
11 proc-macro-crate: zbus-macros
12 memoffset: crossbeam-epoch
13 rustc-version: cast extprim generator lexical-core newtype-derive parking-lot-core-0.4 stdweb stackvector
0 rust-memoffset (0.6.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package memoffset 0.6.4 from crates.io using debcargo 2.4.4
4
5 -- Henry-Nicolas Tourneur <debian@nilux.be> Tue, 26 Oct 2021 14:22:36 +0000
6
07 rust-memoffset (0.5.3-1) unstable; urgency=medium
18
29 * Package memoffset 0.5.3 from crates.io using debcargo 2.4.0
3232 FIXME (overlay): These notices are extracted from files. Please review them
3333 before uploading to the archive.
3434
35 Files: ./src/raw_field.rs
36 Copyright: 2020 Gilad Naaman, Ralf Jung
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
3542 Files: ./src/span_of.rs
3643 Copyright: 2017 Gilad Naaman
3744 License: UNKNOWN-LICENSE; FIXME (overlay)
4148
4249 Files: debian/*
4350 Copyright:
44 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
45 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
51 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
52 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
4653 License: MIT
4754
4855 License: MIT
0 dependency tree:
1 deps for all: system-deps proc-macro-crate
2 deps for gtk: rustc-version memoffset field-offset(N)
3 sys for gtk-core: glib-sys gobject-sys gio-sys cairo-sys-rs pango-sys pangocairo-sys graphene-sys(N)
4 sys for gtk3: gdk-pixbuf-sys gdk-sys gdkx11-sys(N) atk-sys gtk-sys libhandy-sys(N)
5 sys for gtk4 (all new): graphene-sys gdk4-sys gdk4-x11-sys gdk4-wayland-sys gsk4-sys gtk4-sys
6 gtk core: glib-macros glib gio cairo-rs pango pangocairo graphene-rs(N)
7 gtk3: gdk-pixbuf gdk gdkx11(N) gtk3-macros(N) atk gtk libhandy(N)
8 gtk4 (all new): gtk4-macros gdk4 gdk4-wayland gdk4-x11 gsk4 gtk4
9
10 reverse dependencies:
11 proc-macro-crate: zbus-macros
12 memoffset: crossbeam-epoch
13 rustc-version: cast extprim generator lexical-core newtype-derive parking-lot-core-0.4 stdweb stackvector
0 rust-rustc-version (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package rustc_version 0.4.0 from crates.io using debcargo 2.4.4
4
5 -- Henry-Nicolas Tourneur <debian@nilux.be> Tue, 26 Oct 2021 14:29:24 +0000
6
07 rust-rustc-version (0.2.3-1) unstable; urgency=medium
18
29 * Package rustc_version 0.2.3 from crates.io using debcargo 2.2.8
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: rustc_version
2 Upstream-Contact: Marvin Löbel <loebel.marvin@gmail.com>
2 Upstream-Contact:
3 Dirkjan Ochtman <dirkjan@ochtman.nl>
4 Marvin Löbel <loebel.marvin@gmail.com>
35 Source: https://github.com/Kimundi/rustc-version-rs
46
57 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Marvin Löbel <loebel.marvin@gmail.com>
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Dirkjan Ochtman <dirkjan@ochtman.nl>
10 FIXME (overlay) UNKNOWN-YEARS Marvin Löbel <loebel.marvin@gmail.com>
711 License: MIT or Apache-2.0
812 Comment:
913 FIXME (overlay): Since upstream copyright years are not available in
2731
2832 Files: debian/*
2933 Copyright:
30 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018 Sylvestre Ledru <sylvestre@debian.org>
34 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
35 2018-2021 Sylvestre Ledru <sylvestre@debian.org>
3236 License: MIT or Apache-2.0
3337
3438 License: Apache-2.0