Package: fish
Version: 4.2.1-3.1

I hope to update rust-serial test to version 3 soon, fish needs a small
tweak to build succesfully with the new version. A debdiff is attatched.
diff -Nru fish-4.2.1/debian/changelog fish-4.2.1/debian/changelog
--- fish-4.2.1/debian/changelog 2025-11-30 05:20:26.000000000 +0000
+++ fish-4.2.1/debian/changelog 2025-12-21 18:12:55.000000000 +0000
@@ -1,3 +1,10 @@
+fish (4.2.1-3.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove upper limit from serial-test dev-dependency.
+
+ -- Peter Michael Green <[email protected]>  Sun, 21 Dec 2025 18:12:55 +0000
+
 fish (4.2.1-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru fish-4.2.1/debian/patches/relax-deps.patch 
fish-4.2.1/debian/patches/relax-deps.patch
--- fish-4.2.1/debian/patches/relax-deps.patch  2025-11-21 15:26:22.000000000 
+0000
+++ fish-4.2.1/debian/patches/relax-deps.patch  2025-12-21 18:12:43.000000000 
+0000
@@ -20,7 +20,7 @@
 @@ -59,6 +59,6 @@
 
 -serial_test = { version = "3", default-features = false }
-+serial_test = { version = "2", default-features = false }
++serial_test = { version = ">= 2", default-features = false }
  # We need 0.9.0 specifically for some crash fixes.
  terminfo = "0.9.0"
 -widestring = "1.2.0"

Reply via email to