Package: git-delta

I hope to update rust-itertools to 0.14 soon, git-delta needs a small
dependency adjustment to build with the new version.
diff -Nru git-delta-0.18.2/debian/changelog git-delta-0.18.2/debian/changelog
--- git-delta-0.18.2/debian/changelog   2025-12-29 10:28:44.000000000 +0000
+++ git-delta-0.18.2/debian/changelog   2026-01-22 12:34:50.000000000 +0000
@@ -1,3 +1,10 @@
+git-delta (0.18.2-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Relax itertools dependency to allow 0.14.
+
+ -- Peter Michael Green <[email protected]>  Thu, 22 Jan 2026 12:34:50 +0000
+
 git-delta (0.18.2-6) unstable; urgency=medium
 
   * update DEP-3 patch headers
diff -Nru git-delta-0.18.2/debian/control git-delta-0.18.2/debian/control
--- git-delta-0.18.2/debian/control     2025-12-29 10:28:09.000000000 +0000
+++ git-delta-0.18.2/debian/control     2026-01-22 12:34:37.000000000 +0000
@@ -33,7 +33,8 @@
  librust-insta-1+colors-dev,
  librust-insta-1+default-dev,
  librust-insta-1+filters-dev,
- librust-itertools-0.13+default-dev,
+ librust-itertools+default-dev (>= 0.10.5),
+ librust-itertools+default-dev (<< 0.15),
  librust-lazy-static-1+default-dev,
  librust-palette-0.7+default-dev,
  librust-pathdiff-0.2+default-dev,
diff -Nru git-delta-0.18.2/debian/patches/1001_itertools.patch 
git-delta-0.18.2/debian/patches/1001_itertools.patch
--- git-delta-0.18.2/debian/patches/1001_itertools.patch        2025-12-29 
10:28:09.000000000 +0000
+++ git-delta-0.18.2/debian/patches/1001_itertools.patch        2026-01-22 
12:33:49.000000000 +0000
@@ -10,7 +10,7 @@
  git2 = { version = "0.20.0", default-features = false, features = [] }
  grep-cli = "0.1.8"
 -itertools = "0.10.5"
-+itertools = ">= 0.10.5, <= 0.13"
++itertools = ">= 0.10.5, <= 0.14"
  lazy_static = "1.4"
  palette = "0.7.2"
  pathdiff = "0.2.1"

Reply via email to