]> git.proxmox.com Git - dh-cargo.git/blob - debian/control
7a79e03ce785cf4bb41e66de5250eb63b8f30c89
[dh-cargo.git] / debian / control
1 Source: dh-cargo
2 Section: devel
3 Priority: optional
4 Maintainer: Rust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
5 Uploaders: Josh Triplett <josh@joshtriplett.org>, Ximin Luo <infinity0@debian.org>
6 Build-Depends: debhelper
7 Standards-Version: 4.2.0
8 Vcs-Git: https://salsa.debian.org/rust-team/dh-cargo.git
9 Vcs-Browser: https://salsa.debian.org/rust-team/dh-cargo
10
11 Package: dh-cargo
12 Architecture: all
13 Multi-Arch: foreign
14 Depends: debhelper, ${perl:Depends}, ${misc:Depends},
15 cargo (>= 0.40.0-3~~), python3
16 Description: debhelper buildsystem for Rust crates using Cargo
17 dh-cargo provides a debhelper buildsystem to build Rust crates using Cargo.
18 .
19 This builds Debian rust crates to be installed into a system-level crate
20 registry in /usr/share/cargo/registry containing crates that can be used and
21 Build-Depended upon by other Debian packages.
22 .
23 Debian packages generated by debcargo use this buildsystem; packagers are not
24 expected to use this directly. If you have a multi-language program such as
25 firefox or librsvg that includes private Rust crates not exposed to others,
26 you should instead use our cargo wrapper /usr/share/cargo/bin/cargo in the
27 cargo package, and Build-Depends on that instead of this package.