Codebase list rust-libslirp / 0b9642f
tui - fix autopkgtest. Peter Michael Green 1 year, 10 months ago
3 changed file(s) with 26 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * Package tui 0.18.0 from crates.io using debcargo 2.5.0
4 * Disable "demo" example and remove the dev-dependency on argh so the rest
5 of the testsuite can run.
46
57 -- Peter Michael Green <plugwash@debian.org> Tue, 14 Jun 2022 20:44:43 +0000
68
0 Index: tui/Cargo.toml
1 ===================================================================
2 --- tui.orig/Cargo.toml
3 +++ tui/Cargo.toml
4 @@ -22,7 +22,7 @@ exclude = [
5 "*.log",
6 "tags",
7 ]
8 -autoexamples = true
9 +autoexamples = false
10 description = """
11 A library to build rich terminal user interfaces or dashboards
12 """
13 @@ -118,9 +118,6 @@ version = "1.2"
14 [dependencies.unicode-width]
15 version = "0.1"
16
17 -[dev-dependencies.argh]
18 -version = "0.1"
19 -
20 [dev-dependencies.rand]
21 version = "0.8"
22
0 disable-argh.patch