Package: precious

I hope to update rust-itertools to version 0.14 soon, precious needs a
small dependency adjustment to build with the new version.
diff -Nru precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/changelog 
precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/changelog
--- precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/changelog      2025-11-02 
13:02:47.000000000 +0000
+++ precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/changelog      2026-01-22 
12:52:05.000000000 +0000
@@ -1,3 +1,10 @@
+precious (0.8.0+~0.2.1+20220602+~0.0.2-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Relax dependency on itertools.
+
+ -- Peter Michael Green <[email protected]>  Thu, 22 Jan 2026 12:52:05 +0000
+
 precious (0.8.0+~0.2.1+20220602+~0.0.2-6) unstable; urgency=medium
 
   * relax build-dependencies
diff -Nru precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/control 
precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/control
--- precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/control        2025-11-02 
13:00:43.000000000 +0000
+++ precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/control        2026-01-22 
12:51:48.000000000 +0000
@@ -21,7 +21,8 @@
  librust-ignore-0.4+default-dev,
  librust-indexmap-2+default-dev,
  librust-indexmap-2+serde-dev,
- librust-itertools-0.13+default-dev,
+ librust-itertools+default-dev (>= 0.9.0),
+ librust-itertools+default-dev (<< 0.15),
  librust-log-0.4+default-dev,
  librust-md5-0.7+default-dev,
  librust-pathdiff-0.2+default-dev,
diff -Nru 
precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/patches/1001_itertools.patch 
precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/patches/1001_itertools.patch
--- precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/patches/1001_itertools.patch   
2025-08-28 14:06:55.000000000 +0000
+++ precious-0.8.0+~0.2.1+20220602+~0.0.2/debian/patches/1001_itertools.patch   
2026-01-22 12:51:07.000000000 +0000
@@ -10,7 +10,7 @@
  ignore = "0.4.23"
  indexmap = { version = "2.8.0", features = ["serde"] }
 -itertools = ">= 0.9.0, < 0.11.0"
-+itertools = ">= 0.9.0, <= 0.13"
++itertools = ">= 0.9.0, <= 0.14"
  log = "0.4.26"
  md5 = "0.7.0"
  pathdiff = "0.2.3"

Reply via email to