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