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