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