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