package: rust-sexpr-out
version: 0.1.0~20241115-3
I hope to update rust-itertools to version 0.14 soon, rust-sexpr-out
needs a dependency tweak to build with the new version.
diff -Nru rust-sexpr-out-0.1.0~20241115/debian/changelog
rust-sexpr-out-0.1.0~20241115/debian/changelog
--- rust-sexpr-out-0.1.0~20241115/debian/changelog 2025-09-02
05:39:01.000000000 +0000
+++ rust-sexpr-out-0.1.0~20241115/debian/changelog 2026-01-29
18:55:33.000000000 +0000
@@ -1,3 +1,10 @@
+rust-sexpr-out (0.1.0~20241115-3.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax itertools dependency.
+
+ -- Peter Michael Green <[email protected]> Thu, 29 Jan 2026 18:55:33 +0000
+
rust-sexpr-out (0.1.0~20241115-3) unstable; urgency=medium
* fix autopkgtest-check default feature set
diff -Nru rust-sexpr-out-0.1.0~20241115/debian/control
rust-sexpr-out-0.1.0~20241115/debian/control
--- rust-sexpr-out-0.1.0~20241115/debian/control 2025-06-29
12:10:17.000000000 +0000
+++ rust-sexpr-out-0.1.0~20241115/debian/control 2026-01-29
18:54:49.000000000 +0000
@@ -4,7 +4,8 @@
Build-Depends:
debhelper-compat (= 13),
dh-sequence-rust,
- librust-itertools-0.13+default-dev,
+ librust-itertools+default-dev (>= 0.13),
+ librust-itertools+default-dev (<< 0.15),
librust-objio-0.1+default-dev,
librust-pretty-assertions-1+default-dev,
Maintainer: Jonas Smedegaard <[email protected]>
@@ -18,7 +19,8 @@
Architecture: all
Multi-Arch: foreign
Depends:
- librust-itertools-0.13+default-dev,
+ librust-itertools+default-dev (>= 0.13),
+ librust-itertools+default-dev (<< 0.15),
librust-objio-0.1+default-dev,
${misc:Depends},
Provides:
diff -Nru rust-sexpr-out-0.1.0~20241115/debian/patches/1001_itertools.patch
rust-sexpr-out-0.1.0~20241115/debian/patches/1001_itertools.patch
--- rust-sexpr-out-0.1.0~20241115/debian/patches/1001_itertools.patch
1970-01-01 00:00:00.000000000 +0000
+++ rust-sexpr-out-0.1.0~20241115/debian/patches/1001_itertools.patch
2026-01-29 18:55:33.000000000 +0000
@@ -0,0 +1,15 @@
+From: Peter Michael Green <[email protected]>
+Date: Jan, 29 2026 18:56:02 +0000
+Subject: accept version 0.14 of itertools crate
+
+--- rust-sexpr-out-0.1.0~20241115.orig/Cargo.toml
++++ rust-sexpr-out-0.1.0~20241115/Cargo.toml
+@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
+ all-features = true
+
+ [dependencies]
+-itertools = "0.13.0"
++itertools = ">= 0.13.0, < 0.15"
+ objio = "0.1.1"
+
+ [dev-dependencies]
diff -Nru rust-sexpr-out-0.1.0~20241115/debian/patches/series
rust-sexpr-out-0.1.0~20241115/debian/patches/series
--- rust-sexpr-out-0.1.0~20241115/debian/patches/series 1970-01-01
00:00:00.000000000 +0000
+++ rust-sexpr-out-0.1.0~20241115/debian/patches/series 2026-01-29
18:55:33.000000000 +0000
@@ -0,0 +1 @@
+1001_itertools.patch