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