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