dh-cargo 30ubuntu1 source package in Ubuntu

Changelog

dh-cargo (30ubuntu1) mantic; urgency=medium

  * Merge with Debian unstable (LP: #2008689). 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.

dh-cargo (30) unstable; urgency=medium

  * wrap-and-sort -ast
  * Add Provides: dh-sequence-cargo
  * Avoid stripping Cargo.toml.orig (Closes: #1023413)
  * Declare Rules-Requires-Root: no
  * Clarify package description, clearing using-first-person-in-description
  * d/copyright: correct Source URL to point explicitly to salsa
  * d/copyright: update dates, include other contributors
  * Add myself to uploaders

dh-cargo (29) unstable; urgency=medium

  [ Rob Shearman ]
  * dh-cargo-built-using: avoid varying package order if LC_ALL is set

  [ Sylvestre Ledru ]
  * Update standards version to 4.6.1, no changes needed.

 -- Simon Chopin <email address hidden>  Tue, 02 May 2023 09:47:04 +0200

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
rust
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main rust

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-cargo_30ubuntu1.tar.xz 13.1 KiB ed8fa6da00cb4d707fdf1b4bc37bd478e62c67ae5527aa903591e23a2123edd7
dh-cargo_30ubuntu1.dsc 1.6 KiB 5bc57f020d9ba2cf979e438ccfef660be4075191d1756e627a19e48cc8cdb185

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.