[ubuntu/bionic-proposed] cargo 0.24.0-1ubuntu1 (Accepted)

Chris Coulson chris.coulson at canonical.com
Wed Feb 7 19:02:17 UTC 2018


cargo (0.24.0-1ubuntu1) bionic; urgency=medium

  * Merge from Debian, 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
    - 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

cargo (0.24.0-1) unstable; urgency=medium

  * Upload to unstable.

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

  [upstream]
  * Supports uninstallation of multiple crates.
  * `cargo check` unit testing.
  * Install  a specific version using `cargo install --version`

  [ Vasudev Kamath ]
  * Update vendor-tarball-unsuspicious.txt vendor-tarball-filter.txt for
    new upstream release.
  * debian/control:
    + Mark package compliance with Debian Policy 4.1.3.
  * debian/patches:
    + Update patch 2001 to work with libgit2-sys-0.6.19.
    + Update 1002 patch to drop url crate specific hunk as its merged
      upstream.
    + Add patch 0001 to fix bad_git_dependency test failure.
  * debian/copyright:
    + Add new vendor crates to copyright.
    + Track rustfmt.toml in top level copyright section.
  * Add lintian-override for ignoring README from
    patch-file-present-but-not-mentioned-in-series tag.

cargo (0.23.0-1) unstable; urgency=medium

  * Upload to unstable.
  * Mark package as compliant with Debian Policy 4.1.2.
    No change required to source.

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

  * [upstream]
    + Cargo will now build multi file examples in subdirectories of the
      examples folder that have a main.rs file.
    + Changed [root] to [package] in Cargo.lock. Old format packages will
      continue to work and can be updated using cargo update.
    + Supports vendoring git repositories.
  * Refresh patch 2004 for new release.
  * Audit logo.svg file from termion crate.
  * debian/patches:
    + Drop patch 1001, its merged upstream.
    + Refresh patch 2002 with new upstream changes.
    + Refresh patch 2001 with newer libgit2-sys changes.
    + Add patch 2005 to prevent executing non-existing mdbook command
      during build.
    + Move part of typo fix for url crate to patch 1001 to 1002. url crate
      is not updated in new cargo release.
  * debian/copyright:
    + Remove copyright for gcc crate.
    + Add copyright information for cc, commoncrypto, crypto-hash,
      redox_syscall. redox_termios and termion crate.
    + Add CONTRIBUTING.md to top Files section.
    + Drop magnet-sys from copyright.

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

  * New upstream release.
    + Can now install multiple crates with cargo install.
    + cargo commands inside a virtual workspace will now implicitly pass
      --all.
    + Added [patch] section to Cargo.toml to handle prepublication
      dependencies RFC 1969.
    + include and exclude fields in Cargo.toml now accept gitignore like
      patterns.
    + Added --all-target option.
    + Using required dependencies as a feature is now deprecated and emits
      a warning.
  * Put upstream PR url for patch 1001.
  * Add conv crate file to unsuspicious files.
  * debian/patches:
    + Refresh patches 1001, 2002 and 2004 with new upstream release.
    + Fix typo in cargo search command and related tests.
  * debian/control:
    + Mark package compliance with Debian Policy 4.1.1.
    + Mark priority for package as optional from extra. Priority extra is
      deprecated from Debian Policy 4.0.1.
  * debian/copyright:
    + Add newly added vendor copyright information.

cargo (0.21.1-2) unstable; urgency=medium

  * Upload to unstable.

Date: Wed, 07 Feb 2018 18:12:25 +0000
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Maintainer: Rust Maintainers <pkg-rust-maintainers at lists.alioth.debian.org>
https://launchpad.net/ubuntu/+source/cargo/0.24.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 07 Feb 2018 18:12:25 +0000
Source: cargo
Binary: cargo cargo-doc
Architecture: source
Version: 0.24.0-1ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Rust Maintainers <pkg-rust-maintainers at lists.alioth.debian.org>
Changed-By: Chris Coulson <chris.coulson at canonical.com>
Description:
 cargo      - Rust package manager
 cargo-doc  - Rust package manager, documentation
