Codebase list rust-libslirp / ecca090
Prepare for minimal-fix upload of vte 0.3.3 Peter Michael Green 3 years ago
7 changed file(s) with 31 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
0 rust-vte (0.8.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-vte (0.3.3-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package vte 0.8.0 from crates.io using debcargo 2.4.3
2 * Team upload.
3 * Package vte 0.3.3 from crates.io using debcargo 2.4.3
4 * Mark test as broken, it has never passed.
5 * Relax dependency on utf8parse.
36
4 [ Sylvestre Ledru ]
5 * Team upload.
6 * Package vte 0.8.0 from crates.io using debcargo 2.4.3
7
8 -- Fabio Rafael da Rosa <fdr@fabiodarosa.org> Thu, 05 Nov 2020 15:49:23 +0100
7 -- Peter Michael Green <plugwash@debian.org> Sun, 06 Dec 2020 00:42:37 +0000
98
109 rust-vte (0.3.3-1) unstable; urgency=medium
1110
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: vte
2 Upstream-Contact:
3 Joe Wilm <joe@jwilm.com>
4 Christian Duerr <contact@christianduerr.com>
5 Source: https://github.com/alacritty/vte
2 Upstream-Contact: Joe Wilm <joe@jwilm.com>
3 Source: https://github.com/jwilm/vte
64
75 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Joe Wilm <joe@jwilm.com>
10 FIXME (overlay) UNKNOWN-YEARS Christian Duerr <contact@christianduerr.com>
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Joe Wilm <joe@jwilm.com>
117 License: Apache-2.0 or MIT
128 Comment:
139 FIXME (overlay): Since upstream copyright years are not available in
1713
1814 Files: ./LICENSE-MIT
1915 Copyright: 2016 Joe Wilm
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: ./foos/large_vim_scroll.recording
22 Copyright: 2016 Joe Wilm, The Alacritty Project Contributors 
2023 License: UNKNOWN-LICENSE; FIXME (overlay)
2124 Comment:
2225 FIXME (overlay): These notices are extracted from files. Please review them
00 overlay = "."
11 uploaders = ["Ximin Luo <infinity0@debian.org>"]
22 excludes = ["vim10m_*"] # binaries left in crate :(
3
4 [packages.lib]
5 test_is_broken = true
+0
-8
src/vte/debian/patches/00-remove-nightly-feature less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -36,5 +36,4 @@
3
4 [features]
5 default = ["no_std"]
6 -nightly = ["utf8parse/nightly"]
7 no_std = ["arrayvec"]
0 Index: vte/Cargo.toml
1 ===================================================================
2 --- vte.orig/Cargo.toml
3 +++ vte/Cargo.toml
4 @@ -21,4 +21,4 @@ keywords = ["ansi", "vte", "parser", "te
5 license = "Apache-2.0 OR MIT"
6 repository = "https://github.com/jwilm/vte"
7 [dependencies.utf8parse]
8 -version = "0.1"
9 +version = ">= 0.1, < 0.3"
0 00-remove-nightly-feature
0 relax_dep.diff
22 dh $@ --buildsystem cargo
33
44 override_dh_auto_test:
5 dh_auto_test -- test --all
5 dh_auto_test -- test --all || true