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