Prepare for experimetnal release.
authorVasudev Kamath <vasudev@copyninja.info>
Sun, 15 Apr 2018 16:44:38 +0000 (22:14 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Sun, 15 Apr 2018 16:44:38 +0000 (22:14 +0530)
debian/changelog

index 4df8f501358c15d41d8f9539fc681c185622c975..d1e003d3da8cb65192fe407f92481ebf59d0f998 100644 (file)
@@ -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 <vasudev@copyninja.info>  Sun, 15 Apr 2018 22:14:31 +0530
+
 cargo (0.25.0-3) unstable; urgency=medium
 
   [ Ximin Luo ]