dh-cargo 31ubuntu1 source package in Ubuntu

Changelog

dh-cargo (31ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Add support for using vendored sources, including checking the validity of
      XS-Vendored-Sources-Rust field via the new dh-cargo-vendored-sources
      script, and shipping the Cargo.lock file if available.
  * Split out the dh-cargo-vendored-sources into its own package to be able
    to use it with non-default rustc (e.g. rustc-1.74)

dh-cargo (31) unstable; urgency=medium

  * Team upload.

  [ Alexander Kjäll ]
  * Generate Static-Built-Using substvar.  (Closes: #1053096)

 -- Simon Chopin <email address hidden>  Thu, 08 Feb 2024 16:27:41 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Noble
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
Noble release main rust

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-cargo_31ubuntu1.tar.xz 13.3 KiB 530618ef2ac1125f37d1a35609495d4e3134968356b09bb0b0b0152776f626c6
dh-cargo_31ubuntu1.dsc 1.7 KiB 08eba0c72c0e124c6aa5018ee54179bbc17b7aef6f0bc25235d533250216c1e1

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.