]> git.proxmox.com Git - dh-cargo.git/blame - debian/control
bump version to 28~bpo11+pve1
[dh-cargo.git] / debian / control
CommitLineData
4b01f1f1
JT
1Source: dh-cargo
2Section: devel
3Priority: optional
cc1b6aad 4Maintainer: Rust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
9dfc62fc 5Uploaders: Josh Triplett <josh@joshtriplett.org>, Ximin Luo <infinity0@debian.org>
f7f7b913 6Build-Depends: debhelper-compat (= 13)
91cb1cfd 7Standards-Version: 4.5.1
d5fb18e7
XL
8Vcs-Git: https://salsa.debian.org/rust-team/dh-cargo.git
9Vcs-Browser: https://salsa.debian.org/rust-team/dh-cargo
4b01f1f1
JT
10
11Package: dh-cargo
12Architecture: all
15a8baed 13Multi-Arch: foreign
d94471aa 14Depends: debhelper, ${perl:Depends}, ${misc:Depends},
6bde73c1 15 cargo (>= 0.40.0-3~~), python3
4b01f1f1
JT
16Description: debhelper buildsystem for Rust crates using Cargo
17 dh-cargo provides a debhelper buildsystem to build Rust crates using Cargo.
99fc5765 18 .
55d6d63e
XL
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.
99fc5765 22 .
55d6d63e
XL
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.