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