Change logs for cargo source package in Yakkety

  • cargo (0.16.0-0ubuntu1~16.10.1) yakkety-security; urgency=medium
    
      * Backport cargo to 16.10
    
    cargo (0.16.0-0ubuntu1) zesty; urgency=medium
    
      * Update to 0.16.0 which is required to build Firefox
    
      * Don't use the bootstrap.py script for bootstrapping - I've spent enough
        time unsuccessfully trying to bootstrap 0.16.0 on Ubuntu with it.
        - remove debian/bootstrap.py
        - remove debian/cargo-vendor-pack.py
        - remove debian/patches/deps-adjust.patch
        - update debian/patches/series
        - update debian/control
        - update debian/rules
      * cargo vendor doesn't produce anything that needs to be unpacked, so just
        save everything directly in vendor/ and remove
        debian/cargo-vendor-unpack.py
      * Rename debian/deps-tarball-filter.txt to debian/vendor-tarball-filter.txt
        to reflect that vendored crates are now in vendor/ rather than deps/
      * For files that we remove from the tarball, we also need to update the
        .cargo-checksum.json files for the corresponding crates, else the build
        fails.
        - add debian/filter-tarball.py
        - update debian/make_orig_multi.sh
      * Pass -x to cargo vendor to save crates with the version number in
        their path
        - update debian/make_orig_multi.sh
      * Refresh debian/patches/clean-cargo-deps.patch
      * Ensure that the rustc triple is calculated correctly on armhf (code
        copied from the rustc package)
        - update debian/rules
      * Create a .cargo/config at build time to tell cargo to use the vendored
        crates
        - update debian/rules
    
     -- Chris Coulson <email address hidden>  Fri, 10 Mar 2017 22:40:23 +0000
  • cargo (0.11.0-2) unstable; urgency=high
    
      * debian/rules: fix RUSTFLAGS quoting (Closes: #834980)
    
     -- Luca Bruno <email address hidden>  Sun, 21 Aug 2016 18:21:21 +0000
  • cargo (0.11.0-1) unstable; urgency=medium
    
      [ Daniele Tricoli ]
      * New upstream release. (Closes: #826938)
        - Update deps tarball.
        - Refresh patches.
        - Drop clean-win-crates.patch since time crate is not a dependency
          anymore.
        - Drop deps-url-fix-toml.patch since merged upstream.
    
      [ Luca Bruno ]
      * Install subcommand manpages too
      * Move to a bootstrapped (stage1) build by default
    
     -- Luca Bruno <email address hidden>  Mon, 15 Aug 2016 13:59:04 +0000
  • cargo (0.9.0-1) unstable; urgency=medium
    
      * New upstream version
        + Fix deprecation errors (Closes: #822178, #823652)
        + Updated deps tarball
        + Refreshed patches
    
     -- Luca Bruno <email address hidden>  Sat, 07 May 2016 17:56:28 +0200
  • cargo (0.8.0-2) unstable; urgency=low
    
      * Prefer libcurl4-gnutls-dev for building (Closes: #819831)
    
     -- Luca Bruno <email address hidden>  Tue, 05 Apr 2016 22:23:44 +0200
  • cargo (0.8.0-1) unstable; urgency=medium
    
      * New upstream version 0.8.0
        + Updated deps tarball
        + Refreshed patches
      * cargo: removed unused lintian overrides
    
     -- Luca Bruno <email address hidden>  Sat, 05 Mar 2016 22:39:06 +0100