[ubuntu/cosmic-proposed] cargo 0.27.0-0ubuntu1 (Accepted)

Chris Coulson chris.coulson at canonical.com
Wed May 16 22:57:13 UTC 2018


cargo (0.27.0-0ubuntu1) cosmic; urgency=medium

  * New upstream release (0.27.0)
  * Refresh patches
    - update debian/patches/2001_use-system-libgit2.patch
    - update debian/patches/2002_disable-net-tests.patch
    - update debian/patches/2004_clean-cargo-deps.patch
  * Drop patches that are fixed upstream
    - remove debian/patches/1001_PR5012.patch
    - remove debian/patches/use-local-index-in-tests.patch
    - update debian/patches/series

  * Merge from Debian unstable, remaining changes:
    - Don't use the bootstrap.py script for bootstrapping as it no longer
      works.
      + remove debian/bootstrap.py
      + update debian/control
      + update debian/rules
      + update debian/make_orig_multi.sh
    - Drop the unneeded dependency on libjs-jquery from cargo-doc
      + update debian/control
      + update debian/rules
    - Update a test to not clone the real index, as this doesn't work in
      Launchpad builds
      + add debian/patches/use-local-index-in-tests.patch
      + update debian/patches/2002_disable-net-tests.patch to not disable the
        test
      + update debian/patches/series
    - Ignore test failures on s390x. There's no Debian build yet on this
      arch and there's nothing in the archive that requires cargo on s390x at
      this time
      + update debian/rules
    - Add "#[allow(dead_code)]" to commented out test functions so that
      compilation doesn't fail
      + update debian/patches/2002_disable-net-tests.patch

cargo (0.26.0-1) unstable; urgency=medium

  * Upload to unstable.

cargo (0.26.0-1~exp1) experimental; urgency=medium

  [upstream]
  * cargo new now defaults to create binary crate instead of library
    crate.
  * cargo new will no longer name crates with name starting with rust- or
    ending with -rs.
  * cargo doc is faster as it uses cargo check instead of full rebuild.

  [Vasudev Kamath]
  * Refresh the patch 2004 against newer Cargo.toml
  * Mark package compliance with Debian Policy 4.1.4
  * debian/patches:
    + Drop patch 2003 and 2005, the doc should be built from source using
      mdbook.
    + Drop patch 2006, the wasm32 related test seems to be dropped
      upstream.
    + Drop patch 1002, merged upstream.
    + Add tests/generate_lock_file.rs to patch 2002 to disable
      no_index_update test, this tries to access network.
    + Refresh patch 1001 with new upstream release.
  * debian/rules: disable execution of src/ci/dox.sh, this script is no
    longer present in new release.
  * debian/copyright:
    + Add copyright for humantime crate.
    + Add copyright for lazycell crate.
    + Add copyright for quick-error crate
    + Add copyright for proc-macro2 crate.

cargo (0.25.0-3) unstable; urgency=medium

  [ Ximin Luo ]
  * Update Vcs-* fields to salsa

  [ Vasudev Kamath ]
  * Add patch to prevent incremental builds on sparc64.
    Closes: bug#895300, Thanks to John Paul Adrian Glaubitz.

cargo (0.25.0-2) unstable; urgency=medium

  [ Ximin Luo ]
  * Depend on rustc 1.24 or later.
  * Backport a patch to not require dev-dependencies when not needed.

cargo (0.26.0-0ubuntu2) bionic; urgency=medium

  * Fix missing quotes in debian/rules, which resulted in all test failures
    being ignored
  * Update a test to not clone the real index, as this doesn't work in
    Launchpad builds
    - add debian/patches/use-local-index-in-tests.patch
    - update debian/patches/series

Date: Wed, 16 May 2018 22:20:39 +0100
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/cargo/0.27.0-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 16 May 2018 22:20:39 +0100
Source: cargo
Binary: cargo cargo-doc
Architecture: source
Version: 0.27.0-0ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Description:
 cargo      - Rust package manager
 cargo-doc  - Rust package manager, documentation
