Adding debian version 0.2.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
80bb1315ee
commit
2441b8b55e
9 changed files with 153 additions and 0 deletions
72
debian/control
vendored
Normal file
72
debian/control
vendored
Normal file
|
@ -0,0 +1,72 @@
|
|||
Source: forgejo-cli
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
cargo:native,
|
||||
librust-auth-git2-0.5+default-dev (>= 0.5.4-~~),
|
||||
librust-base64ct-1+default-dev (>= 1.6.0-~~),
|
||||
librust-base64ct-1+std-dev (>= 1.6.0-~~),
|
||||
librust-cfg-if-1+default-dev,
|
||||
librust-clap-4+default-dev (>= 4.5.11-~~),
|
||||
librust-clap-4+derive-dev (>= 4.5.11-~~),
|
||||
librust-comrak-0.29+default-dev,
|
||||
librust-crossterm-0.27+default-dev,
|
||||
librust-directories-5+default-dev (>= 5.0.1-~~),
|
||||
librust-eyre-0.6+default-dev (>= 0.6.12-~~),
|
||||
librust-forgejo-api-0.5+default-dev,
|
||||
librust-futures-0.3+default-dev (>= 0.3.30-~~),
|
||||
librust-git2-0.19+default-dev,
|
||||
librust-hyper-1+default-dev (>= 1.4.1-~~),
|
||||
librust-hyper-util-0.1+default-dev (>= 0.1.6-~~),
|
||||
librust-hyper-util-0.1+http1-dev (>= 0.1.6-~~),
|
||||
librust-hyper-util-0.1+http2-dev (>= 0.1.6-~~),
|
||||
librust-hyper-util-0.1+server-dev (>= 0.1.6-~~),
|
||||
librust-hyper-util-0.1+tokio-dev (>= 0.1.6-~~),
|
||||
librust-open-5+default-dev (>= 5.3.0-~~),
|
||||
librust-rand-0.8+default-dev (>= 0.8.5-~~),
|
||||
librust-serde-1+default-dev (>= 1.0.204-~~),
|
||||
librust-serde-1+derive-dev (>= 1.0.204-~~),
|
||||
librust-serde-json-1+default-dev (>= 1.0.120-~~),
|
||||
librust-sha256-1+default-dev (>= 1.5.0-~~),
|
||||
librust-soft-assert-0.1+default-dev (>= 0.1.1-~~),
|
||||
librust-time-0.3+default-dev (>= 0.3.36-~~),
|
||||
librust-time-0.3+formatting-dev (>= 0.3.36-~~),
|
||||
librust-time-0.3+local-offset-dev (>= 0.3.36-~~),
|
||||
librust-time-0.3+macros-dev (>= 0.3.36-~~),
|
||||
librust-tokio-1+default-dev (>= 1.39.1-~~),
|
||||
librust-tokio-1+full-dev (>= 1.39.1-~~),
|
||||
librust-url-2+default-dev (>= 2.5.2-~~),
|
||||
librust-uuid-1+default-dev (>= 1.10.0-~~),
|
||||
librust-uuid-1+v4-dev (>= 1.10.0-~~),
|
||||
libstd-rust-dev,
|
||||
rustc:native,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.7.0
|
||||
Homepage: https://codeberg.org/Cyborus/forgejo-cli
|
||||
|
||||
Package: forgejo-cli
|
||||
Section: utils
|
||||
Architecture: any
|
||||
Multi-Arch: allowed
|
||||
Depends:
|
||||
${cargo:Depends},
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Recommends:
|
||||
${cargo:Recommends},
|
||||
Suggests:
|
||||
${cargo:Suggests},
|
||||
Provides:
|
||||
${cargo:Provides},
|
||||
Built-Using:
|
||||
${cargo:Built-Using},
|
||||
Static-Built-Using: ${cargo:Static-Built-Using}
|
||||
Description: self-hosted lightweight software forge (CLI client)
|
||||
Forgejo is a forge software package for hosting software development version
|
||||
control using Git as well as other collaborative features like bug tracking,
|
||||
code review, continuous integration, kanban boards, tickets, and wikis.
|
||||
.
|
||||
This package contains the CLI client.
|
Loading…
Add table
Add a link
Reference in a new issue