dh-cargo 23-ok1 source package in openKylin

Changelog

dh-cargo (23-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dh-cargo_23.orig.tar.gz 5.9 KiB c03bb918c433a8e998933f497ee394082071d3072c34d5977ed2d662ea378d9f
dh-cargo_23-ok1.debian.tar.xz 1.7 KiB c4bcfc475fa559a3f79372b2ac3a548f5fb612ebb4627f31120bf2649b6b1571
dh-cargo_23-ok1.dsc 1.6 KiB e3b3e60fdac4177e2d653bfa25f597e19c198c0b757407bc315a1011f7d9ac21

View changes file

Binary packages built by this source

dh-cargo: debhelper buildsystem for Rust crates using Cargo

 dh-cargo provides a debhelper buildsystem to build Rust crates using Cargo.
 .
 This builds Debian rust crates to be installed into a system-level crate
 registry in /usr/share/cargo/registry containing crates that can be used and
 Build-Depended upon by other Debian packages.
 .
 Debian packages generated by debcargo use this buildsystem; packagers are not
 expected to use this directly. If you have a multi-language program such as
 firefox or librsvg that includes private Rust crates not exposed to others,
 you should instead use our cargo wrapper /usr/share/cargo/bin/cargo in the
 cargo package, and Build-Depends on that instead of this package.