Closes: 895300
Changes:
 cargo (0.27.0-0ubuntu1) cosmic; urgency=medium
 .
   * New upstream release (0.27.0)
   * Refresh patches
     - update debian/patches/2001_use-system-libgit2.patch
     - update debian/patches/2002_disable-net-tests.patch
     - update debian/patches/2004_clean-cargo-deps.patch
   * Drop patches that are fixed upstream
     - remove debian/patches/1001_PR5012.patch
     - remove debian/patches/use-local-index-in-tests.patch
     - update debian/patches/series
 .
   * Merge from Debian unstable, remaining changes:
     - Don't use the bootstrap.py script for bootstrapping as it no longer
       works.
       + remove debian/bootstrap.py
       + update debian/control
       + update debian/rules
       + update debian/make_orig_multi.sh
     - Drop the unneeded dependency on libjs-jquery from cargo-doc
       + update debian/control
       + update debian/rules
     - Update a test to not clone the real index, as this doesn't work in
       Launchpad builds
       + add debian/patches/use-local-index-in-tests.patch
       + update debian/patches/2002_disable-net-tests.patch to not disable the
         test
       + update debian/patches/series
     - Ignore test failures on s390x. There's no Debian build yet on this
       arch and there's nothing in the archive that requires cargo on s390x at
       this time
       + update debian/rules
     - Add "#[allow(dead_code)]" to commented out test functions so that
       compilation doesn't fail
       + update debian/patches/2002_disable-net-tests.patch
 .
 cargo (0.26.0-1) unstable; urgency=medium
 .
   * Upload to unstable.
 .
 cargo (0.26.0-1~exp1) experimental; urgency=medium
 .
   [upstream]
   * cargo new now defaults to create binary crate instead of library
     crate.
   * cargo new will no longer name crates with name starting with rust- or
     ending with -rs.
   * cargo doc is faster as it uses cargo check instead of full rebuild.
 .
   [Vasudev Kamath]
   * Refresh the patch 2004 against newer Cargo.toml
   * Mark package compliance with Debian Policy 4.1.4
   * debian/patches:
     + Drop patch 2003 and 2005, the doc should be built from source using
       mdbook.
     + Drop patch 2006, the wasm32 related test seems to be dropped
       upstream.
     + Drop patch 1002, merged upstream.
     + Add tests/generate_lock_file.rs to patch 2002 to disable
       no_index_update test, this tries to access network.
     + Refresh patch 1001 with new upstream release.
   * debian/rules: disable execution of src/ci/dox.sh, this script is no
     longer present in new release.
   * debian/copyright:
     + Add copyright for humantime crate.
     + Add copyright for lazycell crate.
     + Add copyright for quick-error crate
     + Add copyright for proc-macro2 crate.
 .
 cargo (0.25.0-3) unstable; urgency=medium
 .
   [ Ximin Luo ]
   * Update Vcs-* fields to salsa
 .
   [ Vasudev Kamath ]
   * Add patch to prevent incremental builds on sparc64.
     Closes: bug#895300, Thanks to John Paul Adrian Glaubitz.
 .
 cargo (0.25.0-2) unstable; urgency=medium
 .
   [ Ximin Luo ]
   * Depend on rustc 1.24 or later.
   * Backport a patch to not require dev-dependencies when not needed.
 .
 cargo (0.26.0-0ubuntu2) bionic; urgency=medium
 .
   * Fix missing quotes in debian/rules, which resulted in all test failures
     being ignored
   * Update a test to not clone the real index, as this doesn't work in
     Launchpad builds
     - add debian/patches/use-local-index-in-tests.patch
     - update debian/patches/series
Checksums-Sha1:
 eb6b4a9fb5ba783bbf3a9ab3c37594a4c3e3799d 2420 cargo_0.27.0-0ubuntu1.dsc
 4bd5422ba4a9ff616db8a5c3c6adfd207e1078dd 6020112 cargo_0.27.0.orig-vendor.tar.gz
 d1d121ddc2fa16bbc54d3c7d2e70a6b8c3c9e055 728885 cargo_0.27.0.orig.tar.gz
 2be0db6887adf580f4c3092370634be33d15bcf5 24284 cargo_0.27.0-0ubuntu1.debian.tar.xz
 874a9758b7cb6732a6285c28531e6e65645b5efd 8618 cargo_0.27.0-0ubuntu1_source.buildinfo
Checksums-Sha256:
 d9aa6c7f8722ec3d5f8e67d599933aac6a298e65433aafd0573c72f8ff837334 2420 cargo_0.27.0-0ubuntu1.dsc
 d7e3fc94060af06ca1da6ffafd59833485207f5a9327e5ee0af266ea7d4576ae 6020112 cargo_0.27.0.orig-vendor.tar.gz
 fae0bd136cc7622bde3e1c3d0bfefaed4d610b0fe6c7618a0a215ce2aba2bde1 728885 cargo_0.27.0.orig.tar.gz
 01951ee0f4b84720ade74051a979229c6f531afcc75b9e80aa4689994483de20 24284 cargo_0.27.0-0ubuntu1.debian.tar.xz
 caff403a0afff01435dd7842256d3b76527dbdfa8279cdc2b9ecbd97e6f19f7c 8618 cargo_0.27.0-0ubuntu1_source.buildinfo
Files:
 cf07e3f27f0e0eb946f2055034b92564 2420 devel optional cargo_0.27.0-0ubuntu1.dsc
 435fe6c0d07d4ac1fa5ea2b481bc4a90 6020112 devel optional cargo_0.27.0.orig-vendor.tar.gz
 6ba4760208d7044c066df1b9be74bc41 728885 devel optional cargo_0.27.0.orig.tar.gz
 c704db034eb5369e4241488c1ff65fbb 24284 devel optional cargo_0.27.0-0ubuntu1.debian.tar.xz
 6a5149f3aaf5ee34b81fca23f4fff537 8618 devel optional cargo_0.27.0-0ubuntu1_source.buildinfo
Original-Maintainer: Rust Maintainers <pkg-rust-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQE5BAEBCAAjBQJa/LTZHBxjaHJpcy5jb3Vsc29uQGNhbm9uaWNhbC5jb20ACgkQ
YR+97NWUbg8ZWwgAoEYxf+bkcKkT3MFe1wPLe2zzXzzLK2e+KckqsaO6nq9JR6oy
VCby4NPl6wfn6FYJAE9dgr6sMSBbOpWXGG9x2Xy6u6peS+tDL++1M03p/SKVguzt
SVa4XmXnlYe2BqMdZ7lX9v5DfrfA/edLWmvSZaq2cvvVtCSed+Vs5JNNxFJb4e55
+2uxWodt951daXa9CkdhwWchSlxXmb4Lg8tlb77sgXVLeuIUJoml4pJ7V/BOsbvZ
b+4nLRtdWL+s7J1ueaiNdEYphhrpiKWWRudQb7caLUVydaFB7KMMj2uvR51bo4v6
+Y57MJi4vt/pToNPrqkv8bJ2MdKrJfOmlWrC2g==
=mDl4
-----END PGP SIGNATURE-----


More information about the Cosmic-changes mailing list