dh-cargo 31ubuntu2 source package in Ubuntu

Changelog

dh-cargo (31ubuntu2) oracular; urgency=medium

  * cargo.pm: set LTO flags according to the dpkg build options.

 -- Zixing Liu <email address hidden>  Mon, 03 Jun 2024 13:43:57 -0600

Upload details

Uploaded by:
Zixing Liu
Sponsored by:
Michael Hudson-Doyle
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
rust
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main rust

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-cargo_31ubuntu2.tar.xz 13.5 KiB 5f85cfb1a18306dc24e22a724d83b4937dd9ea51308bb92682e970be83b0ad4d
dh-cargo_31ubuntu2.dsc 1.8 KiB cde6103f45a7704c25a23ae1ce7461f69ec9213a5db062d4893f7757d0b6f2c3

Available diffs

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 Debian's cargo wrapper /usr/share/cargo/bin/cargo in
 the cargo package, and Build-Depends on that instead of this package.

dh-cargo-tools: debhelper buildsystem for Rust crates using Cargo - tools

 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 Debian's cargo wrapper /usr/share/cargo/bin/cargo in
 the cargo package, and Build-Depends on that instead of this package.
 .
 This package contains various scripts that can be used standalone outside of the
 standard dh-cargo context.