[ubuntu/cosmic-proposed] cargo 0.29.0-1ubuntu1 (Accepted)

Chris Coulson chris.coulson at canonical.com
Wed Aug 15 16:34:13 UTC 2018


cargo (0.29.0-1ubuntu1) cosmic; urgency=medium

  * 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
    - Bump libgit2 dependency to 0.27.0. This is what is bundled in upstream
      checkouts now, and it no longer builds against 0.25.1.0
      - update debian/control
    - Drop the unneeded dependency on libjs-jquery from cargo-doc
      - update debian/control
    - 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
    - Don't disable generate_lockfile.rs:no_index_update, as this test was
      fixed upstream to not clone the real index
      - update debian/patches/2002_disable-net-tests.patch
    - Disable fetch tests on non x86/x86-64 architectures, as those hit an
      unreachable!() in test code. Disable the Debian patch that disables these
      tests on every architecture
      - add debian/patches/disable-fetch-tests-on-non-x86.patch
      - update debian/patches/series

cargo (0.29.0-1) unstable; urgency=medium

  * Merge changes of 0.28.0-2, which was missed in first release of 0.29.0
  * Upload to unstable.
  * Refresh patch for `install --target` feature for release 0.29.0

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

  [ upstream ]
  * Cargo will now no longer allow you to publish crates with build
    scripts that modify the src directory. The src directory in a crate
    should be considered to be immutable.

  [ Vasudev Kamath ]
  * Update unsuspicious text for new release 0.29.0
  * Change pattern for embedded zlib
  * debian/patches:
    + Refresh patches 2001, 2002, 2003, 2004 to work with new release and
      new vendor files.
    + Add patch 1001 to fix deprecated warnings on usage of "casues" from
      failure crate,
  * Update copyright information for new release.
  * Make package compliant with policy 4.2.0.

cargo (0.28.0-2) unstable; urgency=medium

  * Re-add `install --target` functionality, needed by dh-cargo.

cargo (0.28.0-1) unstable; urgency=medium

  * Upload to unstable

cargo (0.28.0-1~exp3) experimental; urgency=medium

  * Disable incremental compilation tests on sparc64 architecture.
    Closes: bug#905623, Thanks to John Paul Adrian Glaubitz.

cargo (0.28.0-1~exp2) experimental; urgency=medium

  * Add patch 2005 to disable fetch_platform_specific_dependencies unit
    tests. Upstream issue #5864.

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

  [ upstream ]
  * cargo-metadata now includes authors, categories, keywords, readme, and
    repository fields.
  * cargo-metadata now includes a package's metadata table.
  * Added the --target-dir optional argument. This allows you to specify a
    different directory than target for placing compilation artifacts.
  * Cargo will be adding automatic target inference for binaries,
    benchmarks, examples, and tests in the Rust 2018 edition. If your
    project specifies specific targets e.g. using [[bin]] and have other
    binaries in locations where cargo would infer a binary, Cargo will
    produce a warning. You can disable this feature ahead of time by
    setting any of the following autobins, autobenches, autoexamples,
    autotests to false.
  * Cargo will now cache compiler information. This can be disabled by
    setting CARGO_CACHE_RUSTC_INFO=0 in your environment.

  [ Sylvestre Ledru ]
  * Update of the alioth ML address.

  [ Vasudev Kamath ]
  * Update README.source to mention preferred way of upload.
  * Update unsuspicious files for new release.
  * debian/patches:
    + Refresh patch 2007 for new release.
    + Refresh patch 2001 for new version of libgit2-sys
    + Drop patch 2008 as its merged upstream.
    + Add patch 2003 for forcing use of libssh2 from system, which was now
      controlled by environment variable.
  * debian/copyright:
    + Update copyright information for new release.
  * Mark package compliance with Debian Policy 4.1.5.

