On 05/09/2026 15:47, Peter Green wrote:
Debdiff is attatched, if I get no response I will probablly NMU this
in a week or so.

NMU uploaded, final debdiff attatched (changelog updated to close
bug, update date and set distribution to unstable)
diff -Nru rust-subtile-0.4.1+ds/debian/changelog 
rust-subtile-0.4.1+ds/debian/changelog
--- rust-subtile-0.4.1+ds/debian/changelog      2026-03-15 07:45:43.000000000 
+0000
+++ rust-subtile-0.4.1+ds/debian/changelog      2026-09-12 13:38:27.000000000 
+0000
@@ -1,3 +1,10 @@
+rust-subtile (0.4.1+ds-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Relax dependency on compact_str to allow version 0.10 (Closes: #1146276).
+
+ -- Peter Michael Green <[email protected]>  Sat, 12 Sep 2026 13:38:27 +0000
+
 rust-subtile (0.4.1+ds-2) unstable; urgency=medium
 
   * drop patch 2001_nom, obsoleted by Debian package changes
diff -Nru rust-subtile-0.4.1+ds/debian/patches/1002_compact_str.patch 
rust-subtile-0.4.1+ds/debian/patches/1002_compact_str.patch
--- rust-subtile-0.4.1+ds/debian/patches/1002_compact_str.patch 1970-01-01 
00:00:00.000000000 +0000
+++ rust-subtile-0.4.1+ds/debian/patches/1002_compact_str.patch 2026-09-05 
14:38:09.000000000 +0000
@@ -0,0 +1,18 @@
+Description: relax dependency on compact_str to allow version 0.10
+Author: Peter Michael Green <[email protected]>
+Last-Update: 2026-10-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: rust-subtile-0.4.1+ds/Cargo.toml
+===================================================================
+--- rust-subtile-0.4.1+ds.orig/Cargo.toml
++++ rust-subtile-0.4.1+ds/Cargo.toml
+@@ -30,7 +30,7 @@ maintenance = { status = "actively-devel
+ 
+ [dependencies]
+ cast = "0.3"
+-compact_str = "0.9"
++compact_str = ">= 0.9, < 0.11"
+ image = { version = "0.25", default-features = false, features = ["png"] }
+ iter_fixed = "0.4"
+ log = "0.4"
diff -Nru rust-subtile-0.4.1+ds/debian/patches/series 
rust-subtile-0.4.1+ds/debian/patches/series
--- rust-subtile-0.4.1+ds/debian/patches/series 2026-03-15 07:44:38.000000000 
+0000
+++ rust-subtile-0.4.1+ds/debian/patches/series 2026-09-05 14:38:22.000000000 
+0000
@@ -1,2 +1,3 @@
 1001_include_fixtures.patch
+1002_compact_str.patch
 2001_no_profiling.patch

Reply via email to