Compare commits
2 commits
ffdeea9472
...
c8a0c18268
Author | SHA1 | Date | |
---|---|---|---|
c8a0c18268 | |||
69fbe7957b |
3 changed files with 27 additions and 0 deletions
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -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
|
forgejo-cli (0.2.0-2) sid; urgency=low
|
||||||
|
|
||||||
* Adding vcs fields.
|
* Adding vcs fields.
|
||||||
|
|
15
debian/patches/debian/0002-forgejo-api.patch
vendored
Normal file
15
debian/patches/debian/0002-forgejo-api.patch
vendored
Normal 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"
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1 +1,2 @@
|
||||||
debian/0001-rust-comrak.patch
|
debian/0001-rust-comrak.patch
|
||||||
|
debian/0002-forgejo-api.patch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue