cargo 0.23.0-0ubuntu0.14.04.1 source package in Ubuntu
Changelog
cargo (0.23.0-0ubuntu0.14.04.1) trusty; urgency=medium * Update to 0.23.0 * Refresh patches - update debian/patches/2004_clean-cargo-deps.patch * Drop patches that are fixed upstream - remove debian/patches/1001_fix_spelling_errors.patch - update debian/patches/series * Don't strip libgit2 from the tarball - update debian/vendor-tarball-filter.txt - remove debian/libgit2 - update debian/rules - update debian/copyright * Don't depend on mdbook when generating the documentation, as nothing in the archive provides it and it isn't needed - add debian/patches/dont-depend-on-mdbook.patch - update debian/patches/series -- Chris Coulson <email address hidden> Thu, 30 Nov 2017 18:01:45 +0000
Upload details
- Uploaded by:
- Chris Coulson
- Uploaded to:
- Trusty
- Original maintainer:
- Rust Maintainers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cargo_0.23.0.orig-vendor.tar.gz | 5.4 MiB | a42898dec4691dd66a34d4b6e1760c6360f5c57a778187296708d8a651765be3 |
cargo_0.23.0.orig.tar.gz | 944.3 KiB | f4bbe2a8719dbb8da20842235093f7f70f034d01633189e83f75897d68cd274f |
cargo_0.23.0-0ubuntu0.14.04.1.debian.tar.xz | 20.6 KiB | 0b0c63a8678c0557dbaa948e25699a1317f601e8708c0de1460d8b142478c31b |
cargo_0.23.0-0ubuntu0.14.04.1.dsc | 2.3 KiB | 0496d9cf87a2c05db8205449cd05b2909e448e62eadc2da5ab71ee629e2750ed |
Available diffs
Binary packages built by this source
- cargo: Rust package manager
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project’s dependencies and compiles your
project.
- cargo-dbgsym: debug symbols for package cargo
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project’s dependencies and compiles your
project.
- cargo-doc: Rust package manager, documentation
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project’s dependencies and compiles your
project.
.
This package contains the documentation.