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