Date: Wed, 15 Aug 2018 17:10:23 +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.29.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 15 Aug 2018 17:10:23 +0100
Source: cargo
Binary: cargo cargo-doc
Architecture: source
Version: 0.29.0-1ubuntu1
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: 905623
Changes:
 cargo (0.29.0-1ubuntu1) cosmic; urgency=medium
 .
   * 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
     - Bump libgit2 dependency to 0.27.0. This is what is bundled in upstream
       checkouts now, and it no longer builds against 0.25.1.0
       - update debian/control
     - Drop the unneeded dependency on libjs-jquery from cargo-doc
       - update debian/control
     - 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
     - Don't disable generate_lockfile.rs:no_index_update, as this test was
       fixed upstream to not clone the real index
       - update debian/patches/2002_disable-net-tests.patch
     - Disable fetch tests on non x86/x86-64 architectures, as those hit an
       unreachable!() in test code. Disable the Debian patch that disables these
       tests on every architecture
       - add debian/patches/disable-fetch-tests-on-non-x86.patch
       - update debian/patches/series
 .
 cargo (0.29.0-1) unstable; urgency=medium
 .
   * Merge changes of 0.28.0-2, which was missed in first release of 0.29.0
   * Upload to unstable.
   * Refresh patch for `install --target` feature for release 0.29.0
 .
 cargo (0.29.0-1~exp1) experimental; urgency=medium
 .
   [ upstream ]
   * Cargo will now no longer allow you to publish crates with build
     scripts that modify the src directory. The src directory in a crate
     should be considered to be immutable.
 .
   [ Vasudev Kamath ]
   * Update unsuspicious text for new release 0.29.0
   * Change pattern for embedded zlib
   * debian/patches:
     + Refresh patches 2001, 2002, 2003, 2004 to work with new release and
       new vendor files.
     + Add patch 1001 to fix deprecated warnings on usage of "casues" from
       failure crate,
   * Update copyright information for new release.
   * Make package compliant with policy 4.2.0.
 .
 cargo (0.28.0-2) unstable; urgency=medium
 .
   * Re-add `install --target` functionality, needed by dh-cargo.
 .
 cargo (0.28.0-1) unstable; urgency=medium
 .
   * Upload to unstable
 .
 cargo (0.28.0-1~exp3) experimental; urgency=medium
 .
   * Disable incremental compilation tests on sparc64 architecture.
     Closes: bug#905623, Thanks to John Paul Adrian Glaubitz.
 .
 cargo (0.28.0-1~exp2) experimental; urgency=medium
 .
   * Add patch 2005 to disable fetch_platform_specific_dependencies unit
     tests. Upstream issue #5864.
 .
 cargo (0.28.0-1~exp1) experimental; urgency=medium
 .
   [ upstream ]
   * cargo-metadata now includes authors, categories, keywords, readme, and
     repository fields.
   * cargo-metadata now includes a package's metadata table.
   * Added the --target-dir optional argument. This allows you to specify a
     different directory than target for placing compilation artifacts.
   * Cargo will be adding automatic target inference for binaries,
     benchmarks, examples, and tests in the Rust 2018 edition. If your
     project specifies specific targets e.g. using [[bin]] and have other
     binaries in locations where cargo would infer a binary, Cargo will
     produce a warning. You can disable this feature ahead of time by
     setting any of the following autobins, autobenches, autoexamples,
     autotests to false.
   * Cargo will now cache compiler information. This can be disabled by
     setting CARGO_CACHE_RUSTC_INFO=0 in your environment.
 .
   [ Sylvestre Ledru ]
   * Update of the alioth ML address.
 .
   [ Vasudev Kamath ]
   * Update README.source to mention preferred way of upload.
   * Update unsuspicious files for new release.
   * debian/patches:
     + Refresh patch 2007 for new release.
     + Refresh patch 2001 for new version of libgit2-sys
     + Drop patch 2008 as its merged upstream.
     + Add patch 2003 for forcing use of libssh2 from system, which was now
       controlled by environment variable.
   * debian/copyright:
     + Update copyright information for new release.
   * Mark package compliance with Debian Policy 4.1.5.
Checksums-Sha1:
 cc63e4c3a9dc23e69d5a6becac5e7073e3af0770 2454 cargo_0.29.0-1ubuntu1.dsc
 4303f20197ca3fdad2f53eb83cd1e95d820b09c9 6091490 cargo_0.29.0.orig-vendor.tar.gz
 88fc842a8006c0b3b2eacaf346eaf99aedd821e3 780814 cargo_0.29.0.orig.tar.gz
 6bb3ee51804de818b6eb43bf94d09599a6d61147 30688 cargo_0.29.0-1ubuntu1.debian.tar.xz
 5efa07140eb9fc2b77d5981a3480f9c6194c3b2d 9157 cargo_0.29.0-1ubuntu1_source.buildinfo
Checksums-Sha256:
 aa465e260f1de5007eff8da669114a450b11e9546e60c0665af86f7e16e06190 2454 cargo_0.29.0-1ubuntu1.dsc
 09b6ead3b44e2290697091f8fc80b87c318d07201d07115b50ce255f9aa8e371 6091490 cargo_0.29.0.orig-vendor.tar.gz
 9aedb9536ec0b92059ed06b79a72798daf14e3fbcf29fac308ac07d23a9493d3 780814 cargo_0.29.0.orig.tar.gz
 b7743eacc9fb5a468e4b6e723b31b09dd77718ee39d2dbbe1a3d831973914dcc 30688 cargo_0.29.0-1ubuntu1.debian.tar.xz
 ae397474437e3e8f9b7aae8369e306e1af4806b1e24a22b6c6ac8bd682a7416d 9157 cargo_0.29.0-1ubuntu1_source.buildinfo
Files:
 f66acf7d0bbaca97bf2f446cf0d39ac3 2454 devel optional cargo_0.29.0-1ubuntu1.dsc
 d7198a0193af1a5e2235db6a3c5bdd1b 6091490 devel optional cargo_0.29.0.orig-vendor.tar.gz
 e2ec4b68c5570621d49bb50eeedb46ae 780814 devel optional cargo_0.29.0.orig.tar.gz
 b74f505edc924af9c38333142e99fa27 30688 devel optional cargo_0.29.0-1ubuntu1.debian.tar.xz
 dac4e71829d9096da199c3877bb0af77 9157 devel optional cargo_0.29.0-1ubuntu1_source.buildinfo
Original-Maintainer: Rust Maintainers <pkg-rust-maintainers at alioth-lists.debian.net>

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

iQFQBAEBCgA6FiEERN//5MGgCOgyKeIFYR+97NWUbg8FAlt0Uj4cHGNocmlzLmNv
dWxzb25AY2Fub25pY2FsLmNvbQAKCRBhH73s1ZRuD42YB/wIHIOBr0v6ek/vxaD5
HFEgINtSHiRZYLRHcfpBo9qq7AaD8jF+d2TXqgpm8MLmR97jCJ593sT/HeUp+cI2
H5MxXCuirPH8U6Y1QCTemg+eUBLAun9AbDcD81xpjcWp4jnNCBw5E+huufN9gOez
gQQAmHhCQ+IyPvpFLpjAC9goDXoaHA1/usk1L4Y3+2GVa944YfB0lz5hnqdJ6fbK
x5v5dTfuq4juc61CMmAanbfTfsn8xINZVmhDZaRVWRoUcCPeE7RUBDY7bPLA72uu
jasnd+7BY3a1uP29U0dt/PTCTAskU69lNEP81SJKjKlqbH+t9VROykanawZ/hgvb
qHQI
=Hhie
-----END PGP SIGNATURE-----


More information about the Cosmic-changes mailing list