From 69fbe7957b25ee8ca5ff713e3d1a17c820752146 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Mar 2025 20:07:42 +0100 Subject: [PATCH] Adding patch to build with forgejo-api from the archive. Signed-off-by: Daniel Baumann --- debian/patches/debian/0002-forgejo-api.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/patches/debian/0002-forgejo-api.patch diff --git a/debian/patches/debian/0002-forgejo-api.patch b/debian/patches/debian/0002-forgejo-api.patch new file mode 100644 index 0000000..8295731 --- /dev/null +++ b/debian/patches/debian/0002-forgejo-api.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +Description: Building with forgejo-api from the archive. + +diff -Naurp forgejo-cli.orig/Cargo.toml forgejo-cli/Cargo.toml +--- forgejo-cli.orig/Cargo.toml ++++ forgejo-cli/Cargo.toml +@@ -63,7 +63,7 @@ version = "5.0.1" + version = "0.6.12" + + [dependencies.forgejo-api] +-version = "0.5.0" ++version = "0.7.0" + + [dependencies.futures] + version = "0.3.30" diff --git a/debian/patches/series b/debian/patches/series index dd7685b..6472d61 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ debian/0001-rust-comrak.patch +debian/0002-forgejo-api.patch