]> git.proxmox.com Git - debcargo-conf.git/commitdiff
console - bump dependency on terminal_size
authorPeter Michael Green <plugwash@debian.org>
Sun, 30 Oct 2022 14:18:44 +0000 (14:18 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sun, 30 Oct 2022 14:18:44 +0000 (14:18 +0000)
src/console/debian/changelog
src/console/debian/patches/relax-dep.diff [new file with mode: 0644]
src/console/debian/patches/series

index 131477a90ce66806a9d14d402ca11cfc940fdf87..1f6170e6013ebef96a4f0b057bc5ef474d0d5b0f 100644 (file)
@@ -1,3 +1,11 @@
+rust-console (0.15.2-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package console 0.15.2 from crates.io using debcargo 2.5.0
+  * Bump dependency on terminal_size to 0.2
+
+ -- Peter Michael Green <plugwash@debian.org>  Sun, 30 Oct 2022 14:10:35 +0000
+
 rust-console (0.15.2-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/src/console/debian/patches/relax-dep.diff b/src/console/debian/patches/relax-dep.diff
new file mode 100644 (file)
index 0000000..bebd6af
--- /dev/null
@@ -0,0 +1,13 @@
+Index: console/Cargo.toml
+===================================================================
+--- console.orig/Cargo.toml
++++ console/Cargo.toml
+@@ -41,7 +41,7 @@ optional = true
+ default-features = false
+ [dependencies.terminal_size]
+-version = "0.1.14"
++version = "0.2"
+ [dependencies.unicode-width]
+ version = "0.1"
index 1293a0863e2fe8f842fd83553b87a6ef5312357b..5828ad55225201c95d588759ebc1628f273f6d1c 100644 (file)
@@ -1 +1,2 @@
 fix-bench.diff
+relax-dep.diff