]> git.proxmox.com Git - rustc.git/blob - debian/changelog
add support for cross-compiling to windows
[rustc.git] / debian / changelog
1 rustc (1.46.0~beta.2+dfsg1-1~exp2) UNRELEASED; urgency=medium
2
3 * Add support for cross-compiling to windows. See README.Debian for details.
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 08 Aug 2020 04:50:32 +0100
6
7 rustc (1.46.0~beta.2+dfsg1-1~exp1) experimental; urgency=medium
8
9 * New upstream release.
10
11 -- Ximin Luo <infinity0@debian.org> Fri, 07 Aug 2020 00:15:46 +0100
12
13 rustc (1.45.0+dfsg1-2) unstable; urgency=medium
14
15 * Add some more big-endian test patches.
16 * Backport some patches to fix some testsuite ICEs.
17
18 -- Ximin Luo <infinity0@debian.org> Thu, 06 Aug 2020 21:11:39 +0100
19
20 rustc (1.45.0+dfsg1-1) unstable; urgency=medium
21
22 * Upload to unstable.
23
24 -- Ximin Luo <infinity0@debian.org> Wed, 05 Aug 2020 21:41:39 +0100
25
26 rustc (1.45.0+dfsg1-1~exp1) experimental; urgency=medium
27
28 * New upstream release.
29
30 -- Ximin Luo <infinity0@debian.org> Mon, 27 Jul 2020 17:45:24 +0100
31
32 rustc (1.44.1+dfsg1-3) unstable; urgency=medium
33
34 * Fix patch for line numbers on little-endian arches.
35
36 -- Ximin Luo <infinity0@debian.org> Tue, 28 Jul 2020 21:51:36 +0100
37
38 rustc (1.44.1+dfsg1-2) unstable; urgency=medium
39
40 * Ignore tests that assume little-endian on big-endian arches.
41 See upstream #74829 for details.
42
43 -- Ximin Luo <infinity0@debian.org> Tue, 28 Jul 2020 21:20:24 +0100
44
45 rustc (1.44.1+dfsg1-1) unstable; urgency=medium
46
47 * Upload to unstable.
48 * Backport a typenum fix for i386.
49 * Work around upstream #74786 involving debuginfo maps.
50
51 -- Ximin Luo <infinity0@debian.org> Mon, 27 Jul 2020 13:15:20 +0100
52
53 rustc (1.44.1+dfsg1-1~exp1) experimental; urgency=medium
54
55 * New upstream release.
56
57 -- Ximin Luo <infinity0@debian.org> Sat, 04 Jul 2020 18:04:42 +0100
58
59 rustc (1.43.0+dfsg1-1) unstable; urgency=medium
60
61 * Upload to unstable.
62 * Bump LLVM B-D version for some backported fixes affecting rustc.
63
64 -- Ximin Luo <infinity0@debian.org> Sun, 05 Jul 2020 15:06:52 +0100
65
66 rustc (1.43.0+dfsg1-1~exp1) experimental; urgency=medium
67
68 * Drop sparc64 workaround. (Closes: #956413)
69 * Drop stack-gap workaround for old kernels and rust versions.
70 * New upstream release.
71
72 -- Ximin Luo <infinity0@debian.org> Mon, 27 Apr 2020 13:09:20 +0100
73
74 rustc (1.42.0+dfsg1-1) unstable; urgency=medium
75
76 * Upload to unstable.
77
78 -- Ximin Luo <infinity0@debian.org> Fri, 10 Apr 2020 11:33:25 +0100
79
80 rustc (1.42.0+dfsg1-1~exp1) experimental; urgency=medium
81
82 [ Fabian Grünbichler ]
83 * Team upload.
84 * New upstream release.
85
86 -- Ximin Luo <infinity0@debian.org> Sat, 04 Apr 2020 16:06:03 +0100
87
88 rustc (1.41.1+dfsg1-1) unstable; urgency=medium
89
90 * Upload to unstable.
91
92 -- Ximin Luo <infinity0@debian.org> Fri, 03 Apr 2020 23:41:11 +0100
93
94 rustc (1.41.1+dfsg1-1~exp1) experimental; urgency=medium
95
96 [ Ximin Luo ]
97 * More python 2 -> 3 fixes.
98 * Enable the wasm32-wasi target for code that needs a "real" libstd.
99 * Don't strip static rlibs. This sometimes breaks wasm, and more generally
100 the stripped debuginfo is actually totally lost rather than being moved
101 into the -dbgsym packages. Shared libraries are unaffected and work.
102 * Allow 180 failing tests on riscv64, none were actually run last time.
103
104 [ Fabian Grünbichler ]
105 * New upstream release.
106
107 -- Ximin Luo <infinity0@debian.org> Mon, 09 Mar 2020 00:31:34 +0000
108
109 rustc (1.40.0+dfsg1-5) unstable; urgency=medium
110
111 * More python 2 -> 3 fixes.
112 * Allow 24 failing tests on riscv64.
113 * Reenable debuginfo for rustc, not just libstd.
114 * Reenable backtraces during tests.
115
116 -- Ximin Luo <infinity0@debian.org> Sun, 05 Jan 2020 13:35:46 +0000
117
118 rustc (1.40.0+dfsg1-4) unstable; urgency=medium
119
120 * Experimental riscv64 support.
121
122 -- Ximin Luo <infinity0@debian.org> Sat, 04 Jan 2020 05:40:11 +0000
123
124 rustc (1.40.0+dfsg1-3) unstable; urgency=medium
125
126 * Work around upstream #59264 again. :/
127
128 -- Ximin Luo <infinity0@debian.org> Fri, 03 Jan 2020 22:05:16 +0000
129
130 rustc (1.40.0+dfsg1-2) unstable; urgency=medium
131
132 * Fix more internal build scripts so they use python3.
133 * Don't add -L/usr/lib/llvm when cross-compiling. (Closes: #941783)
134
135 -- Ximin Luo <infinity0@debian.org> Fri, 03 Jan 2020 20:18:46 +0000
136
137 rustc (1.40.0+dfsg1-1) unstable; urgency=medium
138
139 * Upload to unstable.
140 * Ignore new test failing on arm that also fails in previous versions.
141
142 -- Ximin Luo <infinity0@debian.org> Sun, 29 Dec 2019 22:17:04 +0000
143
144 rustc (1.40.0+dfsg1-1~exp1) experimental; urgency=medium
145
146 * New upstream release.
147
148 -- Ximin Luo <infinity0@debian.org> Wed, 25 Dec 2019 00:09:24 +0000
149
150 rustc (1.39.0+dfsg1-4) unstable; urgency=medium
151
152 * Update to LLVM 9. (Closes: #946886)
153
154 -- Ximin Luo <infinity0@debian.org> Mon, 23 Dec 2019 03:21:02 +0000
155
156 rustc (1.39.0+dfsg1-3) unstable; urgency=medium
157
158 * Fix mips patch involving mxgot for new RUSTFLAGS behaviour.
159
160 -- Ximin Luo <infinity0@debian.org> Fri, 06 Dec 2019 22:18:53 +0000
161
162 rustc (1.39.0+dfsg1-2) unstable; urgency=medium
163
164 * Include reproducibility patch for compiler-builtins.
165 * Use python3 instead of python to run rustbuild. (Closes: #938422)
166 * Expand d-ignore-error-detail-diff.patch for unfixed upstream #53081.
167
168 -- Ximin Luo <infinity0@debian.org> Thu, 05 Dec 2019 22:51:41 +0000
169
170 rustc (1.39.0+dfsg1-1) unstable; urgency=medium
171
172 * New upstream release.
173
174 -- Ximin Luo <infinity0@debian.org> Sat, 30 Nov 2019 22:20:48 +0000
175
176 rustc (1.38.0+dfsg1-2) unstable; urgency=medium
177
178 * Fix building with rustc 1.38.0
179 * Fix building with cargo 0.40.0
180
181 -- Ximin Luo <infinity0@debian.org> Fri, 29 Nov 2019 00:05:16 +0000
182
183 rustc (1.38.0+dfsg1-1) unstable; urgency=medium
184
185 * New upstream release.
186
187 -- Ximin Luo <infinity0@debian.org> Tue, 26 Nov 2019 14:41:46 +0000
188
189 rustc (1.37.0+dfsg1-1) unstable; urgency=medium
190
191 * Upload to unstable.
192 * Fix a typo in debian/rules regex causing FTBFS on some arches.
193
194 -- Ximin Luo <infinity0@debian.org> Thu, 05 Sep 2019 00:06:23 -0700
195
196 rustc (1.37.0+dfsg1-1~exp2) experimental; urgency=medium
197
198 * Support cross-compiling to wasm32. (Closes: #903110)
199 To do that, install the libstd-rust-dev-wasm32-cross package and give
200 --target wasm32-unknown-unknown.
201 * Drop dependency on system compiler-rt, these new versions of rustc
202 actually don't need it at all.
203
204 -- Ximin Luo <infinity0@debian.org> Thu, 29 Aug 2019 09:00:03 -0700
205
206 rustc (1.37.0+dfsg1-1~exp1) experimental; urgency=medium
207
208 * New upstream release.
209 * Use system compiler-rt.
210
211 -- Ximin Luo <infinity0@debian.org> Sun, 25 Aug 2019 03:06:33 -0700
212
213 rustc (1.36.0+dfsg1-2) unstable; urgency=medium
214
215 * Set CARGO_HOME to debian/cargo_home (instead of $HOME/.cargo) as newer
216 versions of cargo must take a file lock that has to exist.
217
218 -- Ximin Luo <infinity0@debian.org> Wed, 17 Jul 2019 18:25:06 -0700
219
220 rustc (1.36.0+dfsg1-1) unstable; urgency=medium
221
222 * Upload to unstable.
223
224 -- Ximin Luo <infinity0@debian.org> Tue, 16 Jul 2019 20:27:55 -0700
225
226 rustc (1.36.0+dfsg1-1~exp1) experimental; urgency=medium
227
228 * New upstream release.
229
230 -- Ximin Luo <infinity0@debian.org> Sat, 13 Jul 2019 12:42:05 -0700
231
232 rustc (1.35.0+dfsg1-1) unstable; urgency=medium
233
234 * Add entry in 1.34.2+dfsg1-1 to note that it uses LLVM 7.
235 * Add entry in 1.35.0+dfsg1-1~exp2 to note that it uses LLVM 8.
236 * Fix ICE on sparc64 by including upstream PR #61881.
237
238 -- Ximin Luo <infinity0@debian.org> Sat, 13 Jul 2019 10:30:35 -0700
239
240 rustc (1.35.0+dfsg1-1~exp1) experimental; urgency=medium
241
242 * Don't use system compiler-rt, it's not ready yet.
243 * Update to LLVM 8.
244 * New upstream release.
245
246 -- Ximin Luo <infinity0@debian.org> Sun, 09 Jun 2019 23:20:52 -0700
247
248 rustc (1.34.2+dfsg1-1) unstable; urgency=medium
249
250 * Don't use system compiler-rt, there are issues with that for now.
251 * Use LLVM 7 for the Debian buster release.
252
253 -- Ximin Luo <infinity0@debian.org> Wed, 29 May 2019 21:52:37 -0700
254
255 rustc (1.34.2+dfsg1-1~exp2) experimental; urgency=medium
256
257 * Fix doc build, add version 1 compat mode hack for mdBook 2.
258 * Use system compiler-rt from libclang-common-*-dev.
259
260 -- Ximin Luo <infinity0@debian.org> Fri, 24 May 2019 00:39:59 -0700
261
262 rustc (1.34.2+dfsg1-1~exp1) experimental; urgency=medium
263
264 * Ensure Cargo.toml is in rust-src.
265 * New upstream release.
266 * Update to LLVM 8.
267
268 -- Ximin Luo <infinity0@debian.org> Sun, 19 May 2019 02:40:02 -0700
269
270 rustc (1.33.0+dfsg1-2) unstable; urgency=medium
271
272 * Add Fedora patches.
273 * Bump i386 allowed test failures to 12.
274
275 -- Ximin Luo <infinity0@debian.org> Sat, 18 May 2019 12:18:25 -0700
276
277 rustc (1.33.0+dfsg1-1) unstable; urgency=medium
278
279 * Upload to unstable.
280 * Fix build on mips, flags needed whitespace massaging.
281 * Drop obsolete patches.
282
283 -- Ximin Luo <infinity0@debian.org> Fri, 17 May 2019 21:04:20 -0700
284
285 rustc (1.33.0+dfsg1-1~exp1) experimental; urgency=medium
286
287 * New upstream release.
288
289 [ Hiroaki Nakamura ]
290 * Delete obsolete patch.
291
292 [ Sylvestre Ledru ]
293 * Update compiler-rt patch.
294 * Improve build-related docs a bit.
295
296 -- Ximin Luo <infinity0@debian.org> Mon, 29 Apr 2019 19:50:48 -0700
297
298 rustc (1.32.0+dfsg1-3) unstable; urgency=medium
299
300 * Conditionally-apply u-compiletest.patch based on stage0 compiler.
301 * Fix syntax error in d/rules compiletest check.
302
303 -- Ximin Luo <infinity0@debian.org> Sun, 17 Mar 2019 16:40:05 -0700
304
305 rustc (1.32.0+dfsg1-2) unstable; urgency=medium
306
307 * More verbose logging during builds.
308 * Fix compiletest compile error, and check log has at least 1 pass.
309
310 -- Ximin Luo <infinity0@debian.org> Sun, 17 Mar 2019 12:52:57 -0700
311
312 rustc (1.32.0+dfsg1-1) unstable; urgency=medium
313
314 * New upstream release.
315
316 -- Ximin Luo <infinity0@debian.org> Sun, 27 Jan 2019 22:02:48 -0800
317
318 rustc (1.32.0~beta.2+dfsg1-1~exp2) experimental; urgency=medium
319
320 * Note that this upstream version already Closes: #917191.
321 * Backport other upstream fixes. (Closes: #916818, #917000, #917192).
322
323 -- Ximin Luo <infinity0@debian.org> Tue, 01 Jan 2019 15:26:57 -0800
324
325 rustc (1.32.0~beta.2+dfsg1-1~exp1) experimental; urgency=medium
326
327 * New upstream release.
328 * Drop obsolete d-sparc64-dont-pack-spans.patch
329
330 -- Ximin Luo <infinity0@debian.org> Sun, 16 Dec 2018 13:48:25 -0800
331
332 rustc (1.31.0+dfsg1-2) unstable; urgency=medium
333
334 * Bump mips mipsel s390x allowed-failures to 24.
335
336 -- Ximin Luo <infinity0@debian.org> Sun, 16 Dec 2018 14:34:44 -0800
337
338 rustc (1.31.0+dfsg1-1) unstable; urgency=medium
339
340 * Revert debuginfo patches, they're not ready yet.
341
342 -- Ximin Luo <infinity0@debian.org> Sun, 16 Dec 2018 09:58:06 -0800
343
344 rustc (1.31.0+dfsg1-1~exp2) experimental; urgency=medium
345
346 * Drop redundant patches.
347 * Fix line numbers in some test-case patches.
348 * Backport an updated patch for gdb 8.2.
349
350 -- Ximin Luo <infinity0@debian.org> Sat, 15 Dec 2018 13:52:26 -0800
351
352 rustc (1.31.0+dfsg1-1~exp1) experimental; urgency=medium
353
354 * New upstream release.
355
356 -- Ximin Luo <infinity0@debian.org> Fri, 14 Dec 2018 21:30:56 -0800
357
358 rustc (1.31.0~beta.19+dfsg1-1~exp2) experimental; urgency=medium
359
360 * Filter LLVM build flags to not be stupid.
361
362 -- Ximin Luo <infinity0@debian.org> Sat, 01 Dec 2018 12:17:52 -0800
363
364 rustc (1.31.0~beta.19+dfsg1-1~exp1) experimental; urgency=medium
365
366 * New upstream release.
367
368 -- Ximin Luo <infinity0@debian.org> Thu, 29 Nov 2018 22:29:16 -0800
369
370 rustc (1.31.0~beta.4+dfsg1-1~exp2) experimental; urgency=medium
371
372 * Merge changes from Debian unstable.
373
374 -- Ximin Luo <infinity0@debian.org> Tue, 06 Nov 2018 19:45:26 -0800
375
376 rustc (1.31.0~beta.4+dfsg1-1~exp1) experimental; urgency=medium
377
378 * New upstream release.
379 * Drop old maintainers from Uploaders.
380
381 -- Ximin Luo <infinity0@debian.org> Sun, 04 Nov 2018 19:00:16 -0800
382
383 rustc (1.30.0+dfsg1-2) unstable; urgency=medium
384
385 * Increase FAILURES_ALLOWED for mips mipsel to 20.
386 * Set debuginfo-only-std = false for 32-bit powerpc architectures.
387
388 -- Ximin Luo <infinity0@debian.org> Fri, 02 Nov 2018 01:42:36 -0700
389
390 rustc (1.30.0+dfsg1-1) unstable; urgency=medium
391
392 * Upload to unstable. (Closes: #881845)
393 * Increase FAILURES_ALLOWED for mips architectures.
394 * Set debuginfo-only-std = false for mips architectures.
395
396 -- Ximin Luo <infinity0@debian.org> Thu, 01 Nov 2018 10:05:52 -0700
397
398 rustc (1.30.0+dfsg1-1~exp2) experimental; urgency=medium
399
400 * Disable debuginfo-gdb tests relating to enums. These will be fixed in an
401 upcoming version, see upstream #54614 for details.
402
403 -- Ximin Luo <infinity0@debian.org> Wed, 31 Oct 2018 00:02:25 -0700
404
405 rustc (1.30.0+dfsg1-1~exp1) experimental; urgency=medium
406
407 * Actually don't build docs in an arch-only build.
408 * Add mips patch, hopefully closes #881845 but let's see.
409 * New upstream release.
410
411 -- Ximin Luo <infinity0@debian.org> Tue, 30 Oct 2018 22:05:59 -0700
412
413 rustc (1.30.0~beta.7+dfsg1-1~exp3) experimental; urgency=medium
414
415 * Do the necessary bookkeeping for the LLVM update.
416
417 -- Ximin Luo <infinity0@debian.org> Wed, 26 Sep 2018 23:29:18 -0700
418
419 rustc (1.30.0~beta.7+dfsg1-1~exp2) experimental; urgency=medium
420
421 * Tweak test failure rules: armel <= 8, ppc64 <= 12.
422 * Update to LLVM 7.
423
424 -- Ximin Luo <infinity0@debian.org> Wed, 26 Sep 2018 21:43:30 -0700
425
426 rustc (1.30.0~beta.7+dfsg1-1~exp1) experimental; urgency=medium
427
428 * New upstream release.
429
430 -- Ximin Luo <infinity0@debian.org> Sun, 23 Sep 2018 10:40:30 -0700
431
432 rustc (1.29.0+dfsg1-1) unstable; urgency=medium
433
434 * Upload to unstable.
435 * Drop d-armel-disable-kernel-helpers.patch as a necessary part of the
436 fix to #906520, so it is actually fixed.
437 * Backport a patch to fix the rand crate on powerpc. (Closes: #909400)
438 * Lower the s390x allowed failures back to 25.
439
440 -- Ximin Luo <infinity0@debian.org> Sun, 23 Sep 2018 10:16:53 -0700
441
442 rustc (1.29.0+dfsg1-1~exp1) experimental; urgency=medium
443
444 * New upstream release.
445 * Include patch for armel atomics. (Closes: #906520)
446 * Update to latest Standards-Version; no changes required.
447
448 -- Ximin Luo <infinity0@debian.org> Thu, 20 Sep 2018 22:33:20 -0700
449
450 rustc (1.28.0+dfsg1-3) unstable; urgency=medium
451
452 * Team upload.
453
454 [ Ximin Luo ]
455 * More sparc64 fixes, and increase allowed-test-failures there to 180.
456
457 [ Julien Cristau ]
458 * Don't use pentium4 as i686 baseline (closes: #908561)
459
460 -- Julien Cristau <jcristau@debian.org> Tue, 11 Sep 2018 15:54:27 +0200
461
462 rustc (1.28.0+dfsg1-2) unstable; urgency=medium
463
464 * Switch on verbose-tests to restore the old pre-1.28 behaviour, and restore
465 old failure-counting logic.
466 * Allow 50 test failures on s390x, restored failure-counting logic avoids
467 more double-counts.
468
469 -- Ximin Luo <infinity0@debian.org> Sun, 05 Aug 2018 02:18:10 -0700
470
471 rustc (1.28.0+dfsg1-1) unstable; urgency=medium
472
473 * New upstream release.
474 * Add patches from Fedora to fix some test failures.
475 * Ignore a failure testing specific error output, under investigation.
476 * Allow 100 test failures on s390x, should be reducible later with LLVM 7.
477 * Temporary fix for mips64el bootstrap.
478 * Be even more verbose during the build.
479 * Update to latest Standards-Version.
480
481 -- Ximin Luo <infinity0@debian.org> Sat, 04 Aug 2018 23:04:41 -0700
482
483 rustc (1.28.0~beta.14+dfsg1-1~exp2) experimental; urgency=medium
484
485 * Update test-failure counting logic.
486 * Fix version constraints for Recommends: cargo.
487 * Add patch to fix sparc64 CABI.
488
489 -- Ximin Luo <infinity0@debian.org> Fri, 27 Jul 2018 04:26:52 -0700
490
491 rustc (1.28.0~beta.14+dfsg1-1~exp1) experimental; urgency=medium
492
493 * New upstream release.
494 * Update to latest Standards-Version; no changes required.
495
496 -- Ximin Luo <infinity0@debian.org> Wed, 25 Jul 2018 03:11:11 -0700
497
498 rustc (1.27.2+dfsg1-1) unstable; urgency=medium
499
500 [ Sylvestre Ledru ]
501 * Update of the alioth ML address.
502
503 [ Ximin Luo ]
504 * Fail the build if our version contains ~exp and we are not releasing to
505 experimental, this has happened by accident a few times already.
506 * Allow 36 and 44 test failures on armel and s390x respectively.
507 * New upstream release.
508
509 -- Ximin Luo <infinity0@debian.org> Tue, 24 Jul 2018 21:35:56 -0700
510
511 rustc (1.27.1+dfsg1-1~exp4) experimental; urgency=medium
512
513 * Unconditonally prune crate checksums to avoid having to manually prune them
514 whenever we patch the vendored crates.
515
516 -- Ximin Luo <infinity0@debian.org> Thu, 19 Jul 2018 14:49:18 -0700
517
518 rustc (1.27.1+dfsg1-1~exp3) experimental; urgency=medium
519
520 * Add patch from Fedora to fix rebuild against same version.
521
522 -- Ximin Luo <infinity0@debian.org> Thu, 19 Jul 2018 08:52:03 -0700
523
524 rustc (1.27.1+dfsg1-1~exp2) experimental; urgency=medium
525
526 * Fix some failing tests.
527
528 -- Ximin Luo <infinity0@debian.org> Wed, 18 Jul 2018 09:06:44 -0700
529
530 rustc (1.27.1+dfsg1-1~exp1) unstable; urgency=medium
531
532 * New upstream release.
533
534 -- Ximin Luo <infinity0@debian.org> Fri, 13 Jul 2018 22:58:02 -0700
535
536 rustc (1.26.2+dfsg1-1) unstable; urgency=medium
537
538 * New upstream release.
539 * Stop ignoring tests that now pass.
540 * Don't ignore tests that still fail, instead raise FAILURES_ALLOWED.
541 This allows us to see the test failures in the build logs, rather than
542 hiding them.
543
544 -- Ximin Luo <infinity0@debian.org> Sat, 16 Jun 2018 12:39:59 -0700
545
546 rustc (1.26.1+dfsg1-3) unstable; urgency=medium
547
548 * Fix build-dep version range to build against myself.
549
550 -- Ximin Luo <infinity0@debian.org> Thu, 31 May 2018 09:25:17 -0700
551
552 rustc (1.26.1+dfsg1-2) unstable; urgency=medium
553
554 * Also ignore test_loading_cosine on ppc64el.
555
556 -- Ximin Luo <infinity0@debian.org> Wed, 30 May 2018 20:58:46 -0700
557
558 rustc (1.26.1+dfsg1-1) unstable; urgency=medium
559
560 * New upstream release.
561
562 -- Ximin Luo <infinity0@debian.org> Wed, 30 May 2018 08:18:04 -0700
563
564 rustc (1.26.0+dfsg1-1~exp4) experimental; urgency=medium
565
566 * Try alternative patch to ignore x86 stdsimd tests suggested by upstream.
567 * Bump up allowed-test-failures to 8 to account for the fact that we're now
568 double-counting some failures.
569
570 -- Ximin Luo <infinity0@debian.org> Tue, 29 May 2018 20:36:56 -0700
571
572 rustc (1.26.0+dfsg1-1~exp3) experimental; urgency=medium
573
574 * Ignore some irrelevant tests on ppc64 and non-x86 platforms.
575
576 -- Ximin Luo <infinity0@debian.org> Tue, 29 May 2018 09:32:38 -0700
577
578 rustc (1.26.0+dfsg1-1~exp2) experimental; urgency=medium
579
580 * Add Breaks+Replaces for older libstd-rust-dev with codegen-backends.
581 (Closes: #899180)
582 * Backport some test and packaging fixes from Ubuntu.
583
584 -- Ximin Luo <infinity0@debian.org> Tue, 22 May 2018 22:00:53 -0700
585
586 rustc (1.26.0+dfsg1-1~exp1) experimental; urgency=medium
587
588 * New upstream release.
589 * Update to latest Standards-Version; no changes required.
590 * Update doc-base files. (Closes: #876831)
591
592 -- Ximin Luo <infinity0@debian.org> Sun, 20 May 2018 03:11:45 -0700
593
594 rustc (1.25.0+dfsg1-2) unstable; urgency=medium
595
596 * Add patches for LLVM's compiler-rt to fix bugs on sparc64 and mips64.
597 (Closes: #898982)
598 * Install codegen-backends into rustc rather than libstd-rust-dev.
599 (Closes: #899087)
600
601 -- Ximin Luo <infinity0@debian.org> Sat, 19 May 2018 13:10:33 -0700
602
603 rustc (1.25.0+dfsg1-1) unstable; urgency=medium
604
605 * Upload to unstable.
606 * Allow up to 15 test failures on s390x.
607 * Set CARGO_INCREMENTAL=0 on sparc64.
608
609 -- Ximin Luo <infinity0@debian.org> Fri, 18 May 2018 01:11:15 -0700
610
611 rustc (1.25.0+dfsg1-1~exp2) experimental; urgency=medium
612
613 * Install missing codegen-backends.
614
615 -- Ximin Luo <infinity0@debian.org> Fri, 06 Apr 2018 14:05:36 -0700
616
617 rustc (1.25.0+dfsg1-1~exp1) experimental; urgency=medium
618
619 * New upstream release.
620 * Update to LLVM 6.0.
621
622 -- Ximin Luo <infinity0@debian.org> Sun, 01 Apr 2018 15:59:47 +0200
623
624 rustc (1.24.1+dfsg1-1) unstable; urgency=medium
625
626 * Upload to unstable.
627 * Raise allowed-test-failures to 160 on some non-release arches: powerpc,
628 powerpcspe, sparc64, x32.
629
630 -- Ximin Luo <infinity0@debian.org> Wed, 07 Mar 2018 20:07:27 +0100
631
632 rustc (1.24.1+dfsg1-1~exp2) experimental; urgency=medium
633
634 * Steal some patches from Fedora to fix some test failures.
635 * Update debian/patches/u-make-tests-work-without-rpath.patch to try to fix
636 some more test failures.
637
638 -- Ximin Luo <infinity0@debian.org> Mon, 05 Mar 2018 16:25:26 +0100
639
640 rustc (1.24.1+dfsg1-1~exp1) experimental; urgency=medium
641
642 * More sparc64 CABI fixes. (Closes: #888757)
643 * New upstream release.
644 * Note that s390x baseline was updated in the meantime. (Closes: #851150)
645 * Include Debian-specific patch to disable kernel helpers on armel.
646 (Closes: #891902)
647 * Include missing build-dependencies for pkg.rustc.dlstage0 build profile.
648 (Closes: #891022)
649 * Add architecture.mk mapping for armel => armv5te-unknown-linux-gnueabi.
650 (Closes: #891913)
651 * Enable debuginfo-only-std on armel as well. (Closes: #891961)
652 * Backport upstream patch to support powerpcspe. (Closes: #891542)
653 * Disable full-bootstrap again to work around upstream #48319.
654
655 -- Ximin Luo <infinity0@debian.org> Sat, 03 Mar 2018 14:23:29 +0100
656
657 rustc (1.23.0+dfsg1-1) unstable; urgency=medium
658
659 * Upload to unstable.
660
661 -- Ximin Luo <infinity0@debian.org> Fri, 19 Jan 2018 11:49:31 +0100
662
663 rustc (1.23.0+dfsg1-1~exp1) experimental; urgency=medium
664
665 * New upstream release.
666 * Update to latest Standards-Version; no changes required.
667
668 -- Ximin Luo <infinity0@debian.org> Sun, 14 Jan 2018 00:08:17 +0100
669
670 rustc (1.22.1+dfsg1-2) unstable; urgency=medium
671
672 * Fix B-D rustc version so this package can be built using itself.
673
674 -- Ximin Luo <infinity0@debian.org> Mon, 01 Jan 2018 14:27:19 +0100
675
676 rustc (1.22.1+dfsg1-1) unstable; urgency=medium
677
678 [ Ximin Luo ]
679 * Remove unimportant files that autoload remote resources from rust-src.
680 * Fix more symlinks in rust-doc.
681 * On armhf, only generate debuginfo for libstd and not the compiler itself.
682 This works around buildds running out of memory, see upstream #45854.
683 * Update to latest Standards-Version; no changes required.
684
685 [ Chris Coulson ]
686 * Fix some test failures that occur because we build rust without an rpath.
687
688 -- Ximin Luo <infinity0@debian.org> Mon, 18 Dec 2017 19:46:25 +0100
689
690 rustc (1.22.1+dfsg1-1~exp1) experimental; urgency=medium
691
692 * New upstream release.
693 * Fix symlink target. (Closes: #877276)
694
695 -- Ximin Luo <infinity0@debian.org> Sat, 25 Nov 2017 22:29:12 +0100
696
697 rustc (1.21.0+dfsg1-3) unstable; urgency=medium
698
699 * Add/fix detection for sparc64, thanks to John Paul Adrian Glaubitz.
700 * Workaround FTBFS when building docs. (Closes: #880262)
701
702 -- Ximin Luo <infinity0@debian.org> Mon, 06 Nov 2017 10:03:32 +0100
703
704 rustc (1.21.0+dfsg1-2) unstable; urgency=medium
705
706 * Upload to unstable.
707 * Fix bootstrapping using 1.21.0, which is more strict about redundant &mut
708 previously used in u-output-failed-commands.patch.
709 * Only allow up to 5 test failures.
710
711 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 20:27:30 +0200
712
713 rustc (1.21.0+dfsg1-1) experimental; urgency=medium
714
715 * New upstream release.
716 * Fix the "install" target for cross-compilations; cross-compiling with
717 sbuild --host=$foreign-arch should work again.
718 * Update to latest Standards-Version; changes:
719 - Priority changed to optional from extra.
720
721 -- Ximin Luo <infinity0@debian.org> Tue, 17 Oct 2017 00:42:54 +0200
722
723 rustc (1.20.0+dfsg1-3) unstable; urgency=medium
724
725 * Disable jemalloc to fix FTBFS with 1.21 on armhf.
726
727 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 12:01:19 +0200
728
729 rustc (1.20.0+dfsg1-2) unstable; urgency=medium
730
731 * Update changelog entry for 1.20.0+dfsg1-1 to reflect that it was actually
732 and accidentally uploaded to unstable. No harm, no foul.
733 * We are no longer failing the build when tests fail, see NEWS or
734 README.Debian for details.
735 * Bump LLVM requirement to fix some failing tests.
736
737 -- Ximin Luo <infinity0@debian.org> Sat, 21 Oct 2017 14:20:17 +0200
738
739 rustc (1.20.0+dfsg1-1) unstable; urgency=medium
740
741 * New upstream release.
742
743 -- Ximin Luo <infinity0@debian.org> Sun, 15 Oct 2017 23:30:35 +0200
744
745 rustc (1.19.0+dfsg3-4) unstable; urgency=medium
746
747 * Bump LLVM requirement to pull in a fix for a FTBFS on ppc64el.
748
749 -- Ximin Luo <infinity0@debian.org> Sun, 15 Oct 2017 21:31:03 +0200
750
751 rustc (1.19.0+dfsg3-3) unstable; urgency=medium
752
753 * Fix a trailing whitespace for tidy.
754
755 -- Ximin Luo <infinity0@debian.org> Tue, 19 Sep 2017 16:09:41 +0200
756
757 rustc (1.19.0+dfsg3-2) unstable; urgency=medium
758
759 * Upload to unstable.
760 * Add a patch to print extra information when tests fail.
761
762 -- Ximin Luo <infinity0@debian.org> Tue, 19 Sep 2017 12:32:03 +0200
763
764 rustc (1.19.0+dfsg3-1) experimental; urgency=medium
765
766 * New upstream release.
767 * Upgrade to LLVM 4.0. (Closes: #873421)
768 * rust-src: install Debian patches as well
769
770 -- Ximin Luo <infinity0@debian.org> Fri, 15 Sep 2017 04:02:09 +0200
771
772 rustc (1.18.0+dfsg1-4) unstable; urgency=medium
773
774 * Support gperf 3.1. (Closes: #869610)
775
776 -- Ximin Luo <infinity0@debian.org> Tue, 25 Jul 2017 23:19:47 +0200
777
778 rustc (1.18.0+dfsg1-3) unstable; urgency=medium
779
780 * Upload to unstable.
781 * Disable failing run-make test on armhf.
782
783 -- Ximin Luo <infinity0@debian.org> Sat, 22 Jul 2017 20:30:25 +0200
784
785 rustc (1.18.0+dfsg1-2) experimental; urgency=medium
786
787 * Update to latest Standards-Version; no changes required.
788 * Change rustc to Multi-Arch: allowed and update Build-Depends with :native
789 annotations. Multi-Arch: foreign is typically for arch-indep packages that
790 might need to satisfy dependency chains of different architectures. Also
791 update instructions on cross-compiling to match this newer situation.
792 * Build debugging symbols for non-libstd parts of rustc.
793
794 -- Ximin Luo <infinity0@debian.org> Mon, 17 Jul 2017 23:04:03 +0200
795
796 rustc (1.18.0+dfsg1-1) experimental; urgency=medium
797
798 * New upstream release.
799
800 -- Ximin Luo <infinity0@debian.org> Tue, 27 Jun 2017 12:51:22 +0200
801
802 rustc (1.17.0+dfsg2-8) unstable; urgency=medium
803
804 * Workaround for linux #865549, fix FTBFS on ppc64el.
805
806 -- Ximin Luo <infinity0@debian.org> Mon, 17 Jul 2017 13:41:59 +0200
807
808 rustc (1.17.0+dfsg2-7) unstable; urgency=medium
809
810 * Show exception traceback in bootstrap.py to examine ppc64el build failure.
811
812 -- Ximin Luo <infinity0@debian.org> Wed, 21 Jun 2017 10:46:27 +0200
813
814 rustc (1.17.0+dfsg2-6) unstable; urgency=medium
815
816 * Upload to unstable.
817
818 -- Ximin Luo <infinity0@debian.org> Wed, 21 Jun 2017 00:24:22 +0200
819
820 rustc (1.17.0+dfsg2-5) experimental; urgency=medium
821
822 * More work-arounds for armhf test failures.
823
824 -- Ximin Luo <infinity0@debian.org> Fri, 16 Jun 2017 13:27:45 +0200
825
826 rustc (1.17.0+dfsg2-4) experimental; urgency=medium
827
828 * Fix arch-indep and arch-dep tests.
829 * Bump the LLVM requirement to fix FTBFS on armhf.
830
831 -- Ximin Luo <infinity0@debian.org> Wed, 14 Jun 2017 21:37:16 +0200
832
833 rustc (1.17.0+dfsg2-3) experimental; urgency=medium
834
835 * Try to force the real gdb package. Some resolvers like aspcud will select
836 gdb-minimal under some circumstances, but this causes the debuginfo-gdb
837 tests to break.
838
839 -- Ximin Luo <infinity0@debian.org> Wed, 14 Jun 2017 00:48:37 +0200
840
841 rustc (1.17.0+dfsg2-2) experimental; urgency=medium
842
843 * Support and document cross-compiling of rustc itself.
844 * Document cross-compiling other rust packages such as cargo.
845 * Work around upstream #39015 by disabling those tests rather than by
846 disabling optimisation, which causes FTBFS on 1.17.0 ppc64el. See
847 upstream #42476 and #42532 for details.
848
849 -- Ximin Luo <infinity0@debian.org> Tue, 13 Jun 2017 21:13:31 +0200
850
851 rustc (1.17.0+dfsg2-1) experimental; urgency=medium
852
853 [ Sylvestre Ledru ]
854 * New upstream release
855
856 [ Ximin Luo ]
857 * Adapt packaging for rustbuild, the new upstream cargo-based build system.
858
859 [ Matthijs van Otterdijk ]
860 * Add a binary package, rust-src. (Closes: #846177)
861 * Link to local Debian web resources in the docs, instead of remote ones.
862
863 -- Ximin Luo <infinity0@debian.org> Tue, 16 May 2017 18:00:53 +0200
864
865 rustc (1.16.0+dfsg1-1) unstable; urgency=medium
866
867 * Upload to unstable so we have something to build 1.17 with.
868 * Update u-ignoretest-powerpc.patch for 1.16.
869
870 -- Ximin Luo <infinity0@debian.org> Wed, 19 Apr 2017 22:47:18 +0200
871
872 rustc (1.16.0+dfsg1-1~exp2) experimental; urgency=medium
873
874 * Don't ignore test failures on Debian unstable.
875 * Re-fix ignoring armhf test, accidentally reverted in previous version.
876 * Try to fix buildd failure by swapping B-D alternatives.
877
878 -- Ximin Luo <infinity0@debian.org> Sun, 16 Apr 2017 15:05:47 +0200
879
880 rustc (1.16.0+dfsg1-1~exp1) experimental; urgency=medium
881
882 * New upstream release
883 * u-ignoretest-jemalloc.patch removed (applied upstream)
884
885 [ Matthias Klose ]
886 * Bootstrap using the rustc version in the archive, on all architectures.
887 * Work around a GCC 4.8 ICE on AArch64.
888 * Use alternative build dependencies on cmake3 and binutils-2.26 for
889 builds on 14.04 LTS (trusty).
890 * debian/make_orig*dl_tarball.sh: Include all Ubuntu architectures.
891 * debian/rules: Ignore test results for now.
892
893 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 13 Apr 2017 15:24:03 +0200
894
895 rustc (1.15.1+dfsg1-1) unstable; urgency=medium
896
897 * Upload to unstable so we have something to build 1.16 with.
898 * Try to fix ignoring atomic-lock-free tests on armhf.
899
900 -- Ximin Luo <infinity0@debian.org> Wed, 22 Mar 2017 00:13:27 +0100
901
902 rustc (1.15.1+dfsg1-1~exp3) experimental; urgency=medium
903
904 * Ignore atomic-lock-free tests on armhf.
905 * Update ignoretest-armhf_03.patch for newer 1.15.1 behaviour.
906 * Tidy up some other patches to do with ignoring tests.
907
908 -- Ximin Luo <infinity0@debian.org> Sun, 12 Mar 2017 04:15:33 +0100
909
910 rustc (1.15.1+dfsg1-1~exp2) experimental; urgency=medium
911
912 * Update armhf ignoretest patch.
913 * Bootstrap armhf. (Closes: #809316, #834003)
914 * Bootstrap ppc4el. (Closes: #839643)
915 * Fix rust-lldb symlink. (Closes: #850639)
916
917 -- Ximin Luo <infinity0@debian.org> Thu, 02 Mar 2017 23:01:26 +0100
918
919 rustc (1.15.1+dfsg1-1~exp1) experimental; urgency=medium
920
921 * New upstream release (won't probably be in stretch).
922 see the 1.4 git branch for the follow up for stable
923 * Call to the test renamed from check-notidy => check
924 * d/p/u-destdir-support.diff: Apply upstream patch to support
925 destdir in the make install (for rustbuild, in later versions)
926 * Overrides the 'binary-or-shlib-defines-rpath' lintian warnings.
927 We need them for now
928 * Refresh of the patches
929
930 [ Sven Joachim ]
931 * Drop Pre-Depends on multiarch-support. (Closes: #856109)
932
933 [ Erwan Prioul ]
934 * Fix test and build failures for ppc64el. (Closes: #839643)
935
936 [ Ximin Luo ]
937 * Disable rustbuild for the time being (as it was in 1.14) and instead
938 bootstrap two new arches, armhf and ppc64el.
939 * Switch back to debhelper 9 to make backporting easier.
940 * Switch Build-Depends on binutils-multiarch back to binutils, the former is
941 no longer needed by the upstream tests.
942
943 [ Matthias Klose ]
944 * Compatibility fixes and improvements to help work better on Ubuntu.
945
946 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 26 Feb 2017 21:12:27 +0100
947
948 rustc (1.14.0+dfsg1-3) unstable; urgency=medium
949
950 * Fix mips64 Makefile patches.
951 * Don't run arch-dep tests in a arch-indep build.
952
953 -- Ximin Luo <infinity0@debian.org> Wed, 04 Jan 2017 21:34:56 +0100
954
955 rustc (1.14.0+dfsg1-2) unstable; urgency=medium
956
957 * Update README.Debian, the old one was way out of date.
958 * Detect mips CPUs in ./configure and fill in mips Makefile rules.
959 * Work around jemalloc-related problems in the upstream bootstrapping
960 binaries for arm64, ppc64el, s390x.
961 * Disable jemalloc on s390x - upstream already disable it for some other
962 arches.
963 * Disable jemalloc tests for arches where jemalloc is disabled.
964 * We still expect the following failures:
965 * arm64 should be fixed (i.e. no failures) compared to the previous upload.
966 * armhf will FTBFS due to 'Illegal instruction' and this can only be fixed
967 with the next stable rustc release.
968 * mips mipsel mips64el ppc64 ppc64el s390x will FTBFS due to yet other
969 test failures beyond the ones I fixed above; this upload is only to save
970 me manual work in producing nice reports that exhibit these failures.
971
972 -- Ximin Luo <infinity0@debian.org> Thu, 29 Dec 2016 23:00:47 +0100
973
974 rustc (1.14.0+dfsg1-1) unstable; urgency=medium
975
976 [ Sylvestre Ledru ]
977 * New upstream release
978 * Update debian/watch
979
980 [ Ximin Luo ]
981 * Try to bootstrap armhf ppc64 ppc64el s390x mips mipsel mips64el.
982 (Closes: #809316, #834003, #839643)
983 * Make rust-gdb and rust-lldb arch:all packages.
984 * Switch to debhelper 10.
985
986 -- Ximin Luo <infinity0@debian.org> Sat, 24 Dec 2016 18:03:03 +0100
987
988 rustc (1.13.0+dfsg1-2) unstable; urgency=high
989
990 * Skip macro-stepping test on arm64, until
991 https://github.com/rust-lang/rust/issues/37225 is resolved.
992
993 -- Luca Bruno <lucab@debian.org> Sat, 26 Nov 2016 23:40:14 +0000
994
995 rustc (1.13.0+dfsg1-1) unstable; urgency=medium
996
997 [ Sylvestre Ledru ]
998 * New upstream release.
999
1000 [ Ximin Luo ]
1001 * Use Debian system jquery instead of upstream's embedded copy.
1002
1003 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 11 Nov 2016 13:35:23 +0100
1004
1005 rustc (1.12.1+dfsg1-1) unstable; urgency=medium
1006
1007 [ Sylvestre Ledru ]
1008 * New (minor) upstream release
1009 * Missing dependency from rust-lldb to python-lldb-3.8 (Closes: #841833)
1010 * Switch to llvm 3.9. (Closes: #841834)
1011
1012 [ Ximin Luo ]
1013 * Dynamically apply rust-boot-1.12.1-from-1.12.0.diff.
1014 This allows us to bootstrap from either 1.11.0 or 1.12.0.
1015 * Bump LLVM Build-Depends version to get the backported patches for LLVM
1016 #30402 and #29163.
1017 * Install debugger_pretty_printers_common to rust-gdb and rust-lldb.
1018 (Closes: #841835)
1019
1020 -- Ximin Luo <infinity0@debian.org> Mon, 07 Nov 2016 14:15:14 +0100
1021
1022 rustc (1.12.0+dfsg1-2) unstable; urgency=medium
1023
1024 * Ignore test run-make/no-duplicate-libs. Fails on i386
1025 * Ignore test run-pass-valgrind/down-with-thread-dtors.rs . Fails on arm64
1026 * I am not switching to llvm 3.9 now because a test freezes. The plan is
1027 to silent the warning breaking the build and upload 1.12.1 after
1028
1029 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 05 Oct 2016 10:48:01 +0200
1030
1031 rustc (1.12.0+dfsg1-1) unstable; urgency=medium
1032
1033 * new upstream release
1034 - Rebase of the patches and removal of deprecated patches
1035
1036 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 29 Sep 2016 20:45:04 +0200
1037
1038 rustc (1.11.0+dfsg1-3) unstable; urgency=medium
1039
1040 * Fix separate build-arch and build-indep builds.
1041
1042 -- Ximin Luo <infinity0@debian.org> Tue, 13 Sep 2016 12:30:41 +0200
1043
1044 rustc (1.11.0+dfsg1-2) unstable; urgency=medium
1045
1046 * Fix rebuilding against the current version, by backporting a patch I wrote
1047 that was already applied upstream. Should fix the FTBFS that was observed
1048 by tests.reproducible-builds.org.
1049 * Ignore a failing stdcall test on arm64; should fix the FTBFS there.
1050 * Backport a doctest fix I wrote, already applied upstream.
1051
1052 -- Ximin Luo <infinity0@debian.org> Mon, 12 Sep 2016 17:40:12 +0200
1053
1054 rustc (1.11.0+dfsg1-1) unstable; urgency=medium
1055
1056 * New upstream release
1057 * Add versioned binutils dependency. (Closes: #819475, #823540)
1058
1059 -- Ximin Luo <infinity0@debian.org> Wed, 07 Sep 2016 10:31:57 +0200
1060
1061 rustc (1.10.0+dfsg1-3) unstable; urgency=medium
1062
1063 * Rebuild with LLVM 3.8, same as what upstream are using
1064 * Dynamically link against LLVM. (Closes: #832565)
1065
1066 -- Ximin Luo <infinity0@debian.org> Sat, 30 Jul 2016 22:36:41 +0200
1067
1068 rustc (1.10.0+dfsg1-2) unstable; urgency=medium
1069
1070 * Tentatively support ARM architectures
1071 * Include upstream arm64,armel,armhf stage0 compilers (i.e. 1.9.0 stable)
1072 in a orig-dl tarball, like how we previously did for amd64,i386.
1073
1074 -- Ximin Luo <infinity0@debian.org> Fri, 22 Jul 2016 15:54:51 +0200
1075
1076 rustc (1.10.0+dfsg1-1) unstable; urgency=medium
1077
1078 * New upstream release
1079 * Add myself to uploaders
1080 * Update our build process to bootstrap from the previous Debian rustc stable
1081 version by default. See README.Debian for other options.
1082 * Update to latest Standards-Version; no changes required.
1083
1084 -- Ximin Luo <infinity0@debian.org> Sun, 17 Jul 2016 03:40:49 +0200
1085
1086 rustc (1.9.0+dfsg1-1) unstable; urgency=medium
1087
1088 * New upstream release (Closes: #825752)
1089
1090 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 29 May 2016 17:57:38 +0200
1091
1092 rustc (1.8.0+dfsg1-1) unstable; urgency=medium
1093
1094 * New upstream release
1095
1096 [ Ximin Luo ]
1097 * Fix using XZ for the orig tarball: needs explicit --repack in debian/watch
1098 * Drop wno-error patch; applied upstream.
1099
1100 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 15 Apr 2016 12:01:45 +0200
1101
1102 rustc (1.7.0+dfsg1-1) unstable; urgency=medium
1103
1104 * New upstream release
1105
1106 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 03 Mar 2016 22:41:24 +0100
1107
1108 rustc (1.6.0+dfsg1-3) unstable; urgency=medium
1109
1110 * Apply upstream fix to silent a valgrind issue in the test suite
1111 (Closes: ##812825)
1112 * Add gcc & libc-dev as dependency of rustc to make sure it works
1113 out of the box
1114
1115 [ Ximin Luo ]
1116 * Work around rust bug https://github.com/rust-lang/rust/issues/31529
1117 * Enable optional tests, and add verbosity/backtraces to tests
1118 * Use XZ instead of GZ compression (will apply to the next new upload)
1119
1120 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 02 Feb 2016 15:08:11 +0100
1121
1122 rustc (1.6.0+dfsg1-2) unstable; urgency=medium
1123
1124 * mk/rt.mk: Modify upstream code to append -Wno-error rather than trying
1125 to remove the string "-Werror". (Closes: #812448)
1126 * Disable new gcc-6 "-Wmisleading-indentation" warning, which triggers
1127 (incorrectly) on src/rt/miniz.c. (Closes: #811573)
1128 * Guard arch-dependent dh_install commands appropriately, fixing
1129 arch-indep-only builds. (Closes: #809124)
1130
1131 -- Angus Lees <gus@debian.org> Tue, 26 Jan 2016 05:40:14 +1100
1132
1133 rustc (1.6.0+dfsg1-1) unstable; urgency=medium
1134
1135 * new upstream release
1136
1137 [ Ximin Luo ]
1138 * Use secure links for Vcs-* fields.
1139
1140 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 22 Jan 2016 10:56:08 +0100
1141
1142 rustc (1.5.0+dfsg1-1) unstable; urgency=medium
1143
1144 * New upstream release
1145 - We believe that we should let rust transit to testing
1146 (Closes: #786836)
1147 * Move away from hash to the same rust naming schema
1148
1149 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 10 Dec 2015 17:23:32 +0100
1150
1151 rustc (1.4.0+dfsg1-1) unstable; urgency=medium
1152
1153 * New upstream release
1154 198068b3 => 1bf6e69c
1155 * Update the download url in debian/watch
1156
1157 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 30 Oct 2015 09:36:02 +0100
1158
1159 rustc (1.3.0+dfsg1-1) unstable; urgency=medium
1160
1161 * New upstream release
1162 62abc69f => 198068b3
1163 * jquery updated from 2.1.0 to 2.1.4
1164
1165 [ Ximin Luo ]
1166 * Use LLVM 3.7 as upstream does, now that it's released. (Closes: #797626)
1167 * Fix debian/copyright syntax mistakes.
1168 * Don't Replace/Break previous versions of libstd-rust-*
1169 * Check that the libstd-rust-* name in d/control matches upstream.
1170 * Several other minor build tweaks.
1171
1172 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 19 Sep 2015 14:39:35 +0200
1173
1174 rustc (1.2.0+dfsg1-1) unstable; urgency=medium
1175
1176 * New upstream release
1177 libstd-rust-7d23ff90 => libstd-rust-62abc69f
1178 * Add llvm-3.6-tools to the build dep as it is
1179 now needed for tests
1180 * Fix the Vcs-Browser value
1181
1182 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 08 Aug 2015 23:13:44 +0200
1183
1184 rustc (1.1.0+dfsg1-3) unstable; urgency=medium
1185
1186 * rust-{gdb,lldb} now Replaces pre-split rustc package.
1187 Closes: #793433.
1188 * Several minor lintian cleanups.
1189
1190 -- Angus Lees <gus@debian.org> Fri, 24 Jul 2015 17:47:48 +1000
1191
1192 rustc (1.1.0+dfsg1-2) unstable; urgency=medium
1193
1194 [ Angus Lees ]
1195 * Replace remote Rust logo with local file in HTML docs.
1196 * Symlink rust-{gdb,lldb}.1 to {gdb,lldb}.1 manpages.
1197 Note that gdb.1 requires the gdb-doc package, and that lldb.1 doesn't
1198 exist yet (see #792908).
1199 * Restore "Architecture: amd64 i386" filter, mistakenly removed in
1200 previous version. Unfortunately the toolchain bootstrap isn't ready
1201 to support all Debian archs yet. Closes: #793147.
1202
1203 -- Angus Lees <gus@debian.org> Wed, 22 Jul 2015 09:51:08 +1000
1204
1205 rustc (1.1.0+dfsg1-1) unstable; urgency=low
1206
1207 [ Angus Lees ]
1208 * Set SONAME when building dylibs
1209 * Split out libstd-rust, libstd-rust-dev, rust-gdb, rust-lldb from rustc
1210 - libs are now installed into multiarch-friendly locations
1211 - rpath is no longer required to use dylibs (but talk to Debian Rust
1212 maintainers before building a package that depends on the dylibs)
1213 * Install /usr/share/rustc/architecture.mk, which declares Rust arch
1214 triples for Debian archs and is intended to help future Rust packaging
1215 efforts. Warning: it may not be complete/accurate yet.
1216 * New upstream release (1.1)
1217
1218 -- Angus Lees <gus@debian.org> Thu, 16 Jul 2015 14:23:47 +1000
1219
1220 rustc (1.0.0+dfsg1-1) unstable; urgency=medium
1221
1222 [ Angus Lees ]
1223 * New upstream release (1.0!)
1224
1225 [ Sylvestre Ledru ]
1226 * Fix the watch file
1227 * Update of the repack to remove llvm sources
1228
1229 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 16 May 2015 08:24:32 +1000
1230
1231 rustc (1.0.0~beta.4-1~exp1) experimental; urgency=low
1232
1233 [ Angus Lees ]
1234 * New upstream release (beta 3)
1235 - Drop manpage patch - now included upstream
1236 * Replace duplicated compile-time dylibs with symlinks to run-time libs
1237 (reduces installed size by ~68MB)
1238
1239 [ Sylvestre Ledru ]
1240 * New upstream release (beta 4)
1241 * Replace two more occurrences of jquery by the package
1242 * Repack upstream to remove an LLVM file with a non-DFSG license
1243
1244 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 06 May 2015 11:14:30 +0200
1245
1246 rustc (1.0.0~alpha.2-1~exp1) experimental; urgency=low
1247
1248 [ Angus Lees ]
1249 * Patch upstream manpages to address minor troff issues
1250 * Make 'debian/rules clean' also clean LLVM source
1251 * Rename primary 'rust' binary package to 'rustc'
1252 * Fix potential FTBFS: rust-doc requires texlive-fonts-recommended (for
1253 pzdr.tfm)
1254 * Build against system LLVM
1255
1256 [ Sylvestre Ledru ]
1257 * New testing release
1258 * Renaming of the source package
1259 * Set a minimal version for dpkg-dev and debhelper (for profiles)
1260 * For now, disable build profiles as they are not supported in Debian
1261 * Introduce some changes by Angus Lees
1262 - Introduction of build stages
1263 - Disable the parallel execution of tests
1264 - Improving of the parallel syntax
1265 - Use override_dh_auto_build-arch
1266 - Use override_dh_auto_build-indep
1267 - Better declarations of the doc
1268 - Update of the description
1269 - Watch file updated (with key check)
1270
1271 [ Luca Bruno ]
1272 * rules: respect 'nocheck' DEB_BUILD_OPTIONS
1273
1274 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 07 Mar 2015 09:25:47 +0100
1275
1276 rust (1.0.0~alpha-0~exp1) experimental; urgency=low
1277
1278 * Initial package (Closes: #689207)
1279 Work done by Luca Bruno, Jordan Justen and Sylvestre Ledru
1280
1281 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 23 Jan 2015 15:47:37 +0100