rustup 1.26.0-1 source package in Ubuntu

Changelog

rustup (1.26.0-1) unstable; urgency=medium

  * Team upload.
  * Package rustup 1.26.0 from local source using debcargo 2.6.0
  * Initial package upload. (Closes: #1026333)
  * d/copyright: update copyright data from upstream rustup 1.26.0:
    - Update copyright years
    - Add new licenses for new files
  * d/control: use policy version 4.6.2 and use compat version 13
  * d/patches: add multiple patches to make rustup buildable under Debian:
    - 0001-cargo-remove-windows-dependencies.patch: Remove Windows dependencies
    - 0002-cargo-remove-reqwest-and-use-curl-instead.patch: Remove reqwest
      entirely (use curl as the downloader)
    - 0003-Bumped-retry.patch: Upgrade retry to ^2
    - 0004-cargo-relax-term-dependency-constraint.patch: Loosen term to ~0.5
    - 0005-tests-disable-self-update-tests.patch: Disable all the tests that
    do the self-update testing
    - 0006-Update-Rust-crate-toml-to-0.7.3.patch: Upgrade toml to ~0.7.3
    - 0007-Remove-external-images-from-the-web-pages.patch: Remove remotely
    loaded images from the HTML files

  [ Ximin Luo ]
  * Package rustup 1.21.1 from local source using debcargo 2.4.3

 -- Zixing Liu <email address hidden>  Wed, 20 Sep 2023 22:33:39 -0600

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rustup_1.26.0-1.dsc 3.9 KiB 1e3c3c7fe6c5d3c74dfe5814ccb4c6da83be74d7750e1d9fb06ee85774eb2731
rustup_1.26.0.orig.tar.gz 894.8 KiB 6f20ff98f2f1dbde6886f8d133fe0d7aed24bc76c670ea1fca18eb33baadd808
rustup_1.26.0-1.debian.tar.xz 16.0 KiB 5cd09051e6eb5a2ebb644d6e0d5349e5064d10d0ca81a0389cd086576a3d2d77

No changes file available.

Binary packages built by this source

librust-rustup-dev: Manage multiple rust installations with ease - Rust source code

 This package contains the source for the Rust rustup crate, packaged by
 debcargo for use with cargo and dh-cargo.

rustup: The Rust toolchain installer

 Rustup installs The Rust Programming Language from the official release
 channels, enabling you to easily switch between stable, beta, and nightly
 compilers and keep them updated. It makes cross-compiling simpler with binary
 builds of the standard library for common platforms.
 And it runs on all platforms Rust supports, including Windows.

rustup-dbgsym: debug symbols for rustup