Codebase list rust-hkdf / 36a4f99
gtk3 packaging updates Henry-Nicolas Tourneur 2 years ago
35 changed file(s) with 314 addition(s) and 872 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-atk (0.14.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package atk 0.14.0 from crates.io using debcargo 2.4.4
4
5 -- Henry-Nicolas Tourneur <debian@nilux.be> Fri, 29 Oct 2021 11:02:44 +0000
6
07 rust-atk (0.7.0-1) unstable; urgency=medium
18
29 * Package atk 0.7.0 from crates.io using debcargo 2.3.0
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: atk
2 Upstream-Contact: The Gtk-rs Project Developers
3 Source: https://github.com/gtk-rs/atk
2 Upstream-Contact: The gtk-rs Project Developers
3 Source: https://github.com/gtk-rs/gtk3-rs
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Gtk-rs Project Developers
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The gtk-rs Project Developers
77 License: MIT
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./COPYRIGHT
15 Copyright: 2013-2016, The Gtk-rs Project Developers:
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./LGPL
22 Copyright: 1991 Free Software Foundation, Inc.
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./LICENSE
29 Copyright: 2013-2015, The Gtk-rs Project Developers.
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/attribute.rs
36 Copyright: 2013-2018, The Gtk-rs Project Developers.
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
42 Files: ./src/attribute_set.rs
43 Copyright: 2013-2018, The Gtk-rs Project Developers.
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/editable_text.rs
50 Copyright: 2013-2018, The Gtk-rs Project Developers.
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/lib.rs
57 Copyright: 2013-2018, The Gtk-rs Project Developers.
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/prelude.rs
64 Copyright: 2015, The Gtk-rs Project Developers.
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/rt.rs
71 Copyright: 2013-2015, The Gtk-rs Project Developers.
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./src/table.rs
78 Copyright: 2013-2018, The Gtk-rs Project Developers.
79 License: UNKNOWN-LICENSE; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: ./src/text_rectangle.rs
85 Copyright: 2013-2018, The Gtk-rs Project Developers.
86 License: UNKNOWN-LICENSE; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
9114 Files: debian/*
9215 Copyright:
93 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
94 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
16 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
9518 License: MIT
9619
9720 License: MIT
00 overlay = "."
11 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
2 collapse_features = true
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-gdk (0.14.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package gdk 0.14.3 from crates.io using debcargo 2.4.4
4
5 -- Henry-Nicolas Tourneur <debian@nilux.be> Fri, 29 Oct 2021 11:00:55 +0000
6
07 rust-gdk (0.11.0-1) unstable; urgency=medium
18
29 * Package gdk 0.11.0 from crates.io using debcargo 2.3.0
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: gdk
2 Upstream-Contact: The Gtk-rs Project Developers
3 Source: https://github.com/gtk-rs/gdk
2 Upstream-Contact: The gtk-rs Project Developers
3 Source: https://github.com/gtk-rs/gtk3-rs
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Gtk-rs Project Developers
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The gtk-rs Project Developers
77 License: MIT
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./COPYRIGHT
15 Copyright: 2013-2016, The Gtk-rs Project Developers:
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./LGPL
22 Copyright: 1991 Free Software Foundation, Inc.
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./LICENSE
29 Copyright: 2013-2015, The Gtk-rs Project Developers.
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/atom.rs
36 Copyright: 2013-2015, The Gtk-rs Project Developers.
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
42 Files: ./src/cairo_interaction.rs
43 Copyright: 2013-2015, The Gtk-rs Project Developers.
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/change_data.rs
50 Copyright: 2013-2018, The Gtk-rs Project Developers.
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/device.rs
57 Copyright: 2013-2015, The Gtk-rs Project Developers.
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/device_manager.rs
64 Copyright: 2013-2015, The Gtk-rs Project Developers.
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/drag_context.rs
71 Copyright: 2013-2015, The Gtk-rs Project Developers.
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./src/enums.rs
78 Copyright: 2013-2015, The Gtk-rs Project Developers.
79 License: UNKNOWN-LICENSE; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: ./src/event.rs
85 Copyright: 2015-2018, The Gtk-rs Project Developers.
86 License: UNKNOWN-LICENSE; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
91 Files: ./src/event_button.rs
92 Copyright: 2016, The Gtk-rs Project Developers.
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
98 Files: ./src/event_configure.rs
99 Copyright: 2016, The Gtk-rs Project Developers.
100 License: UNKNOWN-LICENSE; FIXME (overlay)
101 Comment:
102 FIXME (overlay): These notices are extracted from files. Please review them
103 before uploading to the archive.
104
105 Files: ./src/event_crossing.rs
106 Copyright: 2016, The Gtk-rs Project Developers.
107 License: UNKNOWN-LICENSE; FIXME (overlay)
108 Comment:
109 FIXME (overlay): These notices are extracted from files. Please review them
110 before uploading to the archive.
111
112 Files: ./src/event_dnd.rs
113 Copyright: 2016, The Gtk-rs Project Developers.
114 License: UNKNOWN-LICENSE; FIXME (overlay)
115 Comment:
116 FIXME (overlay): These notices are extracted from files. Please review them
117 before uploading to the archive.
118
119 Files: ./src/event_expose.rs
120 Copyright: 2016, The Gtk-rs Project Developers.
121 License: UNKNOWN-LICENSE; FIXME (overlay)
122 Comment:
123 FIXME (overlay): These notices are extracted from files. Please review them
124 before uploading to the archive.
125
126 Files: ./src/event_focus.rs
127 Copyright: 2016, The Gtk-rs Project Developers.
128 License: UNKNOWN-LICENSE; FIXME (overlay)
129 Comment:
130 FIXME (overlay): These notices are extracted from files. Please review them
131 before uploading to the archive.
132
133 Files: ./src/event_grab_broken.rs
134 Copyright: 2016, The Gtk-rs Project Developers.
135 License: UNKNOWN-LICENSE; FIXME (overlay)
136 Comment:
137 FIXME (overlay): These notices are extracted from files. Please review them
138 before uploading to the archive.
139
140 Files: ./src/event_key.rs
141 Copyright: 2016, The Gtk-rs Project Developers.
142 License: UNKNOWN-LICENSE; FIXME (overlay)
143 Comment:
144 FIXME (overlay): These notices are extracted from files. Please review them
145 before uploading to the archive.
146
147 Files: ./src/event_motion.rs
148 Copyright: 2016, The Gtk-rs Project Developers.
149 License: UNKNOWN-LICENSE; FIXME (overlay)
150 Comment:
151 FIXME (overlay): These notices are extracted from files. Please review them
152 before uploading to the archive.
153
154 Files: ./src/event_owner_change.rs
155 Copyright: 2016, The Gtk-rs Project Developers.
156 License: UNKNOWN-LICENSE; FIXME (overlay)
157 Comment:
158 FIXME (overlay): These notices are extracted from files. Please review them
159 before uploading to the archive.
160
161 Files: ./src/event_pad_axis.rs
162 Copyright: 2018, The Gtk-rs Project Developers.
163 License: UNKNOWN-LICENSE; FIXME (overlay)
164 Comment:
165 FIXME (overlay): These notices are extracted from files. Please review them
166 before uploading to the archive.
167
168 Files: ./src/event_pad_button.rs
169 Copyright: 2018, The Gtk-rs Project Developers.
170 License: UNKNOWN-LICENSE; FIXME (overlay)
171 Comment:
172 FIXME (overlay): These notices are extracted from files. Please review them
173 before uploading to the archive.
174
175 Files: ./src/event_pad_group_mode.rs
176 Copyright: 2018, The Gtk-rs Project Developers.
177 License: UNKNOWN-LICENSE; FIXME (overlay)
178 Comment:
179 FIXME (overlay): These notices are extracted from files. Please review them
180 before uploading to the archive.
181
182 Files: ./src/event_property.rs
183 Copyright: 2016, The Gtk-rs Project Developers.
184 License: UNKNOWN-LICENSE; FIXME (overlay)
185 Comment:
186 FIXME (overlay): These notices are extracted from files. Please review them
187 before uploading to the archive.
188
189 Files: ./src/event_proximity.rs
190 Copyright: 2016, The Gtk-rs Project Developers.
191 License: UNKNOWN-LICENSE; FIXME (overlay)
192 Comment:
193 FIXME (overlay): These notices are extracted from files. Please review them
194 before uploading to the archive.
195
196 Files: ./src/event_scroll.rs
197 Copyright: 2016, The Gtk-rs Project Developers.
198 License: UNKNOWN-LICENSE; FIXME (overlay)
199 Comment:
200 FIXME (overlay): These notices are extracted from files. Please review them
201 before uploading to the archive.
202
203 Files: ./src/event_selection.rs
204 Copyright: 2016, The Gtk-rs Project Developers.
205 License: UNKNOWN-LICENSE; FIXME (overlay)
206 Comment:
207 FIXME (overlay): These notices are extracted from files. Please review them
208 before uploading to the archive.
209
210 Files: ./src/event_setting.rs
211 Copyright: 2016, The Gtk-rs Project Developers.
212 License: UNKNOWN-LICENSE; FIXME (overlay)
213 Comment:
214 FIXME (overlay): These notices are extracted from files. Please review them
215 before uploading to the archive.
216
217 Files: ./src/event_touch.rs
218 Copyright: 2016, The Gtk-rs Project Developers.
219 License: UNKNOWN-LICENSE; FIXME (overlay)
220 Comment:
221 FIXME (overlay): These notices are extracted from files. Please review them
222 before uploading to the archive.
223
224 Files: ./src/event_touchpad_pinch.rs
225 Copyright: 2018, The Gtk-rs Project Developers.
226 License: UNKNOWN-LICENSE; FIXME (overlay)
227 Comment:
228 FIXME (overlay): These notices are extracted from files. Please review them
229 before uploading to the archive.
230
231 Files: ./src/event_touchpad_swipe.rs
232 Copyright: 2018, The Gtk-rs Project Developers.
233 License: UNKNOWN-LICENSE; FIXME (overlay)
234 Comment:
235 FIXME (overlay): These notices are extracted from files. Please review them
236 before uploading to the archive.
237
238 Files: ./src/event_visibility.rs
239 Copyright: 2016, The Gtk-rs Project Developers.
240 License: UNKNOWN-LICENSE; FIXME (overlay)
241 Comment:
242 FIXME (overlay): These notices are extracted from files. Please review them
243 before uploading to the archive.
244
245 Files: ./src/event_window_state.rs
246 Copyright: 2016, The Gtk-rs Project Developers.
247 License: UNKNOWN-LICENSE; FIXME (overlay)
248 Comment:
249 FIXME (overlay): These notices are extracted from files. Please review them
250 before uploading to the archive.
251
252 Files: ./src/frame_clock.rs
253 Copyright: 2013-2015, The Gtk-rs Project Developers.
254 License: UNKNOWN-LICENSE; FIXME (overlay)
255 Comment:
256 FIXME (overlay): These notices are extracted from files. Please review them
257 before uploading to the archive.
258
259 Files: ./src/frame_timings.rs
260 Copyright: 2018, The Gtk-rs Project Developers.
261 License: UNKNOWN-LICENSE; FIXME (overlay)
262 Comment:
263 FIXME (overlay): These notices are extracted from files. Please review them
264 before uploading to the archive.
265
266 Files: ./src/functions.rs
267 Copyright: 2013-2018, The Gtk-rs Project Developers.
268 License: UNKNOWN-LICENSE; FIXME (overlay)
269 Comment:
270 FIXME (overlay): These notices are extracted from files. Please review them
271 before uploading to the archive.
272
273 Files: ./src/geometry.rs
274 Copyright: 2013-2015, The Gtk-rs Project Developers.
275 License: UNKNOWN-LICENSE; FIXME (overlay)
276 Comment:
277 FIXME (overlay): These notices are extracted from files. Please review them
278 before uploading to the archive.
279
280 Files: ./src/keys.rs
281 Copyright: 2013-2015, The Gtk-rs Project Developers.
282 License: UNKNOWN-LICENSE; FIXME (overlay)
283 Comment:
284 FIXME (overlay): These notices are extracted from files. Please review them
285 before uploading to the archive.
286
287 Files: ./src/lib.rs
288 Copyright: 2013-2018, The Gtk-rs Project Developers.
289 License: UNKNOWN-LICENSE; FIXME (overlay)
290 Comment:
291 FIXME (overlay): These notices are extracted from files. Please review them
292 before uploading to the archive.
293
294 Files: ./src/prelude.rs
295 Copyright: 2015, The Gtk-rs Project Developers.
296 License: UNKNOWN-LICENSE; FIXME (overlay)
297 Comment:
298 FIXME (overlay): These notices are extracted from files. Please review them
299 before uploading to the archive.
300
301 Files: ./src/rectangle.rs
302 Copyright: 2013-2015, The Gtk-rs Project Developers.
303 License: UNKNOWN-LICENSE; FIXME (overlay)
304 Comment:
305 FIXME (overlay): These notices are extracted from files. Please review them
306 before uploading to the archive.
307
308 Files: ./src/rgba.rs
309 Copyright: 2013-2015, The Gtk-rs Project Developers.
310 License: UNKNOWN-LICENSE; FIXME (overlay)
311 Comment:
312 FIXME (overlay): These notices are extracted from files. Please review them
313 before uploading to the archive.
314
315 Files: ./src/rt.rs
316 Copyright: 2013-2015, The Gtk-rs Project Developers.
317 License: UNKNOWN-LICENSE; FIXME (overlay)
318 Comment:
319 FIXME (overlay): These notices are extracted from files. Please review them
320 before uploading to the archive.
321
322 Files: ./src/screen.rs
323 Copyright: 2013-2017, The Gtk-rs Project Developers.
324 License: UNKNOWN-LICENSE; FIXME (overlay)
325 Comment:
326 FIXME (overlay): These notices are extracted from files. Please review them
327 before uploading to the archive.
328
329 Files: ./src/visual.rs
330 Copyright: 2013-2015, The Gtk-rs Project Developers.
331 License: UNKNOWN-LICENSE; FIXME (overlay)
332 Comment:
333 FIXME (overlay): These notices are extracted from files. Please review them
334 before uploading to the archive.
335
336 Files: ./src/window.rs
337 Copyright: 2013-2015, The Gtk-rs Project Developers.
338 License: UNKNOWN-LICENSE; FIXME (overlay)
339 Comment:
340 FIXME (overlay): These notices are extracted from files. Please review them
341 before uploading to the archive.
342
343 Files: ./tests/check_gir.rs
344 Copyright: 2013-2018, The Gtk-rs Project Developers.
345 License: UNKNOWN-LICENSE; FIXME (overlay)
346 Comment:
347 FIXME (overlay): These notices are extracted from files. Please review them
348 before uploading to the archive.
349
35014 Files: debian/*
35115 Copyright:
352 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
353 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
16 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
35418 License: MIT
35519
35620 License: MIT
00 overlay = "."
11 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
2 collapse_features = true
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-gdk-pixbuf (0.14.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package gdk-pixbuf 0.14.0 from crates.io using debcargo 2.4.4
4 * d/patches: removed patch remove-futures-preview-feature.diff
5
6 -- Henry-Nicolas Tourneur <debian@nilux.be> Fri, 29 Oct 2021 11:02:17 +0000
7
08 rust-gdk-pixbuf (0.7.0-2) unstable; urgency=medium
19
210 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: gdk-pixbuf
2 Upstream-Contact: The Gtk-rs Project Developers
3 Source: https://github.com/gtk-rs/gdk-pixbuf
2 Upstream-Contact: The gtk-rs Project Developers
3 Source: https://github.com/gtk-rs/gtk-rs-core
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Gtk-rs Project Developers
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The gtk-rs Project Developers
77 License: MIT
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./COPYRIGHT
15 Copyright: 2013-2016, The Gtk-rs Project Developers:
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./LICENSE
22 Copyright: 2016
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./src/animation.rs
29 Copyright: 2013-2015, The Gtk-rs Project Developers.
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/lib.rs
36 Copyright: 2013-2016, The Gtk-rs Project Developers.
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
42 Files: ./src/pixbuf.rs
43 Copyright: 2013-2016, The Gtk-rs Project Developers.
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./tests/check_gir.rs
50 Copyright: 2013-2018, The Gtk-rs Project Developers.
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
5614 Files: debian/*
5715 Copyright:
58 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
59 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
16 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
6018 License: MIT
6119
6220 License: MIT
00 overlay = "."
11 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
22 allow_prerelease_deps=true
3 collapse_features = true
+0
-24
src/gdk-pixbuf/debian/patches/remove-futures-preview-feature.diff less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -26,13 +26,6 @@
3
4 [lib]
5 name = "gdk_pixbuf"
6 -[dependencies.fragile]
7 -version = "0.3"
8 -optional = true
9 -
10 -[dependencies.futures-preview]
11 -version = "0.3.0-alpha"
12 -optional = true
13
14 [dependencies.gdk-pixbuf-sys]
15 version = "0.9.0"
16 @@ -63,7 +56,6 @@
17 [features]
18 dox = ["glib/dox", "gdk-pixbuf-sys/dox"]
19 embed-lgpl-docs = ["gtk-rs-lgpl-docs"]
20 -futures = ["futures-preview", "fragile", "glib/futures", "gio/futures"]
21 purge-lgpl-docs = ["gtk-rs-lgpl-docs"]
22 v2_32 = ["gdk-pixbuf-sys/v2_32"]
23 v2_36 = ["v2_32", "gdk-pixbuf-sys/v2_36"]
+0
-1
src/gdk-pixbuf/debian/patches/series less more
0 remove-futures-preview-feature.diff
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-gdkx11 (0.14.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package gdkx11 0.14.0 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Fri, 29 Oct 2021 11:02:37 +0000
0 FIXME fill me in using ./copyright.debcargo.hint as a guide
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: gdkx11
2 Upstream-Contact: The gtk-rs Project Developers
3 Source: https://github.com/gtk-rs/gtk3-rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The gtk-rs Project Developers
7 License: MIT
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
19
20 License: MIT
21 Permission is hereby granted, free of charge, to any person obtaining a copy
22 of this software and associated documentation files (the "Software"), to deal
23 in the Software without restriction, including without limitation the rights
24 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25 copies of the Software, and to permit persons to whom the Software is
26 furnished to do so, subject to the following conditions:
27 .
28 The above copyright notice and this permission notice shall be included in all
29 copies or substantial portions of the Software.
30 .
31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
2 collapse_features = true
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-gtk (0.14.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package gtk 0.14.3 from crates.io using debcargo 2.4.4
4 * d/patches: removed patch remove-futures-preview-feature.diff
5
6 -- Henry-Nicolas Tourneur <debian@nilux.be> Fri, 29 Oct 2021 11:02:48 +0000
7
08 rust-gtk (0.7.0-1) unstable; urgency=medium
19
210 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: gtk
2 Upstream-Contact: The Gtk-rs Project Developers
3 Source: https://github.com/gtk-rs/gtk
2 Upstream-Contact: The gtk-rs Project Developers
3 Source: https://github.com/gtk-rs/gtk3-rs
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Gtk-rs Project Developers
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The gtk-rs Project Developers
77 License: MIT
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./COPYRIGHT
15 Copyright: 2013-2016, The Gtk-rs Project Developers:
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./LGPL
22 Copyright: 1991 Free Software Foundation, Inc.
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./LICENSE
29 Copyright: 2013-2015, The Gtk-rs Project Developers.
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/app_chooser.rs
36 Copyright: 2013-2015, The Gtk-rs Project Developers.
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
42 Files: ./src/border.rs
43 Copyright: 2013-2017, The Gtk-rs Project Developers.
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/buildable.rs
50 Copyright: 2016, The Gtk-rs Project Developers.
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/builder.rs
57 Copyright: 2013-2015, The Gtk-rs Project Developers.
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/cell_renderer_pixbuf.rs
64 Copyright: 2013-2018, The Gtk-rs Project Developers.
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/clipboard.rs
71 Copyright: 2018, The Gtk-rs Project Developers.
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./src/color_button.rs
78 Copyright: 2016, The Gtk-rs Project Developers.
79 License: UNKNOWN-LICENSE; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: ./src/color_chooser.rs
85 Copyright: 2013-2015, The Gtk-rs Project Developers.
86 License: UNKNOWN-LICENSE; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
91 Files: ./src/combo_box.rs
92 Copyright: 2018, The Gtk-rs Project Developers.
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
98 Files: ./src/dialog.rs
99 Copyright: 2016, The Gtk-rs Project Developers.
100 License: UNKNOWN-LICENSE; FIXME (overlay)
101 Comment:
102 FIXME (overlay): These notices are extracted from files. Please review them
103 before uploading to the archive.
104
105 Files: ./src/entry_buffer.rs
106 Copyright: 2013-2016, The Gtk-rs Project Developers.
107 License: UNKNOWN-LICENSE; FIXME (overlay)
108 Comment:
109 FIXME (overlay): These notices are extracted from files. Please review them
110 before uploading to the archive.
111
112 Files: ./src/entry_completion.rs
113 Copyright: 2019, The Gtk-rs Project Developers.
114 License: UNKNOWN-LICENSE; FIXME (overlay)
115 Comment:
116 FIXME (overlay): These notices are extracted from files. Please review them
117 before uploading to the archive.
118
119 Files: ./src/file_chooser_dialog.rs
120 Copyright: 2013-2016, The Gtk-rs Project Developers.
121 License: UNKNOWN-LICENSE; FIXME (overlay)
122 Comment:
123 FIXME (overlay): These notices are extracted from files. Please review them
124 before uploading to the archive.
125
126 Files: ./src/fixed.rs
127 Copyright: 2013-2017, The Gtk-rs Project Developers.
128 License: UNKNOWN-LICENSE; FIXME (overlay)
129 Comment:
130 FIXME (overlay): These notices are extracted from files. Please review them
131 before uploading to the archive.
132
133 Files: ./src/flow_box.rs
134 Copyright: 2018, The Gtk-rs Project Developers.
135 License: UNKNOWN-LICENSE; FIXME (overlay)
136 Comment:
137 FIXME (overlay): These notices are extracted from files. Please review them
138 before uploading to the archive.
139
140 Files: ./src/im_context_simple.rs
141 Copyright: 2018, The Gtk-rs Project Developers.
142 License: UNKNOWN-LICENSE; FIXME (overlay)
143 Comment:
144 FIXME (overlay): These notices are extracted from files. Please review them
145 before uploading to the archive.
146
147 Files: ./src/invisible.rs
148 Copyright: 2013-2017, The Gtk-rs Project Developers.
149 License: UNKNOWN-LICENSE; FIXME (overlay)
150 Comment:
151 FIXME (overlay): These notices are extracted from files. Please review them
152 before uploading to the archive.
153
154 Files: ./src/lib.rs
155 Copyright: 2013-2018, The Gtk-rs Project Developers.
156 License: UNKNOWN-LICENSE; FIXME (overlay)
157 Comment:
158 FIXME (overlay): These notices are extracted from files. Please review them
159 before uploading to the archive.
160
161 Files: ./src/list_box.rs
162 Copyright: 2018, The Gtk-rs Project Developers.
163 License: UNKNOWN-LICENSE; FIXME (overlay)
164 Comment:
165 FIXME (overlay): These notices are extracted from files. Please review them
166 before uploading to the archive.
167
168 Files: ./src/list_store.rs
169 Copyright: 2013-2016, The Gtk-rs Project Developers.
170 License: UNKNOWN-LICENSE; FIXME (overlay)
171 Comment:
172 FIXME (overlay): These notices are extracted from files. Please review them
173 before uploading to the archive.
174
175 Files: ./src/menu.rs
176 Copyright: 2016, The Gtk-rs Project Developers.
177 License: UNKNOWN-LICENSE; FIXME (overlay)
178 Comment:
179 FIXME (overlay): These notices are extracted from files. Please review them
180 before uploading to the archive.
181
182 Files: ./src/message_dialog.rs
183 Copyright: 2013-2016, The Gtk-rs Project Developers.
184 License: UNKNOWN-LICENSE; FIXME (overlay)
185 Comment:
186 FIXME (overlay): These notices are extracted from files. Please review them
187 before uploading to the archive.
188
189 Files: ./src/notebook.rs
190 Copyright: 2013-2016, The Gtk-rs Project Developers.
191 License: UNKNOWN-LICENSE; FIXME (overlay)
192 Comment:
193 FIXME (overlay): These notices are extracted from files. Please review them
194 before uploading to the archive.
195
196 Files: ./src/pad_action_entry.rs
197 Copyright: 2013-2018, The Gtk-rs Project Developers.
198 License: UNKNOWN-LICENSE; FIXME (overlay)
199 Comment:
200 FIXME (overlay): These notices are extracted from files. Please review them
201 before uploading to the archive.
202
203 Files: ./src/pad_controller.rs
204 Copyright: 2013-2018, The Gtk-rs Project Developers.
205 License: UNKNOWN-LICENSE; FIXME (overlay)
206 Comment:
207 FIXME (overlay): These notices are extracted from files. Please review them
208 before uploading to the archive.
209
210 Files: ./src/page_range.rs
211 Copyright: 2013-2018, The Gtk-rs Project Developers.
212 License: UNKNOWN-LICENSE; FIXME (overlay)
213 Comment:
214 FIXME (overlay): These notices are extracted from files. Please review them
215 before uploading to the archive.
216
217 Files: ./src/prelude.rs
218 Copyright: 2015-2016, The Gtk-rs Project Developers.
219 License: UNKNOWN-LICENSE; FIXME (overlay)
220 Comment:
221 FIXME (overlay): These notices are extracted from files. Please review them
222 before uploading to the archive.
223
224 Files: ./src/print_settings.rs
225 Copyright: 2013-2018, The Gtk-rs Project Developers.
226 License: UNKNOWN-LICENSE; FIXME (overlay)
227 Comment:
228 FIXME (overlay): These notices are extracted from files. Please review them
229 before uploading to the archive.
230
231 Files: ./src/recent_chooser_dialog.rs
232 Copyright: 2013-2016, The Gtk-rs Project Developers.
233 License: UNKNOWN-LICENSE; FIXME (overlay)
234 Comment:
235 FIXME (overlay): These notices are extracted from files. Please review them
236 before uploading to the archive.
237
238 Files: ./src/recent_data.rs
239 Copyright: 2013-2015, The Gtk-rs Project Developers.
240 License: UNKNOWN-LICENSE; FIXME (overlay)
241 Comment:
242 FIXME (overlay): These notices are extracted from files. Please review them
243 before uploading to the archive.
244
245 Files: ./src/rt.rs
246 Copyright: 2013-2015, The Gtk-rs Project Developers.
247 License: UNKNOWN-LICENSE; FIXME (overlay)
248 Comment:
249 FIXME (overlay): These notices are extracted from files. Please review them
250 before uploading to the archive.
251
252 Files: ./src/selection_data.rs
253 Copyright: 2013-2019, The Gtk-rs Project Developers.
254 License: UNKNOWN-LICENSE; FIXME (overlay)
255 Comment:
256 FIXME (overlay): These notices are extracted from files. Please review them
257 before uploading to the archive.
258
259 Files: ./src/signal.rs
260 Copyright: 2015, The Gtk-rs Project Developers.
261 License: UNKNOWN-LICENSE; FIXME (overlay)
262 Comment:
263 FIXME (overlay): These notices are extracted from files. Please review them
264 before uploading to the archive.
265
266 Files: ./src/subclass/mod.rs
267 Copyright: 2019, The Gtk-rs Project Developers.
268 License: UNKNOWN-LICENSE; FIXME (overlay)
269 Comment:
270 FIXME (overlay): These notices are extracted from files. Please review them
271 before uploading to the archive.
272
273 Files: ./src/switch.rs
274 Copyright: 2013-2017, The Gtk-rs Project Developers.
275 License: UNKNOWN-LICENSE; FIXME (overlay)
276 Comment:
277 FIXME (overlay): These notices are extracted from files. Please review them
278 before uploading to the archive.
279
280 Files: ./src/text_buffer.rs
281 Copyright: 2013-2016, The Gtk-rs Project Developers.
282 License: UNKNOWN-LICENSE; FIXME (overlay)
283 Comment:
284 FIXME (overlay): These notices are extracted from files. Please review them
285 before uploading to the archive.
286
287 Files: ./src/text_iter.rs
288 Copyright: 2013-2016, The Gtk-rs Project Developers.
289 License: UNKNOWN-LICENSE; FIXME (overlay)
290 Comment:
291 FIXME (overlay): These notices are extracted from files. Please review them
292 before uploading to the archive.
293
294 Files: ./src/tree_model_filter.rs
295 Copyright: 2013-2015, The Gtk-rs Project Developers.
296 License: UNKNOWN-LICENSE; FIXME (overlay)
297 Comment:
298 FIXME (overlay): These notices are extracted from files. Please review them
299 before uploading to the archive.
300
301 Files: ./src/tree_model_sort.rs
302 Copyright: 2013-2015, The Gtk-rs Project Developers.
303 License: UNKNOWN-LICENSE; FIXME (overlay)
304 Comment:
305 FIXME (overlay): These notices are extracted from files. Please review them
306 before uploading to the archive.
307
308 Files: ./src/tree_path.rs
309 Copyright: 2013-2016, The Gtk-rs Project Developers.
310 License: UNKNOWN-LICENSE; FIXME (overlay)
311 Comment:
312 FIXME (overlay): These notices are extracted from files. Please review them
313 before uploading to the archive.
314
315 Files: ./src/tree_row_reference.rs
316 Copyright: 2013-2017, The Gtk-rs Project Developers.
317 License: UNKNOWN-LICENSE; FIXME (overlay)
318 Comment:
319 FIXME (overlay): These notices are extracted from files. Please review them
320 before uploading to the archive.
321
322 Files: ./src/tree_sortable.rs
323 Copyright: 2013-2015, The Gtk-rs Project Developers.
324 License: UNKNOWN-LICENSE; FIXME (overlay)
325 Comment:
326 FIXME (overlay): These notices are extracted from files. Please review them
327 before uploading to the archive.
328
329 Files: ./src/tree_store.rs
330 Copyright: 2013-2016, The Gtk-rs Project Developers.
331 License: UNKNOWN-LICENSE; FIXME (overlay)
332 Comment:
333 FIXME (overlay): These notices are extracted from files. Please review them
334 before uploading to the archive.
335
336 Files: ./src/widget.rs
337 Copyright: 2015-2016, The Gtk-rs Project Developers.
338 License: UNKNOWN-LICENSE; FIXME (overlay)
339 Comment:
340 FIXME (overlay): These notices are extracted from files. Please review them
341 before uploading to the archive.
342
343 Files: ./src/window.rs
344 Copyright: 2015-2018, The Gtk-rs Project Developers.
345 License: UNKNOWN-LICENSE; FIXME (overlay)
346 Comment:
347 FIXME (overlay): These notices are extracted from files. Please review them
348 before uploading to the archive.
349
350 Files: ./src/xlib.rs
351 Copyright: 2013-2017, The Gtk-rs Project Developers.
352 License: UNKNOWN-LICENSE; FIXME (overlay)
353 Comment:
354 FIXME (overlay): These notices are extracted from files. Please review them
355 before uploading to the archive.
356
357 Files: ./tests/check_gir.rs
358 Copyright: 2013-2018, The Gtk-rs Project Developers.
359 License: UNKNOWN-LICENSE; FIXME (overlay)
360 Comment:
361 FIXME (overlay): These notices are extracted from files. Please review them
362 before uploading to the archive.
363
36414 Files: debian/*
36515 Copyright:
366 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
367 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
16 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
36818 License: MIT
36919
37020 License: MIT
00 overlay = "."
11 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
2 collapse_features = true
+0
-21
src/gtk/debian/patches/remove-futures-preview-feature.diff less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -43,10 +43,6 @@
3 version = "0.3"
4 optional = true
5
6 -[dependencies.futures-preview]
7 -version = "0.3.0-alpha"
8 -optional = true
9 -
10 [dependencies.gdk]
11 version = "0.11.0"
12
13 @@ -97,7 +93,6 @@
14 [features]
15 dox = ["gdk/dox", "gtk-sys/dox"]
16 embed-lgpl-docs = ["gtk-rs-lgpl-docs", "gdk/embed-lgpl-docs"]
17 -futures = ["futures-preview", "fragile", "gio/futures"]
18 purge-lgpl-docs = ["gtk-rs-lgpl-docs", "gdk/purge-lgpl-docs"]
19 subclassing = ["glib/subclassing", "gio/subclassing"]
20 v3_16 = ["gtk-sys/v3_16", "gio/v2_44", "gdk/v3_16"]
+0
-1
src/gtk/debian/patches/series less more
0 remove-futures-preview-feature.diff
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-gtk3-macros (0.14.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package gtk3-macros 0.14.0 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Fri, 29 Oct 2021 11:03:00 +0000
0 FIXME fill me in using ./copyright.debcargo.hint as a guide
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: gtk3-macros
2 Upstream-Contact: The gtk-rs Project Developers
3 Source: https://github.com/gtk-rs/gtk3-rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The gtk-rs Project Developers
7 License: MIT
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
19
20 License: MIT
21 Permission is hereby granted, free of charge, to any person obtaining a copy
22 of this software and associated documentation files (the "Software"), to deal
23 in the Software without restriction, including without limitation the rights
24 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25 copies of the Software, and to permit persons to whom the Software is
26 furnished to do so, subject to the following conditions:
27 .
28 The above copyright notice and this permission notice shall be included in all
29 copies or substantial portions of the Software.
30 .
31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
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-libhandy (0.8.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package libhandy 0.8.0 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Tue, 02 Nov 2021 21:33:11 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: libhandy
2 Upstream-Contact: Julian Sparber <julian@sparber.net>
3 Source: https://gitlab.gnome.org/World/Rust/libhandy-rs
4
5 Files: *
6 Copyright:
7 2018-2021 Julian Sparber <julian@sparber.net>
8 2018–2021 The libhandy-rs Project Developers.
9 License: LGPL-2.1-only
10
11 Files: debian/*
12 Copyright:
13 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2021 Henry-Nicolas Tourneur <debian@nilux.be>
15 License: LGPL-2.1-only
16
17 License: LGPL-2.1-only
18 Debian systems provide the LGPL 2.1 in /usr/share/common-licenses/LGPL-2.1
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: libhandy
2 Upstream-Contact: Julian Sparber <julian@sparber.net>
3 Source: https://gitlab.gnome.org/World/Rust/libhandy-rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Julian Sparber <julian@sparber.net>
7 License: LGPL-2.1-only
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: ./LICENSE
15 Copyright:
16 1991, 1999 Free Software Foundation, Inc.
17 2021 World / Rust
18 License: UNKNOWN-LICENSE; FIXME (overlay)
19 Comment:
20 FIXME (overlay): These notices are extracted from files. Please review them
21 before uploading to the archive.
22
23 Files: ./src/lib.rs
24 Copyright: 2018–2021, The libhandy-rs Project Developers.
25 License: UNKNOWN-LICENSE; FIXME (overlay)
26 Comment:
27 FIXME (overlay): These notices are extracted from files. Please review them
28 before uploading to the archive.
29
30 Files: debian/*
31 Copyright:
32 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
33 2021 Henry-Nicolas Tourneur <debian@nilux.be>
34 License: LGPL-2.1-only
35
36 License: LGPL-2.1-only
37 FIXME (overlay): Unrecognized crate license, please find the full license text in the rest of the crate source code and copy-paste it here
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
2 collapse_features = true
3
4 [packages.lib]
5 # upstream tests are erroring out on a headless setup
6 test_is_broken = true