File: control

package info (click to toggle)
forgejo-api 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,196 kB
  • sloc: makefile: 10
file content (52 lines) | stat: -rw-r--r-- 1,609 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: forgejo-api
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-cargo,
 cargo:native <!nocheck>,
 librust-base64ct-dev <!nocheck>,
 librust-bytes-dev <!nocheck>,
 librust-futures-dev <!nocheck>,
 librust-reqwest-dev <!nocheck>,
 librust-serde-dev <!nocheck>,
 librust-serde-json-dev <!nocheck>,
 librust-soft-assert-dev <!nocheck>,
 librust-thiserror-dev <!nocheck>,
 librust-time-dev <!nocheck>,
 librust-tokio-dev <!nocheck>,
 librust-url-dev <!nocheck>,
 librust-zeroize-dev <!nocheck>,
 libstd-rust-dev <!nocheck>,
 rustc:native <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://codeberg.org/Cyborus/forgejo-api
Vcs-Browser: https://forgejo.debian.net/forgejo-cli/forgejo-api
Vcs-Git: https://forgejo.debian.net/forgejo-cli/forgejo-api
X-Cargo-Crate: forgejo-api

Package: librust-forgejo-api-dev
Section: rust
Architecture: any
Multi-Arch: same
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 (Rust interface to Forgejo's Web API)
 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 Rust interface to Forgejo's Web API for use with
 cargo and dh-cargo.