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