Changes:
 cargo (0.24.0-1ubuntu1) bionic; urgency=medium
 .
   * Merge from Debian, 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
     - 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
 .
 cargo (0.24.0-1) unstable; urgency=medium
 .
   * Upload to unstable.
 .
 cargo (0.24.0-1~exp1) experimental; urgency=medium
 .
   [upstream]
   * Supports uninstallation of multiple crates.
   * `cargo check` unit testing.
   * Install  a specific version using `cargo install --version`
 .
   [ Vasudev Kamath ]
   * Update vendor-tarball-unsuspicious.txt vendor-tarball-filter.txt for
     new upstream release.
   * debian/control:
     + Mark package compliance with Debian Policy 4.1.3.
   * debian/patches:
     + Update patch 2001 to work with libgit2-sys-0.6.19.
     + Update 1002 patch to drop url crate specific hunk as its merged
       upstream.
     + Add patch 0001 to fix bad_git_dependency test failure.
   * debian/copyright:
     + Add new vendor crates to copyright.
     + Track rustfmt.toml in top level copyright section.
   * Add lintian-override for ignoring README from
     patch-file-present-but-not-mentioned-in-series tag.
 .
 cargo (0.23.0-1) unstable; urgency=medium
 .
   * Upload to unstable.
   * Mark package as compliant with Debian Policy 4.1.2.
     No change required to source.
 .
 cargo (0.23.0-1~exp1) experimental; urgency=medium
 .
   * [upstream]
     + Cargo will now build multi file examples in subdirectories of the
       examples folder that have a main.rs file.
     + Changed [root] to [package] in Cargo.lock. Old format packages will
       continue to work and can be updated using cargo update.
     + Supports vendoring git repositories.
   * Refresh patch 2004 for new release.
   * Audit logo.svg file from termion crate.
   * debian/patches:
     + Drop patch 1001, its merged upstream.
     + Refresh patch 2002 with new upstream changes.
     + Refresh patch 2001 with newer libgit2-sys changes.
     + Add patch 2005 to prevent executing non-existing mdbook command
       during build.
     + Move part of typo fix for url crate to patch 1001 to 1002. url crate
       is not updated in new cargo release.
   * debian/copyright:
     + Remove copyright for gcc crate.
     + Add copyright information for cc, commoncrypto, crypto-hash,
       redox_syscall. redox_termios and termion crate.
     + Add CONTRIBUTING.md to top Files section.
     + Drop magnet-sys from copyright.
 .
 cargo (0.22.0-1~exp1) experimental; urgency=medium
 .
   * New upstream release.
     + Can now install multiple crates with cargo install.
     + cargo commands inside a virtual workspace will now implicitly pass
       --all.
     + Added [patch] section to Cargo.toml to handle prepublication
       dependencies RFC 1969.
     + include and exclude fields in Cargo.toml now accept gitignore like
       patterns.
     + Added --all-target option.
     + Using required dependencies as a feature is now deprecated and emits
       a warning.
   * Put upstream PR url for patch 1001.
   * Add conv crate file to unsuspicious files.
   * debian/patches:
     + Refresh patches 1001, 2002 and 2004 with new upstream release.
     + Fix typo in cargo search command and related tests.
   * debian/control:
     + Mark package compliance with Debian Policy 4.1.1.
     + Mark priority for package as optional from extra. Priority extra is
       deprecated from Debian Policy 4.0.1.
   * debian/copyright:
     + Add newly added vendor copyright information.
 .
 cargo (0.21.1-2) unstable; urgency=medium
 .
   * Upload to unstable.
Checksums-Sha1:
 3a8aaffbbb48df95280de6a5e9320ed0f8862126 2356 cargo_0.24.0-1ubuntu1.dsc
 6fd23da9610b44a307867a7605e4cfd42a4ff7e4 5665013 cargo_0.24.0.orig-vendor.tar.gz
 bfdd44901ef7052f651211555411c33be44acd50 967740 cargo_0.24.0.orig.tar.gz
 78a5895df1cb3760499a14833a86b75992acbdc1 23388 cargo_0.24.0-1ubuntu1.debian.tar.xz
 35b9f8ea960157bda5d9c0a4ad351dab92b0ef57 8537 cargo_0.24.0-1ubuntu1_source.buildinfo
Checksums-Sha256:
 85d42488a6da5ab01b60bb9ce694d8095dc1d4ed96f8657882071700d3060571 2356 cargo_0.24.0-1ubuntu1.dsc
 ad8df0a832a44ece6dd741f2d1d15f07359b38ec52aa407005121f1789911fc4 5665013 cargo_0.24.0.orig-vendor.tar.gz
 a9d4291254a1d622d3c3cb942aaa56ab4059b8d04915c3af234f0362f14722e8 967740 cargo_0.24.0.orig.tar.gz
 167c6c03c3a092313837ef333c5b838912d903b283e6ead5d7acf2f1547830a3 23388 cargo_0.24.0-1ubuntu1.debian.tar.xz
 a25a81fa7bdf4ab4676773c8d652a43486c4ceda606fdb6e4c60a877ad5d82c6 8537 cargo_0.24.0-1ubuntu1_source.buildinfo
Files:
 831d93abb468f7f433ad0766ce80280c 2356 devel optional cargo_0.24.0-1ubuntu1.dsc
 6fa7db15b02f465e1e2e76f0ce019bcd 5665013 devel optional cargo_0.24.0.orig-vendor.tar.gz
 2eb42d20e3601f577465ca99a508e767 967740 devel optional cargo_0.24.0.orig.tar.gz
 6a86ca5bcc59cef5cd352a8c2312abe3 23388 devel optional cargo_0.24.0-1ubuntu1.debian.tar.xz
 29d0d6948756cf25fa4fb4ed8cdb631a 8537 devel optional cargo_0.24.0-1ubuntu1_source.buildinfo

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

iQE5BAEBCAAjBQJae0kdHBxjaHJpcy5jb3Vsc29uQGNhbm9uaWNhbC5jb20ACgkQ
YR+97NWUbg8yDQf/d+xjPeW8Z0wFDZobwHxeWpg9OuDJ7sUjK+xNp2+O+iUfj7YQ
gdTS2VkCjHpv3pfBkK1ecWQT3GKcVXRt2RSjgvQx3Beib2iU3DOgw2sT9wcbxX6D
cXLzIzUkEHot9NmESTt7rwHMjUO2Kj7bZYEZggMpxILK/bvg4o/dhuwAyqS1WSDr
u90rC76x6vFUn+FRl7dbX9GYmbTNVu2tCEGuXs+QUb74dDCYr+E4gLDyNmXnEKw7
QjY2pUMmVwcOy4dGU7/hDMbtV+8FGPEMKCNDRWtv5kNVq1IaluJJsI7UieL/DECB
TYUAI5m5Mqn0hC0aHDQ8OBxXwtaWZvt7H/XYYw==
=nqtH
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list