]> git.proxmox.com Git - debcargo-conf.git/commitdiff
textwrap: update terminal-size
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 21 Sep 2023 07:34:59 +0000 (09:34 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 21 Sep 2023 07:34:59 +0000 (09:34 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/textwrap/debian/patches/series
src/textwrap/debian/patches/update-terminal-size.patch [new file with mode: 0644]

index f16e683cdd3789c1b67f50554722332cabcdb68b..c152e2e47d1eb977c9ca0461563b4c50ca9c4119 100644 (file)
@@ -2,3 +2,4 @@ disable-hyphenation.diff
 remove-leftovers.patch
 remove-unic-emoji-char.patch
 remove-version-sync.patch
+update-terminal-size.patch
diff --git a/src/textwrap/debian/patches/update-terminal-size.patch b/src/textwrap/debian/patches/update-terminal-size.patch
new file mode 100644 (file)
index 0000000..1a528aa
--- /dev/null
@@ -0,0 +1,13 @@
+Index: textwrap/Cargo.toml
+===================================================================
+--- textwrap.orig/Cargo.toml
++++ textwrap/Cargo.toml
+@@ -47,7 +47,7 @@ version = "0.3.1"
+ optional = true
+ [dependencies.terminal_size]
+-version = "0.2.1"
++version = "0.3"
+ optional = true
+ [dependencies.unicode-linebreak]