Package: hx Version: 25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds-1
I hope to update rust-ruzstd to version 0.8 soon (as part of the backtrace update). The new version is available in experimental. hx needs it's dependency relaxing to build with the new upstream version. I've looked at the upstream changelog and I don't see anything scary.
diff -Nru hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/changelog hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/changelog --- hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/changelog 2026-06-14 22:23:52.000000000 +0000 +++ hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/changelog 2026-06-23 22:34:32.000000000 +0000 @@ -1,3 +1,10 @@ +hx (25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Relax dependency on ruzstd. + + -- Peter Michael Green <[email protected]> Tue, 23 Jun 2026 22:34:32 +0000 + hx (25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds-1) unstable; urgency=medium [ upstream ] diff -Nru hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/patches/2007_ruzstd.patch hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/patches/2007_ruzstd.patch --- hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/patches/2007_ruzstd.patch 1970-01-01 00:00:00.000000000 +0000 +++ hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/patches/2007_ruzstd.patch 2026-06-23 22:34:00.000000000 +0000 @@ -0,0 +1,20 @@ +Description: accept newer versions of crate ruzstd +Author: Peter Michael Green <[email protected]> +Forwarded: no +Last-Update: 2026-06-23 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ + +Index: hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/Xtree-house/skidder/Cargo.toml +=================================================================== +--- hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds.orig/Xtree-house/skidder/Cargo.toml ++++ hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/Xtree-house/skidder/Cargo.toml +@@ -13,7 +13,7 @@ rust-version = "1.74.0" + anyhow = "1.0" + cc = "1.1" + indicatif = "0.17" +-ruzstd = "0.7" ++ruzstd = ">= 0.7" + serde = { version = "1.0", features = ["derive"] } + serde_json = "1.0" + sha1 = "0.10" diff -Nru hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/patches/series hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/patches/series --- hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/patches/series 2026-06-14 22:23:52.000000000 +0000 +++ hx-25.07.1+20260614+ds+~0.3.3+ds+~0.4.0+20260607+ds/debian/patches/series 2026-06-23 22:32:34.000000000 +0000 @@ -22,3 +22,4 @@ 2004_perl.patch 2005_deb-built-using.patch 2006_broken_tests.patch +2007_ruzstd.patch

