Codebase list rust-libslirp / 3e7b7f5
Restore work in progress in src/vte that was temporarily removed for minimal-fix upload. Peter Michael Green 3 years ago
6 changed file(s) with 30 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
0 rust-vte (0.8.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package vte 0.8.0 from crates.io using debcargo 2.4.3
3
4 [ Sylvestre Ledru ]
5 * Team upload.
6 * Package vte 0.8.0 from crates.io using debcargo 2.4.3
7
8 [ Peter Michael Green ]
9 * Remove patch relaxing utf8parse dependency, no longer needed
10
11 -- Fabio Rafael da Rosa <fdr@fabiodarosa.org> Thu, 05 Nov 2020 15:49:23 +0100
12
013 rust-vte (0.3.3-2) unstable; urgency=medium
114
215 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: vte
2 Upstream-Contact: Joe Wilm <joe@jwilm.com>
3 Source: https://github.com/jwilm/vte
2 Upstream-Contact:
3 Joe Wilm <joe@jwilm.com>
4 Christian Duerr <contact@christianduerr.com>
5 Source: https://github.com/alacritty/vte
46
57 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Joe Wilm <joe@jwilm.com>
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Joe Wilm <joe@jwilm.com>
10 FIXME (overlay) UNKNOWN-YEARS Christian Duerr <contact@christianduerr.com>
711 License: Apache-2.0 or MIT
812 Comment:
913 FIXME (overlay): Since upstream copyright years are not available in
1317
1418 Files: ./LICENSE-MIT
1519 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 
2320 License: UNKNOWN-LICENSE; FIXME (overlay)
2421 Comment:
2522 FIXME (overlay): These notices are extracted from files. Please review them
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
-10
src/vte/debian/patches/relax_dep.diff less more
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 relax_dep.diff
0 00-remove-nightly-feature
22 dh $@ --buildsystem cargo
33
44 override_dh_auto_test:
5 dh_auto_test -- test --all || true
5 dh_auto_test -- test --all