package: forgejo-cli
version: 0.3.0-9

I hope to update the dirs, dirs-sys and directories crates to
versions 6, 0.4 and 6 respectively soon. The debian
dependencies of rust-auth-git2 allow the new version of
rust-dirs but the cargo dependencies do not.

I was able to successfully build the package with the new
version after relaxing the dependencies in forgejo-cli,
rust-auth-git2 and rust-ssh2-config (patches for the other
packages will be filed in separate bug reports).
diff -Nru forgejo-cli-0.3.0/debian/changelog forgejo-cli-0.3.0/debian/changelog
--- forgejo-cli-0.3.0/debian/changelog  2025-11-30 16:13:18.000000000 +0000
+++ forgejo-cli-0.3.0/debian/changelog  2025-12-24 20:26:24.000000000 +0000
@@ -1,3 +1,10 @@
+forgejo-cli (0.3.0-9.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Relax cargo dependency on directories crate.
+
+ -- Peter Michael Green <[email protected]>  Wed, 24 Dec 2025 20:26:24 +0000
+
 forgejo-cli (0.3.0-9) sid; urgency=medium
 
   * Updating cargo.patch for forgejo-api 0.8.
diff -Nru forgejo-cli-0.3.0/debian/patches/debian/0001-cargo.patch 
forgejo-cli-0.3.0/debian/patches/debian/0001-cargo.patch
--- forgejo-cli-0.3.0/debian/patches/debian/0001-cargo.patch    2025-11-30 
16:13:18.000000000 +0000
+++ forgejo-cli-0.3.0/debian/patches/debian/0001-cargo.patch    2025-12-24 
20:26:06.000000000 +0000
@@ -33,7 +33,7 @@
  
  [dependencies.directories]
 -version = "6.0.0"
-+version = "5.0"
++version = ">= 5.0"
  
  [dependencies.eyre]
  version = "0.6.12"

Reply via email to