Bug#1116334: glycin - upcoming rust-nix update

Peter Green plugwash-urgent at p10link.net
Thu Sep 25 19:29:06 BST 2025


Package: glycin

I hope to update rust-nix to 0.30 soon, glycin needs it's
dependency relaxing to accomodate this.

A debdiff is attatched.
-------------- next part --------------
diff -Nru glycin-2.0.0+ds/debian/changelog glycin-2.0.0+ds/debian/changelog
--- glycin-2.0.0+ds/debian/changelog	2025-09-24 13:37:01.000000000 +0000
+++ glycin-2.0.0+ds/debian/changelog	2025-09-25 15:13:11.000000000 +0000
@@ -1,3 +1,10 @@
+glycin (2.0.0+ds-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove upper limit from nix dependency.
+
+ -- Peter Michael Green <plugwash at debian.org>  Thu, 25 Sep 2025 15:13:11 +0000
+
 glycin (2.0.0+ds-2) unstable; urgency=medium
 
   * Build with latest rust dependencies: libheif-rs, image, png, zune-jpeg
diff -Nru glycin-2.0.0+ds/debian/control glycin-2.0.0+ds/debian/control
--- glycin-2.0.0+ds/debian/control	2025-09-24 13:37:01.000000000 +0000
+++ glycin-2.0.0+ds/debian/control	2025-09-25 15:13:06.000000000 +0000
@@ -78,9 +78,9 @@
  librust-log-0.4+default-dev (>= 0.4.0-~~),
  librust-memfd-0.6+default-dev (>= 0.6.3-~~),
  librust-memmap2-0.9+default-dev (>= 0.9.0-~~),
- librust-nix-0.29+fs-dev,
- librust-nix-0.29+resource-dev,
- librust-nix-0.29+signal-dev,
+ librust-nix+fs-dev (>= 0.29),
+ librust-nix+resource-dev (>= 0.29),
+ librust-nix+signal-dev (>= 0.29),
  librust-paste-1+default-dev (>= 1.0.0-~~),
  librust-png-0.17+default-dev (>= 0.17.16-~~),
  librust-rayon-1+default-dev,
diff -Nru glycin-2.0.0+ds/debian/patches/relax-deps.diff glycin-2.0.0+ds/debian/patches/relax-deps.diff
--- glycin-2.0.0+ds/debian/patches/relax-deps.diff	2025-09-24 13:37:01.000000000 +0000
+++ glycin-2.0.0+ds/debian/patches/relax-deps.diff	2025-09-25 15:12:24.000000000 +0000
@@ -34,7 +34,7 @@
  memfd = "0.6.3"
  memmap = { package = "memmap2", version = "0.9.0" }
 -nix = { version = "0.30.0", features = ["fs", "resource", "signal"] }
-+nix = { version = "0.29.0", features = ["fs", "resource", "signal"] }
++nix = { version = ">= 0.29.0", features = ["fs", "resource", "signal"] }
  paste = "1.0.0"
 -png = "0.18.0"
 +png = "0.17.16"


More information about the pkg-gnome-maintainers mailing list