From: Vasudev Kamath Date: Sun, 15 Apr 2018 16:44:38 +0000 (+0530) Subject: Prepare for experimetnal release. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~67 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0300559d7c8f2b7a2a29cbdb38ad6bbe83460844;p=cargo.git Prepare for experimetnal release. --- diff --git a/debian/changelog b/debian/changelog index 4df8f5013..d1e003d3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +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. + + -- Vasudev Kamath Sun, 15 Apr 2018 22:14:31 +0530 + cargo (0.25.0-3) unstable; urgency=medium [ Ximin Luo ]