1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
c8a0c18268
Releasing debian version 0.2.0-3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-19 20:07:56 +01:00
69fbe7957b
Adding patch to build with forgejo-api from the archive.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-19 20:07:49 +01:00
3 changed files with 27 additions and 0 deletions

11
debian/changelog vendored
View file

@ -1,3 +1,14 @@
forgejo-cli (0.2.0-3) sid; urgency=low
* Updating to standards version 4.7.1.
* Updating to standards version 4.7.2.
* Sorting fields in control.
* Using codename instead of suitename in changelog.
* Updating forgejo-api build-depends.
* Adding patch to build with forgejo-api from the archive.
-- Daniel Baumann <daniel@debian.org> Wed, 19 Mar 2025 20:07:54 +0100
forgejo-cli (0.2.0-2) sid; urgency=low
* Adding vcs fields.

View file

@ -0,0 +1,15 @@
Author: Daniel Baumann <daniel@debian.org>
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"

View file

@ -1 +1,2 @@
debian/0001-rust-comrak.patch
debian/0002-forgejo-api.patch