Package: shotman
Version: 0.4.10-1

I hope to update rust-itertools to 0.14 soon. shotman's debian
build-dependencies allow the new version but the cargo dependency
does not. After relaxing the cargo dependencies the package builds
succesfully.

debdiff is attatched.
diff -Nru shotman-0.4.10/debian/changelog shotman-0.4.10/debian/changelog
--- shotman-0.4.10/debian/changelog     2025-10-23 13:11:46.000000000 +0000
+++ shotman-0.4.10/debian/changelog     2026-01-24 04:34:54.000000000 +0000
@@ -1,3 +1,10 @@
+shotman (0.4.10-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Relax cargo dependency on itertools.
+
+ -- Peter Michael Green <[email protected]>  Sat, 24 Jan 2026 04:34:54 +0000
+
 shotman (0.4.10-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru shotman-0.4.10/debian/patches/relax-deps.patch 
shotman-0.4.10/debian/patches/relax-deps.patch
--- shotman-0.4.10/debian/patches/relax-deps.patch      2025-10-23 
13:11:46.000000000 +0000
+++ shotman-0.4.10/debian/patches/relax-deps.patch      2026-01-24 
04:34:44.000000000 +0000
@@ -9,7 +9,7 @@
 +wayland-protocols-wlr = { version = "0.3.6", features = ["client"] }
 @@ -35 +35 @@
 -itertools = "0.11.0"
-+itertools = "0.13.0"
++itertools = ">= 0.11.0"
 @@ -37 +37 @@
 -rustix = { version = "0.38.0", features = ["fs"] }
 +rustix = { version = "1", features = ["fs"] }

Reply via email to