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