From: Vasudev Kamath Date: Mon, 13 Aug 2018 14:57:58 +0000 (+0530) Subject: Merge branch 'debian/sid' into debian/experimental X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ba7bab5dbbbdf7523f38ecf29d9a1ebd92fe1b8c;p=cargo.git Merge branch 'debian/sid' into debian/experimental --- ba7bab5dbbbdf7523f38ecf29d9a1ebd92fe1b8c diff --cc debian/changelog index 62b2473fb,3b3e57e80..d2b5a21e7 --- a/debian/changelog +++ b/debian/changelog @@@ -1,22 -1,9 +1,28 @@@ +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. + + -- Vasudev Kamath Sun, 12 Aug 2018 22:25:42 +0530 + + cargo (0.28.0-2) unstable; urgency=medium + + * Re-add `install --target` functionality, needed by dh-cargo. + + -- Ximin Luo Sun, 12 Aug 2018 00:15:23 -0700 + cargo (0.28.0-1) unstable; urgency=medium * Upload to unstable