cargo (0.26.0-0ubuntu1) bionic; urgency=medium * New upstream release (0.26.0) * Refresh patches - update debian/patches/2004_clean-cargo-deps.patch * Drop patches that are no longer needed or fixed upstream - remove debian/patches/2003_local-jquery.patch - remove debian/patches/1002_fix_typo_cargo_search.patch - remove debian/patches/2005_dont_run_mdbook.patch - remove debian/patches/2006_disable_wasm32_tests.patch - update debian/patches/series * Drop an extra step which is no longer needed when building the documentation now - update debian/rules * Drop the unneeded dependency on libjs-jquery from cargo-doc - update debian/control - update debian/rules -- Chris Coulson Fri, 13 Apr 2018 18:52:29 +0100 cargo (0.25.0-1ubuntu1) bionic; urgency=medium [ Rico Tzschichholz ] * 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 - 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 -- Chris Coulson Mon, 19 Mar 2018 18:02:48 +0000 cargo (0.25.0-1) unstable; urgency=medium * Upload to unstable. -- Vasudev Kamath Fri, 09 Mar 2018 21:09:38 +0530 cargo (0.25.0-1~exp2) experimental; urgency=medium * Disable test running on powerpc and powerpcspe for now. Will be enabled once issue in test suites are fixed. Request from John Paul Adrian Glaubitz in IRC. -- Vasudev Kamath Sun, 25 Feb 2018 10:27:23 +0530 cargo (0.25.0-1~exp1) experimental; urgency=medium [upstream] * Added a workspace.default-members config that overrides implied --all in virtual workspaces. * Enable incremental by default on development builds. [ Vasudev Kamath ] * debian/vendor-tarball-filter.txt: Filter out git test data from libgit2-sys crate. * debian/vendor-tarball-unsusupiciousAudit unsuspicious files for 0.25.0 release. * debian/make_orig_multi.sh: Make sure we take filter and unsuspiciaus texts from debian folder. * debian/patches: + Drop patch 0001 it is merged upstream. + Fix the typo in description of patch 2006. * Drop source/lintian-override. README under patches directory is no longer considered as a patch file by lintian. * debian/copyright: + Drop unused vendor crates copyright information. + Add new crates copyright information to copyright. -- Vasudev Kamath Sat, 24 Feb 2018 14:43:48 +0530 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 -- Chris Coulson Wed, 07 Feb 2018 18:12:25 +0000 cargo (0.24.0-1) unstable; urgency=medium * Upload to unstable. -- Ximin Luo Sat, 27 Jan 2018 10:41:06 +0100 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. -- Vasudev Kamath Thu, 25 Jan 2018 14:57:43 +0530 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. -- Vasudev Kamath Sun, 10 Dec 2017 15:33:55 +0530 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. -- Vasudev Kamath Tue, 05 Dec 2017 22:03:49 +0530 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. -- Vasudev Kamath Sun, 29 Oct 2017 19:50:42 +0530 cargo (0.21.1-2) unstable; urgency=medium * Upload to unstable. -- Ximin Luo Wed, 25 Oct 2017 23:30:46 +0200 cargo (0.23.0-0ubuntu1) bionic; urgency=medium * Update to 0.23.0 * Refresh patches - update debian/patches/2004_clean-cargo-deps.patch * Drop patches that are fixed upstream - remove debian/patches/1001_fix_spelling_errors.patch - update debian/patches/series * Don't strip libgit2 from the tarball - update debian/vendor-tarball-filter.txt - remove debian/libgit2 - update debian/rules - update debian/copyright - update debian/README.source * Don't depend on mdbook when generating the documentation, as nothing in the archive provides it and it isn't needed - add debian/patches/dont-depend-on-mdbook.patch - update debian/patches/series -- Chris Coulson Thu, 30 Nov 2017 16:22:38 +0000 cargo (0.22.0-0ubuntu1) bionic; urgency=medium * Update to 0.22.0 * Refresh patches - update debian/patches/2004_clean-cargo-deps.patch * Drop debian/patches/fix-libc-build-on-s390x.patch - fixed upstream -- Chris Coulson Thu, 26 Oct 2017 17:09:43 +0100 cargo (0.21.1-1ubuntu1) artful; 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 - Embed libgit2 0.25.1 to avoid a dependency on a version which is newer than that found in Ubuntu. Do this in debian/ rather than just not omitting it from the tarball so that we can share Debian's tarball + add debian/libgit2 + update debian/control + update debian/rules + update debian/copyright - 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 - Backport an upstream fix for the libc crate to hopefully fix the s390x build - add debian/patches/fix-libc-build-on-s390x.patch - update debian/patches/series - update debian/rules -- Chris Coulson Wed, 11 Oct 2017 14:35:33 +0100 cargo (0.21.1-1) experimental; urgency=medium * debian/control: + Add myself as uploader for cargo package. + Mark package compliance with Debian Policy 4.1.0. * Mark tables.rs from unicode-normalization as unsuspicious. * Ignore sublime workspace file from hex crate. * debian/copyright: + Drop wildcards representing the old crates under vendor folder. + Add copyright information for newer crates under vendor + Add ARCHITECTURE.* to copyright. * debian/patches: + Rename patches to follow patch naming guidelines mentioned in debian/patches/README. + Add patch 1001 to fix spelling errors in cargo output messages. + Make patch 2003 DEP-3 compliant. + Adjust make_orig_multi.sh to renamed clean-cargo-deps.patch -- Vasudev Kamath Sat, 23 Sep 2017 10:41:07 +0530 cargo (0.20.0-2ubuntu3) artful; 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 - Embed libgit2 0.25.1 to avoid a dependency on a version which is newer than that found in Ubuntu. Do this in debian/ rather than just not omitting it from the tarball so that we can share Debian's tarball + add debian/libgit2 + update debian/control + update debian/rules + update debian/copyright - 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 yet + update debian/rules -- Chris Coulson Thu, 05 Oct 2017 00:47:24 +0100 cargo (0.20.0-2) unstable; urgency=medium * Work around #865549, fixes FTBFS on ppc64el. -- Ximin Luo Thu, 14 Sep 2017 15:47:55 +0200 cargo (0.20.0-1) unstable; urgency=medium * New upstream release. * Fix cross-compiling declarations, Multi-Arch: foreign => allowed * Un-embed libgit2 0.25.1 again. (Closes: #860990) * Update to latest Standards-Version; no changes required. -- Ximin Luo Thu, 24 Aug 2017 19:13:00 +0200 cargo (0.19.0-0ubuntu1) artful; urgency=medium * Update to 0.19.0 * Refresh debian/patches/clean-cargo-deps.patch -- Chris Coulson Wed, 16 Aug 2017 10:09:12 +0100 cargo (0.17.0-2) unstable; urgency=medium * Re-embed libgit2 0.25.1 due to the Debian testing freeze. It will be removed again after the freeze is over, when libgit2 0.25.1 can again enter Debian unstable. -- Ximin Luo Wed, 03 May 2017 16:56:03 +0200 cargo (0.17.0-1) unstable; urgency=medium * Upload to unstable so we have something to build rustc 1.17.0 with. -- Ximin Luo Wed, 03 May 2017 11:24:08 +0200 cargo (0.17.0-1~exp3) experimental; urgency=medium * Add git to Build-Depends to fix FTBFS. * Mention cross-compiling in the previous changelog entry. -- Ximin Luo Tue, 02 May 2017 13:18:53 +0200 cargo (0.17.0-1~exp2) experimental; urgency=medium * Bring in some changes from Ubuntu. - Rename deps/ to vendor/ as that's what upstream uses, and update other files with the new paths too. - Remove cargo-vendor-unpack since we no longer need to postprocess cargo-vendor output in that way. * Document that bootstrap.py probably doesn't work now. * Include /usr/share/rustc/architecture.mk in d/rules instead of duplicating awkward arch-dependent Makefile snippets. * Don't embed libgit2, add a versioned B-D to libgit2-dev. * Add support for cross-compiling bootstrap. -- Ximin Luo Mon, 01 May 2017 20:49:45 +0200 cargo (0.17.0-1~exp1) experimental; urgency=medium * New upstream release. (Closes: #851089, #859312) -- Ximin Luo Thu, 20 Apr 2017 03:16:04 +0200 cargo (0.17.0-0ubuntu1) zesty; urgency=medium * Update to 0.17.0, which is required to work with rustc 1.16 * Refresh debian/patches/clean-cargo-deps.patch -- Chris Coulson Fri, 24 Mar 2017 15:19:42 +0000 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 Fri, 10 Mar 2017 13:25:34 +0000 cargo (0.15.0~dev-1) unstable; urgency=medium * New upstream snapshot (git 1877f59d6b2cb057f7ef6c6b34b926fd96a683c1) - Compatible with OpenSSL 1.1.0 (Closes: #828259) * rules: use new link-arg options (Closes: #834980, #837433) - Requires rustc >= 1.13 -- Luca Bruno Fri, 25 Nov 2016 23:30:03 +0000 cargo (0.11.0-2) unstable; urgency=high * debian/rules: fix RUSTFLAGS quoting (Closes: #834980) -- Luca Bruno 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 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 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 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 Sat, 05 Mar 2016 22:39:06 +0100 cargo (0.7.0-2) unstable; urgency=medium * Bump standards version * cargo: + add a new stage2 profile + preserve original Cargo.lock for clean + clean environment to allow multiple builds * cargo-doc: + update docbase paths after package split + do not reference remote jquery + do not build under nodoc profile * control: update build-deps for build-profiles -- Luca Bruno Thu, 03 Mar 2016 22:18:32 +0100 cargo (0.7.0-1) unstable; urgency=medium * New upstream version 0.7.0 + Updated deps tarball and repack filter + Refreshed patches * Fixes to debian packaging + Updated deps repack script + index packing: use the same TAR format as cargo + rules: ask cargo to build verbosely * Update README.source to match current packaging -- Luca Bruno Sun, 14 Feb 2016 16:12:55 +0100 cargo (0.6.0-2) unstable; urgency=medium * Introduce a cargo-doc package * Fails to build when wget is installed. Force curl (Closes: #809298) * Add the missing VCS- fields -- Sylvestre Ledru Tue, 26 Jan 2016 13:01:16 +0100 cargo (0.6.0-1) unstable; urgency=medium * New upstream version 0.6.0 + Updated deps tarball + Not shipping a registry index anymore * Refreshed bootstrap.py script + Skip optional dependencies in stage0 * Added some crude pack/unpack helpers * copyright: cleaned up unused entries * rules: major update for new 0.6.0 bootstrap -- Luca Bruno Fri, 04 Dec 2015 00:42:55 +0100 cargo (0.3.0-2) unstable; urgency=medium * Fix install target, removing arch-specific path -- Luca Bruno Sat, 14 Nov 2015 19:46:57 +0100 cargo (0.3.0-1) unstable; urgency=medium * Team upload. * First upload to unstable. * Update gbp.conf according to git repo structure. * patches: downgrade missing_docs lints to simple warnings to avoid build failures on newer rustc. -- Luca Bruno Sat, 14 Nov 2015 17:29:15 +0100 cargo (0.3.0-0~exp1) experimental; urgency=low * Team upload. * Initial Debian release. (Closes: #786432) -- Luca Bruno Tue, 11 Aug 2015 20:15:54 +0200