Package: cyme
I hope to update dirs to version 6 soon. the cyme package needs
some slight adjustments to build with the new version.
(upstream already requests version 6).
diff -Nru cyme-2.2.8+dfsg/debian/changelog cyme-2.2.8+dfsg/debian/changelog
--- cyme-2.2.8+dfsg/debian/changelog 2025-12-02 10:44:31.000000000 +0000
+++ cyme-2.2.8+dfsg/debian/changelog 2025-12-23 13:26:06.000000000 +0000
@@ -1,3 +1,10 @@
+cyme (2.2.8+dfsg-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax dependency on dirs.
+
+ -- Peter Michael Green <[email protected]> Tue, 23 Dec 2025 13:26:06 +0000
+
cyme (2.2.8+dfsg-1) unstable; urgency=medium
[ upstream ]
diff -Nru cyme-2.2.8+dfsg/debian/control cyme-2.2.8+dfsg/debian/control
--- cyme-2.2.8+dfsg/debian/control 2025-12-02 10:42:37.000000000 +0000
+++ cyme-2.2.8+dfsg/debian/control 2025-12-23 13:26:06.000000000 +0000
@@ -17,7 +17,8 @@
librust-clap-mangen-0.2+default-dev,
librust-colored-3+default-dev,
librust-diff-0.1+default-dev,
- librust-dirs-5+default-dev,
+ librust-dirs+default-dev (>= 5.0.1),
+ librust-dirs+default-dev (<< 7),,
librust-fastrand-2+default-dev,
librust-glob-0.3+default-dev,
librust-heck-0.5+default-dev,
diff -Nru cyme-2.2.8+dfsg/debian/patches/2002_dirs.patch
cyme-2.2.8+dfsg/debian/patches/2002_dirs.patch
--- cyme-2.2.8+dfsg/debian/patches/2002_dirs.patch 2025-10-04
09:07:38.000000000 +0000
+++ cyme-2.2.8+dfsg/debian/patches/2002_dirs.patch 2025-12-23
13:26:06.000000000 +0000
@@ -12,7 +12,7 @@
usb-ids = { version = "1" } # USB ID database
heck = ">= 0.4.0, <= 0.5" # common case conversions - could be internal but
simple crate with no dependencies
-dirs = "6.0.0" # cross-platform XDG_CONFIG_HOME - could be internal since
only this path
-+dirs = "5.0.1, <= 6" # cross-platform XDG_CONFIG_HOME - could be internal
since only this path
++dirs = ">= 5.0.1, <= 6" # cross-platform XDG_CONFIG_HOME - could be internal
since only this path
fastrand = "2.1.1" # fast random number generator for masking serials
terminal_size = ">= 0.2.5, <= 0.4" # terminal size for automatic column width
during display
strum = "0.26" # enum to string conversion