Codebase list rust-subtle / d11bc87
textwrap - disable hypenation feature for now. Peter Michael Green 2 years ago
3 changed file(s) with 37 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-textwrap (0.15.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package textwrap 0.15.0 from crates.io using debcargo 2.5.0
4 * Disable hypenation feature for now, it can be re-enabled if/when
5 a compatible version of the hypenation package is available.
6
7 -- Peter Michael Green <plugwash@debian.org> Sun, 13 Mar 2022 21:52:22 +0000
8
09 rust-textwrap (0.15.0-1) unstable; urgency=medium
110
211 * Package textwrap 0.15.0 from crates.io using debcargo 2.5.0
0 Index: textwrap/Cargo.toml
1 ===================================================================
2 --- textwrap.orig/Cargo.toml
3 +++ textwrap/Cargo.toml
4 @@ -26,11 +26,6 @@ repository = "https://github.com/mgeisle
5 all-features = true
6
7 [[example]]
8 -name = "hyphenation"
9 -path = "examples/hyphenation.rs"
10 -required-features = ["hyphenation"]
11 -
12 -[[example]]
13 name = "termwidth"
14 path = "examples/termwidth.rs"
15 required-features = ["terminal_size"]
16 @@ -44,10 +39,6 @@ harness = false
17 name = "indent"
18 path = "benches/indent.rs"
19 harness = false
20 -[dependencies.hyphenation]
21 -version = "0.8.4"
22 -features = ["embed_en-us"]
23 -optional = true
24
25 [dependencies.smawk]
26 version = "0.3.1"
0 disable-hyphenation.diff