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