~canonical-foundations/ubuntu/+source/cargo:ubuntu/devel

Last commit made on 2018-08-15
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/~canonical-foundations/ubuntu/+source/cargo
Members of Canonical Foundations Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:~canonical-foundations/ubuntu/+source/cargo

Recent commits

5c2c30c... by Chris Coulson

Import patches-unapplied version 0.29.0-1ubuntu1 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: f2ea815d7047e1974561517e7e00ffada1077fe9

New changelog entries:
  * 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

f2ea815... by Vasudev Kamath <email address hidden>

Import patches-unapplied version 0.29.0-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 6f8445b5da65475e87c695997108dd0eb9cc85da

New changelog entries:
  * 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

6f8445b... by Vasudev Kamath <email address hidden>

Import patches-unapplied version 0.29.0-1~exp1 to debian/experimental

Imported using git-ubuntu import.

Changelog parent: 18a62f7984e8c374e999e060a38af85057fae62d

New changelog entries:
  [ 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.

18a62f7... by Vasudev Kamath <email address hidden>

Import patches-unapplied version 0.28.0-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: cbe50b06cd02cc5f77eb7a7c58b1308fc92ac601

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

cbe50b0... by Vasudev Kamath <email address hidden>

Import patches-unapplied version 0.28.0-1~exp2 to debian/experimental

Imported using git-ubuntu import.

Changelog parent: c2e6847ae6fe6638994f6a6dc6b55c52136592a6

New changelog entries:
  * Add patch 2005 to disable fetch_platform_specific_dependencies unit
    tests. Upstream issue #5864.

c2e6847... by Vasudev Kamath <email address hidden>

Import patches-unapplied version 0.28.0-1~exp1 to debian/experimental

Imported using git-ubuntu import.

Changelog parent: b0b0cee682bf4127ebe59131c612687125025453

New changelog entries:
  [ 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.

b0b0cee... by Ximin Luo

Import patches-unapplied version 0.27.0-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: daf54985326fcf1d71bdd93a81342110214df379

New changelog entries:
  * Support cross-compile install (upstream PR #5614).

daf5498... by Vasudev Kamath <email address hidden>

Import patches-unapplied version 0.27.0-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 65a8687daa88e013f85bb5f4a241ea60fd191a0f

New changelog entries:
  * Upload to unstable.

65a8687... by Vasudev Kamath <email address hidden>

Import patches-unapplied version 0.27.0-1~exp1 to debian/experimental

Imported using git-ubuntu import.

Changelog parent: 305e5d7cfc1a608e073b01100dbd099103c8cc63

New changelog entries:
  [ upstream ]
  * Cargo will now output path to custom commands when -v is passed with
    --list.
  * Cargo binary version is now same as the Rust version.
  * Cargo.lock files are now included in published crates.
  [ Vasudev Kamath ]
  * Update patch 2004 for the new release.
  * Add files from clap and vec_map to unsuspicious list.
  * debian/patches:
    + Update path to libgit2-sys in patch 2001.
    + Adjust file name and paths to test files to be patched in patch
      2002.
    + Drop all unused imports and comment out functions not just drop
      #[test] in patch 2002.
    + Drop patch 1001 as its now part of new cargo release.
    + Refresh patch 2007.
  * debian/copyright:
    + Update copyright information for new vendored crates.

305e5d7... by Vasudev Kamath <email address hidden>

Import patches-unapplied version 0.26.0-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: fd2f4bb6eb9bf3fa924c9449202edff13d5da15d

New changelog entries:
  * Upload to unstable.