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