]> git.proxmox.com Git - cargo.git/blame - debian/changelog
Release 0.37.0-1 to Debian unstable.
[cargo.git] / debian / changelog
CommitLineData
f440aee5 1cargo (0.37.0-1) unstable; urgency=medium
afbf4a89
XL
2
3 * New upstream release.
4
f440aee5 5 -- Ximin Luo <infinity0@debian.org> Tue, 16 Jul 2019 23:06:49 -0700
afbf4a89 6
534e82e3 7cargo (0.35.0-2) unstable; urgency=medium
3c146192
XL
8
9 * Use more portable flags in tests, fixing FTBFS on mips.
2b346b78 10 (Closes: #930218)
3c146192 11
324b760c 12 -- Ximin Luo <infinity0@debian.org> Sat, 08 Jun 2019 11:04:43 -0700
3c146192 13
a3846b91 14cargo (0.35.0-1) unstable; urgency=medium
8d6b7be4
XL
15
16 * New upstream release.
17
a3846b91 18 -- Ximin Luo <infinity0@debian.org> Fri, 31 May 2019 00:29:11 -0700
8d6b7be4 19
448c057e 20cargo (0.33.0-3) unstable; urgency=medium
d6b9a6fd
XL
21
22 * Drop patch to capture rustc error output, it is unnecessary.
23 * Add upstream patch to fix typenum bug.
24
448c057e 25 -- Ximin Luo <infinity0@debian.org> Sat, 18 May 2019 20:22:22 -0700
d6b9a6fd 26
d4319de5 27cargo (0.33.0-2) unstable; urgency=medium
63e50f9b
XL
28
29 * Add patch to capture rustc error output if extra-verbose.
30
d4319de5 31 -- Ximin Luo <infinity0@debian.org> Sat, 18 May 2019 12:14:38 -0700
63e50f9b 32
816ca655 33cargo (0.33.0-1) unstable; urgency=medium
6efcca83
XL
34
35 * New upstream release.
36
816ca655 37 -- Ximin Luo <infinity0@debian.org> Tue, 05 Feb 2019 20:52:47 -0800
6efcca83 38
9fbf8509
VK
39cargo (0.32.0-2~exp1) experimental; urgency=medium
40
41 * Drop patch 2007, for disabling incremental build on sparc64.
42 Closes: bug#917048, Thanks to John Paul Adrian Glaubitz.
43
44 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 02 Feb 2019 13:16:13 +0530
45
0d61f0ff 46cargo (0.32.0-1) unstable; urgency=medium
9b8360c4
XL
47
48 * debian-cargo-wrapper: Support DEB_CARGO_INSTALL_PREFIX for installing into
49 somewhere other than /usr, e.g. / or /usr/lib/cargo.
97a62a74 50 * Move dev scripts from /usr/share/cargo into /usr/share/cargo/scripts.
c75d4e08 51 * Increase yet another timeout duration for slower architectures.
9b8360c4 52
0d61f0ff 53 -- Ximin Luo <infinity0@debian.org> Thu, 24 Jan 2019 00:29:51 -0800
9b8360c4 54
5b22d56d 55cargo (0.32.0-1~exp3) experimental; urgency=medium
b304f74c 56
a49d71a6 57 [ Matt Kraai ]
b304f74c
MK
58 * Rename bash completion script so that it's used.
59
a49d71a6
XL
60 [ Ximin Luo ]
61 * Further increase a timeout duration for mips.
fa97c630 62 * debian-cargo-wrapper: add --link-to-system option
a49d71a6 63
5b22d56d 64 -- Ximin Luo <infinity0@debian.org> Wed, 23 Jan 2019 19:44:05 -0800
b304f74c 65
3660be33 66cargo (0.32.0-1~exp2) experimental; urgency=medium
8756f8d3
XL
67
68 * Try to deal with the various test failures as suggested by upstream.
69
3660be33 70 -- Ximin Luo <infinity0@debian.org> Tue, 22 Jan 2019 20:08:29 -0800
8756f8d3 71
edac3c6d 72cargo (0.32.0-1~exp1) experimental; urgency=medium
144958af 73
edac3c6d
VK
74 [ upstream ]
75 * Cargo will now download crates in parallel using HTTP/2.
76 * You can now rename packages in your Cargo.toml We have a guide on how
77 to use the package key in your dependencies.
144958af
VK
78
79 [ Vasudev Kamath ]
80 * Fix the scripts related to tarball creation
81 * Update unsuspicious file list for 0.32.0
edac3c6d
VK
82 * Update copyright information for 0.32.0.
83 * Add lintian-override for source-is-missing, for javascript file from
84 vendored crate documentation. File is not really shipped.
144958af 85
edac3c6d 86 -- Vasudev Kamath <vasudev@copyninja.info> Wed, 12 Dec 2018 21:47:42 +0530
144958af 87
4a382e29
VK
88cargo (0.31.1-1) unstable; urgency=medium
89
90 * Upload 0.31.1 to unstable.
91
92 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 11 Dec 2018 20:57:21 +0530
93
f70a07cc 94cargo (0.31.1-1~exp1) experimental; urgency=medium
ee9b6d03
VK
95
96 [ upstream ]
97 * [1.30.0] Backport msys progress bar fix for stable.
98
99 [ Ximin Luo ]
100 * debian-cargo-vendor: only store differences between vendor-patches and
101 debcargo-conf.
102
103 [ Vasudev Kamath ]
104 * Do not delete Cargo.lock in debian-cargo-vendor script as its
105 referenced later in make_orig_multi.sh.
106
f70a07cc 107 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 11 Dec 2018 20:53:53 +0530
ee9b6d03 108
3e48975e 109cargo (0.31.0-4) unstable; urgency=medium
38f5700d
XL
110
111 * Don't set RUSTFLAGS in d/rules. (Closes: #914110)
112
3e48975e 113 -- Ximin Luo <infinity0@debian.org> Mon, 19 Nov 2018 22:50:59 -0800
38f5700d 114
048f0ef1 115cargo (0.31.0-3) unstable; urgency=medium
87288cd5
XL
116
117 * Tweak the cargo wrapper script to be more robust.
118
048f0ef1 119 -- Ximin Luo <infinity0@debian.org> Fri, 09 Nov 2018 02:56:54 -0800
87288cd5 120
5f31fef4 121cargo (0.31.0-2) unstable; urgency=medium
54ff5ba3
XL
122
123 * Fix test failure on some architectures due to hash ordering.
72b3b772 124 * Bump libgit2 dependency version constraint. (Closes: #899038)
54ff5ba3 125
5f31fef4 126 -- Ximin Luo <infinity0@debian.org> Sun, 04 Nov 2018 11:32:26 -0800
54ff5ba3 127
f36c6c17 128cargo (0.31.0-1) unstable; urgency=medium
fa3f0478
XL
129
130 * Don't run tests when doing arch-indep build.
82f7badd 131 * Fix package include/exclude tests.
fa3f0478 132
f36c6c17 133 -- Ximin Luo <infinity0@debian.org> Sun, 04 Nov 2018 10:10:24 -0800
fa3f0478 134
70297819 135cargo (0.31.0-1~exp1) experimental; urgency=medium
e1e727f6
XL
136
137 * New upstream release.
138 * Simplify build scripts and add a Debian wrapper for cargo.
139
70297819 140 -- Ximin Luo <infinity0@debian.org> Sun, 04 Nov 2018 03:50:33 -0800
e1e727f6 141
b06048ce
VK
142cargo (0.30.0-1) unstable; urgency=medium
143
144 * Upload to unstable.
145
146 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 21 Oct 2018 11:59:11 +0530
147
02b97059 148cargo (0.30.0-1~exp1) experimental; urgency=medium
d90bd8ec
VK
149
150 [ upstream ]
151 * Cargo can silently fix some bad lockfiles You can use --locked to
152 disable this behaviour.
153 * cargo-install will now allow you to cross compile an install using
154 --target.
155 * Added the cargo-fix subcommand to automatically move project code from
156 2015 edition to 2018.
157
158 [ Vasudev Kamath ]
159 * Refresh patch 2004 for new release.
160 * Add openssl crates fuzz,test doc and apps file to unsuspicious list.
161 * debian/patches:
162 + Drop patch 0774e97da3894f07ed5b6f7db175027a9bc4718b.patch for adding
163 cross compile support. Its merged upstream.
164 + Refresh patch 2001 to newer version of libgit2-sys.
165 + Refresh patch 2003 to newer version of libssh2-sys.
166 + Drop patch 1001 which is merged upstream.
167 + Refresh patch 2005 and 2007 to remove fuzz.
168 + Refresh patch 2002 with newer release.
02b97059
VK
169 * debian/control:
170 + Mark package compliance with Debian policy 4.2.1.
171 * Update copyright information for new release.
172 * debian/rules:
173 + Use DEB_BUILD_OPTIONS to disable tests on powerpc and powerpcspe
174 architecture.
175 Closes: bug#908961, Thanks to Helmut Grohne.
d90bd8ec 176
02b97059 177 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 07 Oct 2018 10:39:49 +0530
d90bd8ec 178
81934b6b
VK
179cargo (0.29.0-1) unstable; urgency=medium
180
181 * Merge changes of 0.28.0-2, which was missed in first release of 0.29.0
182 * Upload to unstable.
183 * Refresh patch for `install --target` feature for release 0.29.0
184
185 -- Vasudev Kamath <vasudev@copyninja.info> Mon, 13 Aug 2018 20:37:13 +0530
186
d31ed755 187cargo (0.29.0-1~exp1) experimental; urgency=medium
a54bd2e7
VK
188 [ upstream ]
189 * Cargo will now no longer allow you to publish crates with build
190 scripts that modify the src directory. The src directory in a crate
191 should be considered to be immutable.
192
193 [ Vasudev Kamath ]
194 * Update unsuspicious text for new release 0.29.0
195 * Change pattern for embedded zlib
196 * debian/patches:
197 + Refresh patches 2001, 2002, 2003, 2004 to work with new release and
198 new vendor files.
d31ed755
VK
199 + Add patch 1001 to fix deprecated warnings on usage of "casues" from
200 failure crate,
201 * Update copyright information for new release.
202 * Make package compliant with policy 4.2.0.
a54bd2e7 203
d31ed755 204 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 12 Aug 2018 22:25:42 +0530
a54bd2e7 205
64b17586 206cargo (0.28.0-2) unstable; urgency=medium
7d035caa
XL
207
208 * Re-add `install --target` functionality, needed by dh-cargo.
209
64b17586 210 -- Ximin Luo <infinity0@debian.org> Sun, 12 Aug 2018 00:15:23 -0700
7d035caa 211
cbd0f21c
VK
212cargo (0.28.0-1) unstable; urgency=medium
213
214 * Upload to unstable
215
216 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 07 Aug 2018 22:14:46 +0530
217
0166c76c
VK
218cargo (0.28.0-1~exp3) experimental; urgency=medium
219
220 * Disable incremental compilation tests on sparc64 architecture.
221 Closes: bug#905623, Thanks to John Paul Adrian Glaubitz.
222
223 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 07 Aug 2018 22:01:31 +0530
224
53dee58e
VK
225cargo (0.28.0-1~exp2) experimental; urgency=medium
226
227 * Add patch 2005 to disable fetch_platform_specific_dependencies unit
228 tests. Upstream issue #5864.
229
230 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 05 Aug 2018 17:17:00 +0530
231
bf717fb7 232cargo (0.28.0-1~exp1) experimental; urgency=medium
bb38c8b1 233
2b87030a 234 [ upstream ]
bb38c8b1
VK
235 * cargo-metadata now includes authors, categories, keywords, readme, and
236 repository fields.
237 * cargo-metadata now includes a package's metadata table.
238 * Added the --target-dir optional argument. This allows you to specify a
239 different directory than target for placing compilation artifacts.
240 * Cargo will be adding automatic target inference for binaries,
241 benchmarks, examples, and tests in the Rust 2018 edition. If your
242 project specifies specific targets e.g. using [[bin]] and have other
243 binaries in locations where cargo would infer a binary, Cargo will
244 produce a warning. You can disable this feature ahead of time by
245 setting any of the following autobins, autobenches, autoexamples,
246 autotests to false.
247 * Cargo will now cache compiler information. This can be disabled by
248 setting CARGO_CACHE_RUSTC_INFO=0 in your environment.
249
daddfa13 250 [ Sylvestre Ledru ]
f87790c1
SL
251 * Update of the alioth ML address.
252
2b87030a 253 [ Vasudev Kamath ]
bb38c8b1
VK
254 * Update README.source to mention preferred way of upload.
255 * Update unsuspicious files for new release.
1958a245
VK
256 * debian/patches:
257 + Refresh patch 2007 for new release.
258 + Refresh patch 2001 for new version of libgit2-sys
259 + Drop patch 2008 as its merged upstream.
260 + Add patch 2003 for forcing use of libssh2 from system, which was now
261 controlled by environment variable.
262 * debian/copyright:
263 + Update copyright information for new release.
bf717fb7 264 * Mark package compliance with Debian Policy 4.1.5.
1958a245 265
bf717fb7 266 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 29 Jul 2018 22:07:36 +0530
bb38c8b1 267
0567ee68 268cargo (0.27.0-2) unstable; urgency=medium
56131365
XL
269
270 * Support cross-compile install (upstream PR #5614).
271
0567ee68 272 -- Ximin Luo <infinity0@debian.org> Wed, 06 Jun 2018 22:35:30 -0700
56131365 273
18a1f58c
VK
274cargo (0.27.0-1) unstable; urgency=medium
275
276 * Upload to unstable.
277
278 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 03 Jun 2018 20:42:13 +0530
279
4a4886b5 280cargo (0.27.0-1~exp1) experimental; urgency=medium
fa4588f4
VK
281
282 [ upstream ]
283 * Cargo will now output path to custom commands when -v is passed with
284 --list.
285 * Cargo binary version is now same as the Rust version.
286 * Cargo.lock files are now included in published crates.
287
288 [ Vasudev Kamath ]
289 * Update patch 2004 for the new release.
290 * Add files from clap and vec_map to unsuspicious list.
291 * debian/patches:
292 + Update path to libgit2-sys in patch 2001.
293 + Adjust file name and paths to test files to be patched in patch
294 2002.
295 + Drop all unused imports and comment out functions not just drop
296 #[test] in patch 2002.
297 + Drop patch 1001 as its now part of new cargo release.
298 + Refresh patch 2007.
4a4886b5
VK
299 * debian/copyright:
300 + Update copyright information for new vendored crates.
fa4588f4 301
4a4886b5 302 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 02 Jun 2018 15:10:38 +0530
fa4588f4 303
5487ef60
VK
304cargo (0.26.0-1) unstable; urgency=medium
305
306 * Upload to unstable.
307
308 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 01 May 2018 13:02:05 +0530
309
74b04797 310cargo (0.26.0-1~exp1) experimental; urgency=medium
0300559d
VK
311
312 [upstream]
313 * cargo new now defaults to create binary crate instead of library
314 crate.
315 * cargo new will no longer name crates with name starting with rust- or
316 ending with -rs.
317 * cargo doc is faster as it uses cargo check instead of full rebuild.
318
319 [Vasudev Kamath]
320 * Refresh the patch 2004 against newer Cargo.toml
321 * Mark package compliance with Debian Policy 4.1.4
322 * debian/patches:
323 + Drop patch 2003 and 2005, the doc should be built from source using
324 mdbook.
325 + Drop patch 2006, the wasm32 related test seems to be dropped
326 upstream.
327 + Drop patch 1002, merged upstream.
328 + Add tests/generate_lock_file.rs to patch 2002 to disable
329 no_index_update test, this tries to access network.
330 + Refresh patch 1001 with new upstream release.
331 * debian/rules: disable execution of src/ci/dox.sh, this script is no
332 longer present in new release.
74b04797
VK
333 * debian/copyright:
334 + Add copyright for humantime crate.
335 + Add copyright for lazycell crate.
336 + Add copyright for quick-error crate
337 + Add copyright for proc-macro2 crate.
0300559d 338
74b04797 339 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 21 Apr 2018 20:59:39 +0530
0300559d 340
b370fef5
VK
341cargo (0.25.0-3) unstable; urgency=medium
342
343 [ Ximin Luo ]
344 * Update Vcs-* fields to salsa
345
346 [ Vasudev Kamath ]
347 * Add patch to prevent incremental builds on sparc64.
348 Closes: bug#895300, Thanks to John Paul Adrian Glaubitz.
349
350 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 15 Apr 2018 12:28:29 +0530
351
f055697a 352cargo (0.25.0-2) unstable; urgency=medium
b830f45d 353
f055697a 354 [ Ximin Luo ]
b830f45d 355 * Depend on rustc 1.24 or later.
4dff956b 356 * Backport a patch to not require dev-dependencies when not needed.
b830f45d 357
f055697a 358 -- Vasudev Kamath <vasudev@copyninja.info> Thu, 22 Mar 2018 20:08:17 +0530
b830f45d 359
db399ba6
VK
360cargo (0.25.0-1) unstable; urgency=medium
361
362 * Upload to unstable.
363
364 -- Vasudev Kamath <vasudev@copyninja.info> Fri, 09 Mar 2018 21:09:38 +0530
365
b015d7ac
VK
366cargo (0.25.0-1~exp2) experimental; urgency=medium
367
368 * Disable test running on powerpc and powerpcspe for now. Will be
369 enabled once issue in test suites are fixed.
370 Request from John Paul Adrian Glaubitz in IRC.
371
372 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 25 Feb 2018 10:27:23 +0530
373
799ff779
VK
374cargo (0.25.0-1~exp1) experimental; urgency=medium
375
376 [upstream]
377 * Added a workspace.default-members config that overrides implied --all
378 in virtual workspaces.
379 * Enable incremental by default on development builds.
380
381 [ Vasudev Kamath ]
382 * debian/vendor-tarball-filter.txt: Filter out git test data from
383 libgit2-sys crate.
384 * debian/vendor-tarball-unsusupiciousAudit unsuspicious files for 0.25.0
385 release.
386 * debian/make_orig_multi.sh: Make sure we take filter and unsuspiciaus
387 texts from debian folder.
388 * debian/patches:
389 + Drop patch 0001 it is merged upstream.
390 + Fix the typo in description of patch 2006.
391 * Drop source/lintian-override. README under patches directory is no
392 longer considered as a patch file by lintian.
393 * debian/copyright:
394 + Drop unused vendor crates copyright information.
395 + Add new crates copyright information to copyright.
396
397 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 24 Feb 2018 14:43:48 +0530
398
4e6096dd
XL
399cargo (0.24.0-1) unstable; urgency=medium
400
401 * Upload to unstable.
402
403 -- Ximin Luo <infinity0@debian.org> Sat, 27 Jan 2018 10:41:06 +0100
404
19c81dad 405cargo (0.24.0-1~exp1) experimental; urgency=medium
a6f39b56
VK
406
407 [upstream]
408 * Supports uninstallation of multiple crates.
409 * `cargo check` unit testing.
410 * Install a specific version using `cargo install --version`
411
412 [ Vasudev Kamath ]
413 * Update vendor-tarball-unsuspicious.txt vendor-tarball-filter.txt for
414 new upstream release.
415 * debian/control:
416 + Mark package compliance with Debian Policy 4.1.3.
417 * debian/patches:
418 + Update patch 2001 to work with libgit2-sys-0.6.19.
419 + Update 1002 patch to drop url crate specific hunk as its merged
420 upstream.
19c81dad
VK
421 + Add patch 0001 to fix bad_git_dependency test failure.
422 * debian/copyright:
423 + Add new vendor crates to copyright.
424 + Track rustfmt.toml in top level copyright section.
425 * Add lintian-override for ignoring README from
426 patch-file-present-but-not-mentioned-in-series tag.
a6f39b56 427
19c81dad 428 -- Vasudev Kamath <vasudev@copyninja.info> Thu, 25 Jan 2018 14:57:43 +0530
a6f39b56 429
a77c8e4e
VK
430cargo (0.23.0-1) unstable; urgency=medium
431
432 * Upload to unstable.
433 * Mark package as compliant with Debian Policy 4.1.2.
434 No change required to source.
435
436 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 10 Dec 2017 15:33:55 +0530
437
a90efa49 438cargo (0.23.0-1~exp1) experimental; urgency=medium
e7f6ac97
VK
439
440 * [upstream]
441 + Cargo will now build multi file examples in subdirectories of the
442 examples folder that have a main.rs file.
443 + Changed [root] to [package] in Cargo.lock. Old format packages will
444 continue to work and can be updated using cargo update.
445 + Supports vendoring git repositories.
446 * Refresh patch 2004 for new release.
447 * Audit logo.svg file from termion crate.
448 * debian/patches:
449 + Drop patch 1001, its merged upstream.
450 + Refresh patch 2002 with new upstream changes.
451 + Refresh patch 2001 with newer libgit2-sys changes.
452 + Add patch 2005 to prevent executing non-existing mdbook command
453 during build.
a90efa49
VK
454 + Move part of typo fix for url crate to patch 1001 to 1002. url crate
455 is not updated in new cargo release.
456 * debian/copyright:
457 + Remove copyright for gcc crate.
458 + Add copyright information for cc, commoncrypto, crypto-hash,
459 redox_syscall. redox_termios and termion crate.
460 + Add CONTRIBUTING.md to top Files section.
461 + Drop magnet-sys from copyright.
e7f6ac97 462
a90efa49
VK
463
464 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 05 Dec 2017 22:03:49 +0530
e7f6ac97 465
d865bf5e 466cargo (0.22.0-1~exp1) experimental; urgency=medium
4e6a0c6e
VK
467
468 * New upstream release.
469 + Can now install multiple crates with cargo install.
470 + cargo commands inside a virtual workspace will now implicitly pass
471 --all.
472 + Added [patch] section to Cargo.toml to handle prepublication
473 dependencies RFC 1969.
474 + include and exclude fields in Cargo.toml now accept gitignore like
475 patterns.
476 + Added --all-target option.
477 + Using required dependencies as a feature is now deprecated and emits
478 a warning.
479 * Put upstream PR url for patch 1001.
480 * Add conv crate file to unsuspicious files.
d865bf5e
VK
481 * debian/patches:
482 + Refresh patches 1001, 2002 and 2004 with new upstream release.
483 + Fix typo in cargo search command and related tests.
484 * debian/control:
485 + Mark package compliance with Debian Policy 4.1.1.
486 + Mark priority for package as optional from extra. Priority extra is
487 deprecated from Debian Policy 4.0.1.
488 * debian/copyright:
489 + Add newly added vendor copyright information.
4e6a0c6e 490
d865bf5e 491 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 29 Oct 2017 19:50:42 +0530
4e6a0c6e 492
281bb905
XL
493cargo (0.21.1-2) unstable; urgency=medium
494
495 * Upload to unstable.
496
497 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 23:30:46 +0200
498
162952ad 499cargo (0.21.1-1) experimental; urgency=medium
210a98d1 500
162952ad
VK
501 * debian/control:
502 + Add myself as uploader for cargo package.
503 + Mark package compliance with Debian Policy 4.1.0.
ca204d38
VK
504 * Mark tables.rs from unicode-normalization as unsuspicious.
505 * Ignore sublime workspace file from hex crate.
162952ad
VK
506 * debian/copyright:
507 + Drop wildcards representing the old crates under vendor folder.
508 + Add copyright information for newer crates under vendor
509 + Add ARCHITECTURE.* to copyright.
510 * debian/patches:
511 + Rename patches to follow patch naming guidelines mentioned in
512 debian/patches/README.
513 + Add patch 1001 to fix spelling errors in cargo output messages.
514 + Make patch 2003 DEP-3 compliant.
515 + Adjust make_orig_multi.sh to renamed clean-cargo-deps.patch
516
517 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 23 Sep 2017 10:41:07 +0530
210a98d1 518
e3b01afe 519cargo (0.20.0-2) unstable; urgency=medium
59f3388f
XL
520
521 * Work around #865549, fixes FTBFS on ppc64el.
522
e3b01afe 523 -- Ximin Luo <infinity0@debian.org> Thu, 14 Sep 2017 15:47:55 +0200
59f3388f 524
4f80a055 525cargo (0.20.0-1) unstable; urgency=medium
db8a81b0 526
be6975af 527 * New upstream release.
db8a81b0 528 * Fix cross-compiling declarations, Multi-Arch: foreign => allowed
f63405b8 529 * Un-embed libgit2 0.25.1 again. (Closes: #860990)
00414805 530 * Update to latest Standards-Version; no changes required.
db8a81b0 531
4f80a055 532 -- Ximin Luo <infinity0@debian.org> Thu, 24 Aug 2017 19:13:00 +0200
db8a81b0 533
e3353af3 534cargo (0.17.0-2) unstable; urgency=medium
46b4025d
XL
535
536 * Re-embed libgit2 0.25.1 due to the Debian testing freeze. It will be
537 removed again after the freeze is over, when libgit2 0.25.1 can again
538 enter Debian unstable.
539
e3353af3 540 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 16:56:03 +0200
46b4025d 541
179b8082 542cargo (0.17.0-1) unstable; urgency=medium
c66b2a85
XL
543
544 * Upload to unstable so we have something to build rustc 1.17.0 with.
545
179b8082 546 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 11:24:08 +0200
c66b2a85 547
f25a7067 548cargo (0.17.0-1~exp3) experimental; urgency=medium
953ed6cf
XL
549
550 * Add git to Build-Depends to fix FTBFS.
551 * Mention cross-compiling in the previous changelog entry.
552
f25a7067 553 -- Ximin Luo <infinity0@debian.org> Tue, 02 May 2017 13:18:53 +0200
953ed6cf 554
3958d095 555cargo (0.17.0-1~exp2) experimental; urgency=medium
eadc1aeb
XL
556
557 * Bring in some changes from Ubuntu.
558 - Rename deps/ to vendor/ as that's what upstream uses, and update
559 other files with the new paths too.
560 - Remove cargo-vendor-unpack since we no longer need to postprocess
561 cargo-vendor output in that way.
562 * Document that bootstrap.py probably doesn't work now.
563 * Include /usr/share/rustc/architecture.mk in d/rules instead of duplicating
564 awkward arch-dependent Makefile snippets.
565 * Don't embed libgit2, add a versioned B-D to libgit2-dev.
953ed6cf 566 * Add support for cross-compiling bootstrap.
eadc1aeb 567
3958d095 568 -- Ximin Luo <infinity0@debian.org> Mon, 01 May 2017 20:49:45 +0200
eadc1aeb 569
a6f1e595 570cargo (0.17.0-1~exp1) experimental; urgency=medium
9fbd877d 571
221c95b4 572 * New upstream release. (Closes: #851089, #859312)
9fbd877d 573
a6f1e595 574 -- Ximin Luo <infinity0@debian.org> Thu, 20 Apr 2017 03:16:04 +0200
9fbd877d 575
44dbf4c1 576cargo (0.15.0~dev-1) unstable; urgency=medium
4e245a75
LB
577
578 * New upstream snapshot (git 1877f59d6b2cb057f7ef6c6b34b926fd96a683c1)
7f9c5c2a
LB
579 - Compatible with OpenSSL 1.1.0 (Closes: #828259)
580 * rules: use new link-arg options (Closes: #834980, #837433)
581 - Requires rustc >= 1.13
4e245a75
LB
582
583 -- Luca Bruno <lucab@debian.org> Fri, 25 Nov 2016 23:30:03 +0000
584
3ebdfbdd
LB
585cargo (0.11.0-2) unstable; urgency=high
586
587 * debian/rules: fix RUSTFLAGS quoting (Closes: #834980)
588
589 -- Luca Bruno <lucab@debian.org> Sun, 21 Aug 2016 18:21:21 +0000
590
57c49533 591cargo (0.11.0-1) unstable; urgency=medium
e52be082 592
57c49533 593 [ Daniele Tricoli ]
e52be082
DT
594 * New upstream release. (Closes: #826938)
595 - Update deps tarball.
596 - Refresh patches.
597 - Drop clean-win-crates.patch since time crate is not a dependency
598 anymore.
599 - Drop deps-url-fix-toml.patch since merged upstream.
600
57c49533
LB
601 [ Luca Bruno ]
602 * Install subcommand manpages too
603 * Move to a bootstrapped (stage1) build by default
604
605 -- Luca Bruno <lucab@debian.org> Mon, 15 Aug 2016 13:59:04 +0000
e52be082 606
1e2e4658
LB
607cargo (0.9.0-1) unstable; urgency=medium
608
609 * New upstream version
610 + Fix deprecation errors (Closes: #822178, #823652)
611 + Updated deps tarball
612 + Refreshed patches
613
614 -- Luca Bruno <lucab@debian.org> Sat, 07 May 2016 17:56:28 +0200
615
9ca33727
LB
616cargo (0.8.0-2) unstable; urgency=low
617
618 * Prefer libcurl4-gnutls-dev for building (Closes: #819831)
619
620 -- Luca Bruno <lucab@debian.org> Tue, 05 Apr 2016 22:23:44 +0200
621
c60e69d6 622cargo (0.8.0-1) unstable; urgency=medium
19f86774
LB
623
624 * New upstream version 0.8.0
c60e69d6 625 + Updated deps tarball
19f86774 626 + Refreshed patches
c60e69d6 627 * cargo: removed unused lintian overrides
19f86774
LB
628
629 -- Luca Bruno <lucab@debian.org> Sat, 05 Mar 2016 22:39:06 +0100
630
e696030b
LB
631cargo (0.7.0-2) unstable; urgency=medium
632
633 * Bump standards version
634 * cargo:
635 + add a new stage2 profile
636 + preserve original Cargo.lock for clean
637 + clean environment to allow multiple builds
638 * cargo-doc:
639 + update docbase paths after package split
640 + do not reference remote jquery
641 + do not build under nodoc profile
642 * control: update build-deps for build-profiles
643
644 -- Luca Bruno <lucab@debian.org> Thu, 03 Mar 2016 22:18:32 +0100
645
9c4a036c
LB
646cargo (0.7.0-1) unstable; urgency=medium
647
648 * New upstream version 0.7.0
649 + Updated deps tarball and repack filter
650 + Refreshed patches
651 * Fixes to debian packaging
652 + Updated deps repack script
653 + index packing: use the same TAR format as cargo
654 + rules: ask cargo to build verbosely
655 * Update README.source to match current packaging
656
657 -- Luca Bruno <lucab@debian.org> Sun, 14 Feb 2016 16:12:55 +0100
658
27e61970
SL
659cargo (0.6.0-2) unstable; urgency=medium
660
1931a4c8 661 * Introduce a cargo-doc package
27e61970
SL
662 * Fails to build when wget is installed. Force curl
663 (Closes: #809298)
5f4c6518 664 * Add the missing VCS- fields
27e61970 665
9e837afd 666 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 26 Jan 2016 13:01:16 +0100
27e61970 667
314f27ff
LB
668cargo (0.6.0-1) unstable; urgency=medium
669
670 * New upstream version 0.6.0
671 + Updated deps tarball
672 + Not shipping a registry index anymore
673 * Refreshed bootstrap.py script
674 + Skip optional dependencies in stage0
675 * Added some crude pack/unpack helpers
676 * copyright: cleaned up unused entries
677 * rules: major update for new 0.6.0 bootstrap
678
679 -- Luca Bruno <lucab@debian.org> Fri, 04 Dec 2015 00:42:55 +0100
680
891286eb
LB
681cargo (0.3.0-2) unstable; urgency=medium
682
683 * Fix install target, removing arch-specific path
684
685 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 19:46:57 +0100
686
374e28e5
LB
687cargo (0.3.0-1) unstable; urgency=medium
688
689 * Team upload.
690 * First upload to unstable.
691 * Update gbp.conf according to git repo structure.
692 * patches: downgrade missing_docs lints to simple warnings
693 to avoid build failures on newer rustc.
694
695 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 17:29:15 +0100
696
d61f8f73
LB
697cargo (0.3.0-0~exp1) experimental; urgency=low
698
699 * Team upload.
700 * Initial Debian release. (Closes: #786432)
701
702 -- Luca Bruno <lucab@debian.org> Tue, 11 Aug 2015 20:15:54 +0200