diff -Nru tailspin-3.0.0+dfsg/debian/changelog tailspin-3.0.0+dfsg/debian/changelog --- tailspin-3.0.0+dfsg/debian/changelog 2024-01-25 12:36:48.000000000 +0000 +++ tailspin-3.0.0+dfsg/debian/changelog 2024-02-13 20:15:40.000000000 +0000 @@ -1,3 +1,11 @@ +tailspin (3.0.0+dfsg-2) unstable; urgency=medium + + * drop patches 2001_* obsoleted by Debian package changes; + tighten build-dependencies for crates rayon terminal-size toml; + closes: bug#1063865, thanks to Paul Gevers + + -- Jonas Smedegaard Tue, 13 Feb 2024 21:15:40 +0100 + tailspin (3.0.0+dfsg-1) unstable; urgency=medium [ upstream ] diff -Nru tailspin-3.0.0+dfsg/debian/control tailspin-3.0.0+dfsg/debian/control --- tailspin-3.0.0+dfsg/debian/control 2024-01-15 05:48:51.000000000 +0000 +++ tailspin-3.0.0+dfsg/debian/control 2024-02-13 20:13:05.000000000 +0000 @@ -20,15 +20,16 @@ librust-lazy-static-1+default-dev, librust-once-cell-1+default-dev, librust-rand-0.8+default-dev, + librust-rayon-1+default-dev, librust-regex-1+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-shellexpand-3+default-dev, librust-tempfile-3+default-dev, - librust-terminal-size-dev, + librust-terminal-size-0.3+default-dev, librust-tokio-1+default-dev, librust-tokio-1+full-dev, - librust-toml-dev, + librust-toml-0.8+default-dev, libstring-shellquote-perl, Standards-Version: 4.6.2 Homepage: https://github.com/bensadeh/tailspin diff -Nru tailspin-3.0.0+dfsg/debian/copyright_hints tailspin-3.0.0+dfsg/debian/copyright_hints --- tailspin-3.0.0+dfsg/debian/copyright_hints 2024-01-25 12:36:48.000000000 +0000 +++ tailspin-3.0.0+dfsg/debian/copyright_hints 2024-02-13 20:15:34.000000000 +0000 @@ -21,9 +21,6 @@ debian/gbp.conf debian/install debian/manpages - debian/patches/2001_rayon.patch - debian/patches/2001_terminal_size.patch - debian/patches/2001_toml.patch debian/patches/2002_test_path.patch debian/patches/README debian/patches/series diff -Nru tailspin-3.0.0+dfsg/debian/patches/2001_rayon.patch tailspin-3.0.0+dfsg/debian/patches/2001_rayon.patch --- tailspin-3.0.0+dfsg/debian/patches/2001_rayon.patch 2024-01-25 12:12:05.000000000 +0000 +++ tailspin-3.0.0+dfsg/debian/patches/2001_rayon.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -Description: accept older release of crate rayon -Author: Jonas Smedegaard -Bug-Debian: https://bugs.debian.org/1061484 -Forwarded: not-needed -Last-Update: 2024-01-25 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -23,7 +23,7 @@ - nu-ansi-term = "0.49.0" - once_cell = "1.19.0" - rand = "0.8.5" --rayon = "1.8.1" -+rayon = "1.8.0" - regex = "1.10.2" - serde = { version = "1.0.195", features = ["derive"] } - shellexpand = "3.1.0" diff -Nru tailspin-3.0.0+dfsg/debian/patches/2001_terminal_size.patch tailspin-3.0.0+dfsg/debian/patches/2001_terminal_size.patch --- tailspin-3.0.0+dfsg/debian/patches/2001_terminal_size.patch 2024-01-25 11:27:55.000000000 +0000 +++ tailspin-3.0.0+dfsg/debian/patches/2001_terminal_size.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -Description: accept older branch of crate terminal_size -Author: Jonas Smedegaard -Bug-Debian: https://bugs.debian.org/1060721 -Forwarded: not-needed -Last-Update: 2024-01-13 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -28,6 +28,6 @@ - serde = { version = "1.0.195", features = ["derive"] } - shellexpand = "3.1.0" - tempfile = "3.9.0" --terminal_size = "0.3.0" -+terminal_size = ">= 0.2.6, <= 0.3" - tokio = { version = "1.35.1", features = ["full"] } - toml = "0.8.8" -\ No newline at end of file diff -Nru tailspin-3.0.0+dfsg/debian/patches/2001_toml.patch tailspin-3.0.0+dfsg/debian/patches/2001_toml.patch --- tailspin-3.0.0+dfsg/debian/patches/2001_toml.patch 2024-01-25 11:33:14.000000000 +0000 +++ tailspin-3.0.0+dfsg/debian/patches/2001_toml.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -Description: accept older branch of crate toml -Author: Jonas Smedegaard -Bug-Debian: https://bugs.debian.org/1059104 -Forwarded: not-needed -Last-Update: 2024-01-13 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -30,4 +30,4 @@ - tempfile = "3.9.0" - terminal_size = ">= 0.2.6, <= 0.3" - tokio = { version = "1.35.1", features = ["full"] } --toml = "0.8.8" -\ No newline at end of file -+toml = ">= 0.7.8, <= 0.8" diff -Nru tailspin-3.0.0+dfsg/debian/patches/series tailspin-3.0.0+dfsg/debian/patches/series --- tailspin-3.0.0+dfsg/debian/patches/series 2024-01-25 12:26:14.000000000 +0000 +++ tailspin-3.0.0+dfsg/debian/patches/series 2024-02-13 19:45:58.000000000 +0000 @@ -1,4 +1 @@ -2001_rayon.patch -2001_terminal_size.patch -2001_toml.patch 2002_test_path.patch