]> git.proxmox.com Git - rustc.git/blob - debian/changelog
Merge tag 'debian/1.76.0+dfsg1-1_exp1' into proxmox/bookworm
[rustc.git] / debian / changelog
1 rustc (1.76.0+dfsg1-1~exp1) experimental; urgency=medium
2
3 * New upstream release (Closes: #1073068)
4 * switch to gbp pq and topics for patches
5 * adapt rebasing script to patch changes
6 * d/control: add libsqlite3-dev to B-D
7 * doc: fix rust-by-example theme
8
9 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 14 Jun 2024 14:50:17 +0200
10
11 rustc (1.75.0+dfsg1-5) unstable; urgency=medium
12
13 [ Samuel Thibault ]
14 * hurd-i386 build fixes:
15 - d/patches/u-hurd-backtrace.patch
16 - d/patches/u-hurd-getrandom.patch
17 - d/patches/u-hurd-libc.3.patch
18 - d/patches/u-hurd-libc.4.patch
19 - d/patches/u-hurd-libloading-0.7.4.patch
20 - d/patches/u-hurd-socket2.patch
21 - d/patches/u-hurd-tests.patch
22
23 [ Fabian Grünbichler ]
24 * hurd: also skip problematic run-make test
25 * powerpc: disable test running into timeout (Closes: #1072897)
26 * d/control: replace non-ASCII apostrophe (Closes: #1072926)
27 * stage0: drop mips64el from default list
28
29 [ Rob Shearman ]
30 * fix get-stage0.py
31
32 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 12 Jun 2024 17:33:10 +0200
33
34 rustc (1.75.0+dfsg1-4) unstable; urgency=medium
35
36 * d/rules: fix comparison (unbreak 32-bit builds)
37
38 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Thu, 06 Jun 2024 10:25:40 +0200
39
40 rustc (1.75.0+dfsg1-3) unstable; urgency=medium
41
42 * d/rules: fix variable typo
43 * fix changelog
44
45 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Thu, 06 Jun 2024 09:16:53 +0200
46
47 rustc (1.75.0+dfsg1-1) unstable; urgency=medium
48
49 * d/rules: switch low-mem check to cover all 32-bits archs
50
51 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Thu, 06 Jun 2024 08:14:17 +0200
52
53 rustc (1.75.0+dfsg1-1~bpo12+pve1) proxmox-rust; urgency=medium
54
55 * Rebuild for Debian Bookworm / Proxmox
56
57 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Jun 2024 11:55:34 +0200
58
59 rustc (1.75.0+dfsg1-1~exp1) experimental; urgency=medium
60
61 [ Fabian Grünbichler ]
62 * New upstream release (Closes: #1068008)
63 * fix cross-building (thanks John Paul Adrian Glaubitz!)
64
65 [ Samuel Thibault ]
66 * rules: Use 32bit limitations workaround on !linux as well
67
68 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 04 Jun 2024 21:24:09 +0200
69
70 rustc (1.74.1+dfsg1-1) unstable; urgency=medium
71
72 * dwz: bump limit to avoid s390x build failures
73
74 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Thu, 30 May 2024 11:25:53 +0200
75
76 rustc (1.74.1+dfsg1-1~bpo12+pve1) proxmox-rust; urgency=medium
77
78 * Rebuild for Debian Bookworm / Proxmox
79
80 -- Proxmox Support Team <support@proxmox.com> Wed, 29 May 2024 11:56:07 +0200
81
82 rustc (1.74.1+dfsg1-1~exp1) experimental; urgency=medium
83
84 [ Fabian Grünbichler ]
85 * New upstream release
86
87 [ Samuel Thibault ]
88 * architecture.mk: Adapt to llvm/rust's hurd naming
89 * rules: Disable profiling on Hurd ports, llvm does not provide it yet
90 * rules: Set the number of expected failures on Hurd ports
91
92 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 29 May 2024 11:24:48 +0200
93
94 rustc (1.73.0+dfsg1-1) unstable; urgency=medium
95
96 * libstd-rust-1.73: fix ldconfig trigger
97
98 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 28 May 2024 17:06:58 +0200
99
100 rustc (1.73.0+dfsg1-1~bpo12+pve1) proxmox-rust; urgency=medium
101
102 * Rebuild for Debian Bookworm / Proxmox
103
104 -- Proxmox Support Team <support@proxmox.com> Tue, 28 May 2024 10:26:08 +0200
105
106 rustc (1.73.0+dfsg1-1~exp1) experimental; urgency=medium
107
108 * new upstream release
109 * switch to LLVM 17
110 * update wasi-libc to ~git20230821.ec4566b
111 * cargo: remove cargo-credential-1password helper binary
112
113 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 27 May 2024 22:20:44 +0200
114
115 rustc (1.72.1+dfsg1-1~bpo12+pve1) proxmox-rust; urgency=medium
116
117 * Rebuild for Debian Bookworm / Proxmox
118
119 -- Proxmox Support Team <support@proxmox.com> Fri, 24 May 2024 12:05:22 +0200
120
121 rustc (1.72.1+dfsg1-1) unstable; urgency=medium
122
123 * upload to unstable
124
125 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 27 May 2024 13:28:20 +0200
126
127 rustc (1.72.1+dfsg1-1~exp2) experimental; urgency=medium
128
129 * patches: apply rustix fixup to all versions
130
131 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 27 May 2024 10:20:22 +0200
132
133 rustc (1.72.1+dfsg1-1~exp1) experimental; urgency=medium
134
135 * New upstream release
136 * Update wasi-libc to ~git20230621.7018e24
137 * Allow more test failures on loong64, and less on riscv64 (Closes: 1071707)
138
139 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Thu, 23 May 2024 21:16:03 +0200
140
141 rustc (1.71.1+dfsg1-2) unstable; urgency=medium
142
143 * d/control: fix package names in B+R (Closes: #1071242)
144
145 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 17 May 2024 08:38:11 +0200
146
147 rustc (1.71.1+dfsg1-1~bpo12+pve2) proxmox-rust; urgency=medium
148
149 * fix rust-llvm versioned B+R
150
151 -- Proxmox Support Team <support@proxmox.com> Fri, 17 May 2024 08:49:46 +0200
152
153 rustc (1.71.1+dfsg1-1~bpo12+pve1) proxmox-rust; urgency=medium
154
155 * Rebuild for Debian Bookworm / Proxmox
156
157 -- Proxmox Support Team <support@proxmox.com> Wed, 15 May 2024 13:01:25 +0200
158
159 rustc (1.71.1+dfsg1-1) unstable; urgency=medium
160
161 * upload to unstable
162
163 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Thu, 16 May 2024 21:46:58 +0200
164
165 rustc (1.71.1+dfsg1-1~exp2) experimental; urgency=medium
166
167 * d/control: properly B+R old rustc packages (Closes: #1071005)
168
169 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 15 May 2024 07:21:42 +0200
170
171 rustc (1.71.1+dfsg1-1~exp1) experimental; urgency=medium
172
173 [ Fabian Grünbichler ]
174 * New upstream release (Closes: #1069019)
175 * d/control: tighten cargo versions (Closes: #1029007)
176 * d/control: remove B-D on cmake-3 (Closes: #1067109)
177 * d/control: re-enable git-using tests
178 * rust-doc: fix references to cargo-doc (Closes: #969210, #1063390)
179 * rust-src: ship Cargo.lock (Closes: #1057736)
180 * d/control: add libssl and prefer curl with openssl (Closes: #962508)
181 * d/control: move LLVM symlinks to own package (Closes: #1021868)
182
183 [ Rob Shearman ]
184 * Support finding llvm-profdata & llvm-cov with cargo-binutils
185
186 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 08 May 2024 18:48:48 +0200
187
188 rustc (1.70.0+dfsg2-1~bpo12+pve1) proxmox-rust; urgency=medium
189
190 * Rebuild for Debian Bookworm / Proxmox
191
192 -- Proxmox Support Team <support@proxmox.com> Fri, 03 May 2024 13:09:40 +0200
193
194 rustc (1.70.0+dfsg2-1) unstable; urgency=medium
195
196 * upload to unstable
197
198 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sat, 04 May 2024 13:38:10 +0200
199
200 rustc (1.70.0+dfsg2-1~exp3) experimental; urgency=medium
201
202 * d/rules: fix last package cache removal
203
204 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 03 May 2024 17:02:14 +0200
205
206 rustc (1.70.0+dfsg2-1~exp2) experimental; urgency=medium
207
208 * d/rules: allow removal of package cache to fail
209 * autopkgtest: disable full build test
210
211 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 03 May 2024 15:10:49 +0200
212
213 rustc (1.70.0+dfsg2-1~exp1) experimental; urgency=medium
214
215 [ liushuyu ]
216 * d/*: initial merge of cargo into rustc source package (Closes: #1054658)
217
218 [ Fabian Grünbichler ]
219 * update libgit2
220 * cargo: sync test disabling changes
221 * adapt to current rustc/cargo version
222 * cargo: actually install, not just build
223 * add extra component tarball
224 * scripts/guess-crate-copyright: switch to python3-toml
225 * d/check-orig-suspicious.sh: remove duplicate comment stripping
226 * d/check-orig-suspicious.sh: support extra tar ball
227 * fix autopkgtest control file
228 * update d/copyright
229 * extend lintian overrides
230
231 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 03 May 2024 09:27:25 +0200
232
233 rustc (1.70.0+dfsg1-9) unstable; urgency=medium
234
235 * temporarily skip git(-cli) tests
236
237 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 25 Mar 2024 17:47:08 +0100
238
239 rustc (1.70.0+dfsg1-8.1) unstable; urgency=medium
240
241 * Non-maintainer upload
242 * Binary upload to rebootstrap on armel
243
244 -- Emanuele Rocca <ema@debian.org> Thu, 21 Mar 2024 10:52:23 +0000
245
246 rustc (1.70.0+dfsg1-8) unstable; urgency=medium
247
248 * d/control: switch to libllvm16t64
249 * d/control: switch to pkgconf
250 * d/rules: fix make warning in filter invocation
251
252 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 15 Mar 2024 17:18:37 +0100
253
254 rustc (1.70.0+dfsg1-7) unstable; urgency=medium
255
256 * profiler: disable on mips64el for now, it's buggy
257
258 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Thu, 15 Feb 2024 06:52:19 +0100
259
260 rustc (1.70.0+dfsg1-6) unstable; urgency=medium
261
262 [ Fabian Grünbichler ]
263 * fix bootstrap helpers (Closes: #1060808)
264 * rustix: patch both versions to fix racy build
265
266 [ Andres Salomon ]
267 * Fix source_orig-stage0 bootstrapping process to actually include all
268 architectures (closes: #1021711).
269 * Run 'd/rules clean' after running make_orig-stage0_tarball.sh so that the
270 suggestion to rebuild the .dsc actually works.
271 * Don't allow upstream's bootstrap.py to delete .cargo/ directory.
272
273 [ Fabian Grünbichler ]
274 * stage0: use current release architectures as default
275 * disable LLVM profiler support on sparc64 (Closes: #1061125)
276
277 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 11 Feb 2024 20:59:19 +0100
278
279 rustc (1.70.0+dfsg1-5) unstable; urgency=medium
280
281 * adapt LLVM_PROFILER_RT_LIB path
282
283 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 15 Jan 2024 08:16:35 +0100
284
285 rustc (1.70.0+dfsg1-4) unstable; urgency=medium
286
287 * fix libclang-rt-16-dev Build-dep
288
289 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 15 Jan 2024 07:00:08 +0100
290
291 rustc (1.70.0+dfsg1-3) unstable; urgency=medium
292
293 [ Andres Salomon ]
294 * Enable profiler builtin and backport u-profiler.patch (closes: #1043311).
295 * Build-dep on libclang-rt-16-dev.
296
297 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 14 Jan 2024 20:06:29 +0100
298
299 rustc (1.70.0+dfsg1-2) unstable; urgency=medium
300
301 * Upload to unstable
302
303 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sat, 30 Dec 2023 14:52:00 +0100
304
305 rustc (1.70.0+dfsg1-2~exp1) experimental; urgency=medium
306
307 * riscv: disable split debuginfo support
308
309 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sat, 02 Dec 2023 11:19:31 +0100
310
311 rustc (1.70.0+dfsg1-1) unstable; urgency=medium
312
313 * Upload to unstable
314
315 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 20 Sep 2023 20:18:40 +0200
316
317 rustc (1.70.0+dfsg1-1~exp3) experimental; urgency=medium
318
319 * more test fixes
320
321 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 15 Sep 2023 15:07:01 +0200
322
323 rustc (1.70.0+dfsg1-1~exp2) experimental; urgency=medium
324
325 * don't remove replace-version-placeholder from workspace
326 * disable download tests
327 * fix x86 tests checking for SSE2
328
329 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 15 Sep 2023 10:10:52 +0200
330
331 rustc (1.70.0+dfsg1-1~bpo12+pve1) proxmox-rust; urgency=medium
332
333 * Rebuild for Debian Bookworm / Proxmox
334
335 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Sep 2023 10:50:57 +0200
336
337 rustc (1.70.0+dfsg1-1~exp1) experimental; urgency=medium
338
339 * New upstream release
340 * switch to LLVM 16
341 * properly drop more components
342 * rust-src: fix path of installed example config
343 * fix lintian overrides
344 * update d/copyright
345
346 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Thu, 14 Sep 2023 09:07:26 +0200
347
348 rustc (1.69.0+dfsg1-1~bpo12+pve1) bookworm; urgency=medium
349
350 * Rebuild for Debian Bookworm / Proxmox
351
352 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Sep 2023 14:47:02 +0200
353
354 rustc (1.69.0+dfsg1-1) unstable; urgency=medium
355
356 * Upload to unstable
357
358 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 13 Sep 2023 13:57:58 +0200
359
360 rustc (1.69.0+dfsg1-1~exp2) experimental; urgency=medium
361
362 * config: also enable rustdoc explicitly
363 * bump wasi-libc to revert stack protection (Closes: #1051815)
364
365 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 13 Sep 2023 08:02:53 +0200
366
367 rustc (1.69.0+dfsg1-1~exp1) experimental; urgency=medium
368
369 [ Eric Long ]
370 * New upstream release
371 * Manually include `rust-analyzer-proc-macro-srv` (again)
372
373 [ Fabian Grünbichler ]
374 * add libc with "extra_traits" to feature sync patch
375 * update d/copyright
376 * update lintian overrides
377
378 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 12 Sep 2023 10:17:15 +0200
379
380 rustc (1.68.2+dfsg1-1) unstable; urgency=medium
381
382 * Upload to unstable
383
384 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 10 Sep 2023 19:22:53 +0200
385
386 rustc (1.68.2+dfsg1-1~bpo12+pve1) bookworm; urgency=medium
387
388 * Rebuild for Proxmox Bookworm products
389
390 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Aug 2023 09:34:09 +0200
391
392 rustc (1.68.2+dfsg1-1~exp1) experimental; urgency=medium
393
394 [ Eric Long ]
395 * New upstream version 1.68.2+dfsg1
396 * Update patches to adapt to upstream test path change
397
398 [ Fabian Grünbichler ]
399 * Update wasi-libc to 4362b18
400 * Update doc path to fix linkcheck
401 * Update d/copyright
402 * Update lintian overrides
403 * Update privacy breach removal (github badge)
404 * Bump Standards-Version to 4.6.2
405
406 [Helmut Grohne]
407 * Fix FTCBFS: Do not pass host CFLAGS to the build compiler
408 (Closes: #1050975)
409
410 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 02 Aug 2023 13:17:47 +0200
411
412 rustc (1.67.1+dfsg1-1) unstable; urgency=medium
413
414 * Upload to unstable
415
416 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 03 Sep 2023 19:58:53 +0200
417
418 rustc (1.67.1+dfsg1-1~exp1) experimental; urgency=medium
419
420 [ Fabian Grünbichler ]
421 * update/rebase/drop patches (based on work by Blair Noctis)
422 * d/copyright: add missing statements
423 * add missing lintian overrides for test cases
424
425 [ Blair Noctis ]
426 * New upstream release
427 * Cherry-pick sysroot detection fix
428 * Update d/copyright for some vendored
429
430 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Fri, 07 Jul 2023 10:01:33 +0200
431
432 rustc (1.66.0+dfsg1-1) unstable; urgency=medium
433
434 * Upload to unstable
435
436 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 27 Jun 2023 17:12:20 +0200
437
438 rustc (1.66.0+dfsg1-1~exp1) experimental; urgency=medium
439
440 [ Blair Noctis ]
441 * New upstream version 1.66.0+dfsg1
442 * Drop outdated patches
443 * Work around incorrect config handling (picking up initial rustc) when
444 running tests
445
446 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 23 Apr 2023 20:45:41 +0200
447
448 rustc (1.65.0+dfsg1-2) unstable; urgency=medium
449
450 * Team upload
451 * Source-only upload
452
453 -- Jeremy Bícha <jbicha@ubuntu.com> Mon, 26 Jun 2023 17:16:27 -0400
454
455 rustc (1.65.0+dfsg1-1) unstable; urgency=medium
456
457 * Upload to unstable
458
459 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 20 Jun 2023 20:16:50 +0200
460
461 rustc (1.65.0+dfsg1-1~exp3) experimental; urgency=medium
462
463 * d/rules: fix typo in mipsel workaround
464
465 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 12 Mar 2023 08:54:15 +0100
466
467 rustc (1.65.0+dfsg1-1~exp2) experimental; urgency=medium
468
469 [ Fabian Grünbichler ]
470 * d/control: add myself to Uploaders
471 * cherry-pick fix for failing backtrace test
472 * bump mipsel test failure allowance to work around broken gdb 13.1
473 * drop duplicate lintian override
474
475 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sat, 11 Mar 2023 18:50:19 +0100
476
477 rustc (1.65.0+dfsg1-1~exp1) experimental; urgency=medium
478
479 [ Fabian Grünbichler ]
480 * New upstream version 1.65.0+dfsg1
481 * switch to LLVM-15
482 * cherry-pick fix for compiletest with rpath=false
483 * add overrides for rust-analyzer test data
484
485 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Wed, 15 Feb 2023 20:12:05 +0100
486
487 rustc (1.64.0+dfsg1-1) unstable; urgency=medium
488
489 * Upload to unstable
490 * Add myself to Uploaders
491
492 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 12 Jun 2023 18:36:56 +0200
493
494 rustc (1.64.0+dfsg1-1~exp4) experimental; urgency=medium
495
496 [ John Paul Adrian Glaubitz ]
497 * fix sparc64 rustix build (Closes: #1030053)
498
499 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Tue, 31 Jan 2023 19:55:48 +0100
500
501 rustc (1.64.0+dfsg1-1~exp3) experimental; urgency=medium
502
503 [ Simon Chopin ]
504 * cherry-pick riscv64 fix from ubuntu
505
506 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Fri, 20 Jan 2023 20:48:11 +0100
507
508 rustc (1.64.0+dfsg1-1~exp2) experimental; urgency=medium
509
510 [ Fabian Grünbichler ]
511 * d/prune-unused-deps: unify cargo update calls
512 * fix rustix on arches requiring outline building
513 * fix libstd-rust-dev-windows lintian override
514 * fix compiler_builtins linkage on arm(el)
515 * add compiler_builtins sync fallbacks for arm(el)
516 * fix panicking lldb check on armel
517
518 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Wed, 11 Jan 2023 17:22:16 +0100
519
520 rustc (1.64.0+dfsg1-1~exp1) experimental; urgency=medium
521
522 * New upstream release
523 * d/rules: auto_clean: preserve .cargo/config.toml
524 * d/rules: also clear bootstrap/rust-analyzer Cargo.lock
525 * d/rules: extend privacy-breach removal
526 * ship rust-analyzer-proc-macro-srv binary
527
528 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Thu, 08 Dec 2022 09:17:59 +0100
529
530 rustc (1.63.0+dfsg1-1) unstable; urgency=medium
531
532 * Upload to unstable (Closes: #1018859)
533
534 [ Pietro Albini ]
535 * clarify the licensing of the mpsc implementation
536
537 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Wed, 07 Dec 2022 17:29:00 +0100
538
539 rustc (1.63.0+dfsg1-1~exp1) experimental; urgency=medium
540
541 * New upstream release
542
543 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Tue, 15 Nov 2022 19:47:53 +0100
544
545 rustc (1.62.1+dfsg1-1) unstable; urgency=medium
546
547 * Upload to unstable
548 * Fix armhf build
549
550 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Mon, 31 Oct 2022 14:19:34 +0100
551
552 rustc (1.62.1+dfsg1-1~exp1) experimental; urgency=medium
553
554 * New upstream release
555
556 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Fri, 28 Oct 2022 11:35:48 +0200
557
558 rustc (1.61.0+dfsg1-2) unstable; urgency=medium
559
560 [ Ximin Luo]
561 * Improve cross-building documentation
562
563 [ Adrian Bunk ]
564 * Disable kernel_user_helpers on armel (duplicate symbols)
565 * Increase allowed failures on armel/mips64el/ppc64 (Closes: #1020860)
566
567 [ Fabian Grünbichler ]
568 * cherry-pick patches from Ubuntu
569 * fix rebuild of 1.61 with 1.61
570
571 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Mon, 10 Oct 2022 20:19:05 +0200
572
573 rustc (1.61.0+dfsg1-1) unstable; urgency=medium
574
575 * Upload to unstable (Closes: #1020394)
576
577 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 22 Sep 2022 09:00:21 +0200
578
579 rustc (1.61.0+dfsg1-1~exp1) experimental; urgency=medium
580
581 * New upstream release
582
583 * Switch to LLVM-14 (Closes: #1017656)
584
585 -- Fabian Gruenbichler <f.gruenbichler@proxmox.com> Wed, 07 Sep 2022 17:33:04 +0200
586
587 rustc (1.60.0+dfsg1-1) unstable; urgency=medium
588
589 * Ignore more test failures on mips64el for lack of inline assembly support.
590
591 * Add i386 and x32 to list of "low-memory" architectures requiring build
592 workarounds.
593
594 -- Fabian Gruenbichler <f.gruenbichler@proxmox.com> Mon, 5 Sep 2022 10:03:18 +0200
595
596 rustc (1.60.0+dfsg1-1~exp1) experimental; urgency=medium
597
598 * New upstream release.
599
600 -- Fabian Gruenbichler <f.gruenbichler@proxmox.com> Thu, 14 Jul 2022 13:08:16 +0200
601
602 rustc (1.59.0+dfsg1-2) unstable; urgency=medium
603
604 * Backport a patch for riscv64.
605 * Ignore some test failures on armhf due to regression in GDB 11.2.
606
607 -- Ximin Luo <infinity0@debian.org> Tue, 21 Jun 2022 11:06:16 +0100
608
609 rustc (1.59.0+dfsg1-1) unstable; urgency=medium
610
611 * Upload to unstable.
612
613 -- Ximin Luo <infinity0@debian.org> Wed, 11 May 2022 14:11:46 +0100
614
615 rustc (1.59.0+dfsg1-1~exp1) experimental; urgency=medium
616
617 [ Fabian Grünbichler ]
618 * New upstream release
619
620 -- Ximin Luo <infinity0@debian.org> Tue, 29 Mar 2022 14:32:01 +0100
621
622 rustc (1.58.1+dfsg1-1) unstable; urgency=medium
623
624 * Upload to unstable.
625
626 -- Ximin Luo <infinity0@debian.org> Tue, 29 Mar 2022 12:23:46 +0100
627
628 rustc (1.58.1+dfsg1-1~exp1) experimental; urgency=medium
629
630 [ Fabian Gruenbichler ]
631 * New upstream release.
632
633 -- Ximin Luo <infinity0@debian.org> Tue, 08 Mar 2022 11:32:29 +0000
634
635 rustc (1.57.0+dfsg1-1) unstable; urgency=medium
636
637 * Upload to unstable. (Closes: #1005203)
638
639 -- Ximin Luo <infinity0@debian.org> Tue, 08 Mar 2022 10:51:18 +0000
640
641 rustc (1.57.0+dfsg1-1~exp1) experimental; urgency=medium
642
643 [ Simon Chopin ]
644 * d/p/d-bootstrap-rustflags.patch: remove the warnings bit, use the option
645 "deny-warnings = false" in d/config.toml.in instead
646
647 [ Fabian Grünbichler ]
648 * Fix CVE-2022-21658 - std::fs::remove_dir_all TOCTOU symlink issue
649 * New upstream release. (Closes: #1005203)
650
651 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Thu, 03 Feb 2022 19:14:04 +0100
652
653 rustc (1.56.0+dfsg1-2) unstable; urgency=medium
654
655 * Update to debhelper 13.
656
657 -- Ximin Luo <infinity0@debian.org> Fri, 22 Oct 2021 23:29:14 +0100
658
659 rustc (1.56.0+dfsg1-1) unstable; urgency=medium
660
661 * New upstream release.
662 * Support terse and verbose DEB_BUILD_OPTIONS.
663 * Support -Z gcc-ld=lld via symlinks.
664 * Fix RUSTC_SYSROOT in rust-gdb and rust-lldb, thanks James McCoy.
665
666 -- Ximin Luo <infinity0@debian.org> Fri, 22 Oct 2021 18:54:49 +0100
667
668 rustc (1.56.0~beta.4+dfsg1-1~exp2) experimental; urgency=medium
669
670 * Include upstream patch for x32 support. (Closes: #993855)
671 * Update to LLVM 13.
672
673 -- Ximin Luo <infinity0@debian.org> Fri, 15 Oct 2021 10:44:35 +0100
674
675 rustc (1.56.0~beta.4+dfsg1-1~exp1) experimental; urgency=medium
676
677 * New upstream release.
678
679 -- Ximin Luo <infinity0@debian.org> Thu, 14 Oct 2021 22:50:58 +0100
680
681 rustc (1.55.0+dfsg1-2) unstable; urgency=medium
682
683 * Actually work around segfault on ppc64el.
684 * Fix FTBFS on armhf caused by GCC 11 changes.
685
686 -- Ximin Luo <infinity0@debian.org> Thu, 14 Oct 2021 00:36:15 +0100
687
688 rustc (1.55.0+dfsg1-1) unstable; urgency=medium
689
690 * Upload to unstable.
691 * Bump test failures-allowed on s390x to 40.
692 * Work around a segfault on ppc64el
693
694 -- Ximin Luo <infinity0@debian.org> Wed, 13 Oct 2021 22:06:15 +0100
695
696 rustc (1.55.0+dfsg1-1~exp1) experimental; urgency=medium
697
698 * New upstream release.
699
700 -- Ximin Luo <infinity0@debian.org> Sat, 09 Oct 2021 03:22:08 +0100
701
702 rustc (1.54.0+dfsg1-3) unstable; urgency=medium
703
704 * Fix links to cargo-doc.
705
706 -- Ximin Luo <infinity0@debian.org> Sat, 09 Oct 2021 11:46:08 +0100
707
708 rustc (1.54.0+dfsg1-2) unstable; urgency=medium
709
710 * Fix some more build & test failures.
711
712 -- Ximin Luo <infinity0@debian.org> Sat, 09 Oct 2021 03:12:35 +0100
713
714 rustc (1.54.0+dfsg1-1) unstable; urgency=medium
715
716 * Upload to unstable.
717 * Re-enable backported patch for armhf & reset its allowed-failures.
718 * Add compatibility patch for cargo 0.47.
719 * Ignore more spurious test failures, and filed upstream.
720 * Bump powerpc allowed-failures to 180 at the request of ports maintainers.
721
722 -- Ximin Luo <infinity0@debian.org> Sat, 09 Oct 2021 00:24:37 +0100
723
724 rustc (1.54.0+dfsg1-1~exp1) experimental; urgency=medium
725
726 * New upstream release.
727
728 -- Ximin Luo <infinity0@debian.org> Wed, 06 Oct 2021 10:37:55 +0100
729
730 rustc (1.53.0+dfsg1-4) unstable; urgency=medium
731
732 * Ignore some hanging test regressions on non-release arches powerpc, ppc64.
733
734 -- Ximin Luo <infinity0@debian.org> Wed, 06 Oct 2021 19:24:11 +0100
735
736 rustc (1.53.0+dfsg1-3) unstable; urgency=medium
737
738 * Disable patch that was backported incorrectly.
739 * Temporarily increase armhf allowed-failures to 12.
740
741 -- Ximin Luo <infinity0@debian.org> Wed, 06 Oct 2021 19:01:54 +0100
742
743 rustc (1.53.0+dfsg1-2) unstable; urgency=medium
744
745 * Fix some test failures.
746
747 -- Ximin Luo <infinity0@debian.org> Wed, 06 Oct 2021 10:29:03 +0100
748
749 rustc (1.53.0+dfsg1-1) unstable; urgency=medium
750
751 * Upload to unstable.
752 * Update mips patches, disable a test as our workaround makes it invalid.
753 * Temporarily ignore some tests that fail on big-endian.
754
755 -- Ximin Luo <infinity0@debian.org> Tue, 05 Oct 2021 23:19:31 +0100
756
757 rustc (1.53.0+dfsg1-1~exp1) experimental; urgency=medium
758
759 * New upstream release. (Closes: #986803)
760 * Honour parallel option in DEB_BUILD_OPTIONS. (Closes: #993871)
761
762 -- Ximin Luo <infinity0@debian.org> Sat, 02 Oct 2021 12:46:49 +0100
763
764 rustc (1.52.1+dfsg1-1) unstable; urgency=medium
765
766 * Upload to unstable.
767 * Reorganise dependencies, move optional rustc deps to rust-all.
768
769 -- Ximin Luo <infinity0@debian.org> Wed, 29 Sep 2021 20:05:55 +0100
770
771 rustc (1.52.1+dfsg1-1~exp3) experimental; urgency=medium
772
773 * Update to LLVM 12.
774
775 -- Ximin Luo <infinity0@debian.org> Wed, 19 May 2021 17:52:44 +0100
776
777 rustc (1.52.1+dfsg1-1~exp2) experimental; urgency=medium
778
779 * Fix rust-clippy dependency on libstd-rust-*
780
781 -- Ximin Luo <infinity0@debian.org> Sat, 15 May 2021 22:42:38 +0100
782
783 rustc (1.52.1+dfsg1-1~exp1) experimental; urgency=medium
784
785 * New upstream release.
786
787 -- Ximin Luo <infinity0@debian.org> Sat, 15 May 2021 15:21:27 +0100
788
789 rustc (1.52.0+dfsg1-1~exp1) experimental; urgency=medium
790
791 * New upstream release.
792
793 -- Ximin Luo <infinity0@debian.org> Fri, 07 May 2021 20:38:38 +0100
794
795 rustc (1.52.0~beta.3+dfsg1-1~exp4) experimental; urgency=medium
796
797 * Fix issue with dh_missing --fail-missing
798
799 -- Ximin Luo <infinity0@debian.org> Thu, 06 May 2021 01:52:30 +0100
800
801 rustc (1.52.0~beta.3+dfsg1-1~exp3) experimental; urgency=medium
802
803 * Fix Makefile addition syntax.
804
805 -- Ximin Luo <infinity0@debian.org> Wed, 05 May 2021 22:24:22 +0100
806
807 rustc (1.52.0~beta.3+dfsg1-1~exp2) experimental; urgency=medium
808
809 * Install the rust-llvm-dwp symlink.
810
811 -- Ximin Luo <infinity0@debian.org> Wed, 05 May 2021 22:20:13 +0100
812
813 rustc (1.52.0~beta.3+dfsg1-1~exp1) experimental; urgency=medium
814
815 * New upstream release.
816
817 -- Ximin Luo <infinity0@debian.org> Mon, 26 Apr 2021 12:31:27 +0100
818
819 rustc (1.51.0+dfsg1-1) unstable; urgency=medium
820
821 * Upload to unstable.
822 * Install the rust-llvm-dwp symlink.
823 * Bump ppc64 allowed-failures to 24.
824
825 -- Ximin Luo <infinity0@debian.org> Sun, 19 Sep 2021 19:48:33 +0100
826
827 rustc (1.51.0+dfsg1-1~exp3) experimental; urgency=medium
828
829 * Restore patch, not actually fixed upstream.
830
831 -- Ximin Luo <infinity0@debian.org> Mon, 26 Apr 2021 16:17:12 +0100
832
833 rustc (1.51.0+dfsg1-1~exp2) experimental; urgency=medium
834
835 * Drop patch fixed upstream.
836 * Fix bootstrap with self version.
837
838 -- Ximin Luo <infinity0@debian.org> Mon, 26 Apr 2021 12:26:43 +0100
839
840 rustc (1.51.0+dfsg1-1~exp1) experimental; urgency=medium
841
842 * New upstream release.
843 * Enable 32-bit windows support.
844
845 -- Ximin Luo <infinity0@debian.org> Mon, 12 Apr 2021 11:04:36 +0100
846
847 rustc (1.50.0+dfsg1-1) unstable; urgency=medium
848
849 * Upload to unstable.
850
851 -- Ximin Luo <infinity0@debian.org> Sat, 18 Sep 2021 11:45:21 +0100
852
853 rustc (1.50.0+dfsg1-1~exp4) experimental; urgency=medium
854
855 * Fix more tests with a backported upstream PR.
856
857 -- Ximin Luo <infinity0@debian.org> Mon, 12 Apr 2021 01:51:22 +0100
858
859 rustc (1.50.0+dfsg1-1~exp3) experimental; urgency=medium
860
861 * Fix cross-compile to windows using same-version stage0.
862
863 -- Ximin Luo <infinity0@debian.org> Sun, 11 Apr 2021 13:52:41 +0100
864
865 rustc (1.50.0+dfsg1-1~exp2) experimental; urgency=medium
866
867 * Fix tests, fix s390x breakage.
868
869 -- Ximin Luo <infinity0@debian.org> Fri, 09 Apr 2021 16:54:20 +0100
870
871 rustc (1.50.0+dfsg1-1~exp1) experimental; urgency=medium
872
873 * New upstream release.
874
875 -- Ximin Luo <infinity0@debian.org> Mon, 05 Apr 2021 21:30:18 +0100
876
877 rustc (1.49.0+dfsg1-2) unstable; urgency=medium
878
879 * Backport upstream PR 85807 to fix powerpc test issues.
880
881 -- Ximin Luo <infinity0@debian.org> Sat, 18 Sep 2021 11:33:09 +0100
882
883 rustc (1.49.0+dfsg1-1) unstable; urgency=medium
884
885 * Upload to unstable.
886
887 -- Ximin Luo <infinity0@debian.org> Sat, 28 Aug 2021 10:48:11 +0100
888
889 rustc (1.49.0+dfsg1-1~exp1) experimental; urgency=medium
890
891 * New upstream release.
892
893 -- Ximin Luo <infinity0@debian.org> Mon, 05 Apr 2021 14:59:34 +0100
894
895 rustc (1.49.0~beta.4+dfsg1-1~exp1) experimental; urgency=medium
896
897 * New upstream release.
898
899 -- Ximin Luo <infinity0@debian.org> Sun, 20 Dec 2020 23:26:55 +0000
900
901 rustc (1.48.0+dfsg1-2) unstable; urgency=medium
902
903 * Enable +xgot on mips64*, see upstream #52108 for details.
904
905 -- Ximin Luo <infinity0@debian.org> Sun, 20 Dec 2020 18:52:10 +0000
906
907 rustc (1.48.0+dfsg1-1) unstable; urgency=medium
908
909 * New upstream release.
910
911 -- Ximin Luo <infinity0@debian.org> Tue, 01 Dec 2020 19:57:48 +0000
912
913 rustc (1.48.0~beta.8+dfsg1-1~exp3) experimental; urgency=medium
914
915 * Update u-update-version-check.patch
916
917 -- Ximin Luo <infinity0@debian.org> Fri, 13 Nov 2020 01:36:31 +0000
918
919 rustc (1.48.0~beta.8+dfsg1-1~exp2) experimental; urgency=medium
920
921 * Disable copy_file_range optimisation for now, see upstream #78979.
922 * Ignore some other minor tests, bugs have been filed upstream.
923
924 -- Ximin Luo <infinity0@debian.org> Thu, 12 Nov 2020 23:51:53 +0000
925
926 rustc (1.48.0~beta.8+dfsg1-1~exp1) experimental; urgency=medium
927
928 * New upstream release.
929
930 -- Ximin Luo <infinity0@debian.org> Wed, 11 Nov 2020 12:31:18 +0000
931
932 rustc (1.47.0+dfsg1-1) unstable; urgency=medium
933
934 * New upstream release.
935 * Update to LLVM 11.
936 * Ignore more tests on big-endian.
937
938 -- Ximin Luo <infinity0@debian.org> Sat, 07 Nov 2020 21:21:03 +0000
939
940 rustc (1.47.0~beta.2+dfsg1-1~exp1) experimental; urgency=medium
941
942 * New upstream release.
943
944 -- Ximin Luo <infinity0@debian.org> Sat, 05 Sep 2020 16:11:16 +0100
945
946 rustc (1.46.0+dfsg1-1) unstable; urgency=medium
947
948 * New upstream release.
949
950 -- Ximin Luo <infinity0@debian.org> Sat, 29 Aug 2020 16:54:36 +0100
951
952 rustc (1.46.0~beta.2+dfsg1-1~exp5) experimental; urgency=medium
953
954 * Fix rust-gdb install path. (Closes: #968279)
955 * Drop powerpc allowed-failures to 12. (Closes: #955774)
956 * Update d-fix-mips64el-bootstrap.patch for newer LLVM.
957
958 -- Ximin Luo <infinity0@debian.org> Fri, 14 Aug 2020 23:45:25 +0100
959
960 rustc (1.46.0~beta.2+dfsg1-1~exp4) experimental; urgency=medium
961
962 * Move cross-linker Depends to Recommends - for cross-compiling support
963 libraries should never hard-depend on toolchains. This also allows us to
964 add the usual M-A annotations for libraries.
965
966 -- Ximin Luo <infinity0@debian.org> Sun, 09 Aug 2020 18:16:16 +0100
967
968 rustc (1.46.0~beta.2+dfsg1-1~exp3) experimental; urgency=medium
969
970 * Drop "-cross" suffix from libstd naming, after discussion with Helmut
971 Grohne. Since libstd-rust-dev-wasm-cross is not yet in stable and only
972 has 4 installed users, we do not retain a migration package.
973
974 -- Ximin Luo <infinity0@debian.org> Sun, 09 Aug 2020 14:27:54 +0100
975
976 rustc (1.46.0~beta.2+dfsg1-1~exp2) experimental; urgency=medium
977
978 * Add support for cross-compiling to windows. See README.Debian for details.
979 Currently only 64-bit works, we are waiting on #540782 for 32-bit.
980
981 -- Ximin Luo <infinity0@debian.org> Sun, 09 Aug 2020 03:52:34 +0100
982
983 rustc (1.46.0~beta.2+dfsg1-1~exp1) experimental; urgency=medium
984
985 * New upstream release.
986
987 -- Ximin Luo <infinity0@debian.org> Fri, 07 Aug 2020 00:15:46 +0100
988
989 rustc (1.45.0+dfsg1-2) unstable; urgency=medium
990
991 * Add some more big-endian test patches.
992 * Backport some patches to fix some testsuite ICEs.
993
994 -- Ximin Luo <infinity0@debian.org> Thu, 06 Aug 2020 21:11:39 +0100
995
996 rustc (1.45.0+dfsg1-1) unstable; urgency=medium
997
998 * Upload to unstable.
999
1000 -- Ximin Luo <infinity0@debian.org> Wed, 05 Aug 2020 21:41:39 +0100
1001
1002 rustc (1.45.0+dfsg1-1~exp1) experimental; urgency=medium
1003
1004 * New upstream release.
1005
1006 -- Ximin Luo <infinity0@debian.org> Mon, 27 Jul 2020 17:45:24 +0100
1007
1008 rustc (1.44.1+dfsg1-3) unstable; urgency=medium
1009
1010 * Fix patch for line numbers on little-endian arches.
1011
1012 -- Ximin Luo <infinity0@debian.org> Tue, 28 Jul 2020 21:51:36 +0100
1013
1014 rustc (1.44.1+dfsg1-2) unstable; urgency=medium
1015
1016 * Ignore tests that assume little-endian on big-endian arches.
1017 See upstream #74829 for details.
1018
1019 -- Ximin Luo <infinity0@debian.org> Tue, 28 Jul 2020 21:20:24 +0100
1020
1021 rustc (1.44.1+dfsg1-1) unstable; urgency=medium
1022
1023 * Upload to unstable.
1024 * Backport a typenum fix for i386.
1025 * Work around upstream #74786 involving debuginfo maps.
1026
1027 -- Ximin Luo <infinity0@debian.org> Mon, 27 Jul 2020 13:15:20 +0100
1028
1029 rustc (1.44.1+dfsg1-1~exp1) experimental; urgency=medium
1030
1031 * New upstream release.
1032
1033 -- Ximin Luo <infinity0@debian.org> Sat, 04 Jul 2020 18:04:42 +0100
1034
1035 rustc (1.43.0+dfsg1-1) unstable; urgency=medium
1036
1037 * Upload to unstable.
1038 * Bump LLVM B-D version for some backported fixes affecting rustc.
1039
1040 -- Ximin Luo <infinity0@debian.org> Sun, 05 Jul 2020 15:06:52 +0100
1041
1042 rustc (1.43.0+dfsg1-1~exp1) experimental; urgency=medium
1043
1044 * Drop sparc64 workaround. (Closes: #956413)
1045 * Drop stack-gap workaround for old kernels and rust versions.
1046 * New upstream release.
1047
1048 -- Ximin Luo <infinity0@debian.org> Mon, 27 Apr 2020 13:09:20 +0100
1049
1050 rustc (1.42.0+dfsg1-1) unstable; urgency=medium
1051
1052 * Upload to unstable.
1053
1054 -- Ximin Luo <infinity0@debian.org> Fri, 10 Apr 2020 11:33:25 +0100
1055
1056 rustc (1.42.0+dfsg1-1~exp1) experimental; urgency=medium
1057
1058 [ Fabian Grünbichler ]
1059 * Team upload.
1060 * New upstream release.
1061
1062 -- Ximin Luo <infinity0@debian.org> Sat, 04 Apr 2020 16:06:03 +0100
1063
1064 rustc (1.41.1+dfsg1-1) unstable; urgency=medium
1065
1066 * Upload to unstable.
1067
1068 -- Ximin Luo <infinity0@debian.org> Fri, 03 Apr 2020 23:41:11 +0100
1069
1070 rustc (1.41.1+dfsg1-1~exp1) experimental; urgency=medium
1071
1072 [ Ximin Luo ]
1073 * More python 2 -> 3 fixes.
1074 * Enable the wasm32-wasi target for code that needs a "real" libstd.
1075 * Don't strip static rlibs. This sometimes breaks wasm, and more generally
1076 the stripped debuginfo is actually totally lost rather than being moved
1077 into the -dbgsym packages. Shared libraries are unaffected and work.
1078 * Allow 180 failing tests on riscv64, none were actually run last time.
1079
1080 [ Fabian Grünbichler ]
1081 * New upstream release.
1082
1083 -- Ximin Luo <infinity0@debian.org> Mon, 09 Mar 2020 00:31:34 +0000
1084
1085 rustc (1.40.0+dfsg1-5) unstable; urgency=medium
1086
1087 * More python 2 -> 3 fixes.
1088 * Allow 24 failing tests on riscv64.
1089 * Reenable debuginfo for rustc, not just libstd.
1090 * Reenable backtraces during tests.
1091
1092 -- Ximin Luo <infinity0@debian.org> Sun, 05 Jan 2020 13:35:46 +0000
1093
1094 rustc (1.40.0+dfsg1-4) unstable; urgency=medium
1095
1096 * Experimental riscv64 support.
1097
1098 -- Ximin Luo <infinity0@debian.org> Sat, 04 Jan 2020 05:40:11 +0000
1099
1100 rustc (1.40.0+dfsg1-3) unstable; urgency=medium
1101
1102 * Work around upstream #59264 again. :/
1103
1104 -- Ximin Luo <infinity0@debian.org> Fri, 03 Jan 2020 22:05:16 +0000
1105
1106 rustc (1.40.0+dfsg1-2) unstable; urgency=medium
1107
1108 * Fix more internal build scripts so they use python3.
1109 * Don't add -L/usr/lib/llvm when cross-compiling. (Closes: #941783)
1110
1111 -- Ximin Luo <infinity0@debian.org> Fri, 03 Jan 2020 20:18:46 +0000
1112
1113 rustc (1.40.0+dfsg1-1) unstable; urgency=medium
1114
1115 * Upload to unstable.
1116 * Ignore new test failing on arm that also fails in previous versions.
1117
1118 -- Ximin Luo <infinity0@debian.org> Sun, 29 Dec 2019 22:17:04 +0000
1119
1120 rustc (1.40.0+dfsg1-1~exp1) experimental; urgency=medium
1121
1122 * New upstream release.
1123
1124 -- Ximin Luo <infinity0@debian.org> Wed, 25 Dec 2019 00:09:24 +0000
1125
1126 rustc (1.39.0+dfsg1-4) unstable; urgency=medium
1127
1128 * Update to LLVM 9. (Closes: #946886)
1129
1130 -- Ximin Luo <infinity0@debian.org> Mon, 23 Dec 2019 03:21:02 +0000
1131
1132 rustc (1.39.0+dfsg1-3) unstable; urgency=medium
1133
1134 * Fix mips patch involving mxgot for new RUSTFLAGS behaviour.
1135
1136 -- Ximin Luo <infinity0@debian.org> Fri, 06 Dec 2019 22:18:53 +0000
1137
1138 rustc (1.39.0+dfsg1-2) unstable; urgency=medium
1139
1140 * Include reproducibility patch for compiler-builtins.
1141 * Use python3 instead of python to run rustbuild. (Closes: #938422)
1142 * Expand d-ignore-error-detail-diff.patch for unfixed upstream #53081.
1143
1144 -- Ximin Luo <infinity0@debian.org> Thu, 05 Dec 2019 22:51:41 +0000
1145
1146 rustc (1.39.0+dfsg1-1) unstable; urgency=medium
1147
1148 * New upstream release.
1149
1150 -- Ximin Luo <infinity0@debian.org> Sat, 30 Nov 2019 22:20:48 +0000
1151
1152 rustc (1.38.0+dfsg1-2) unstable; urgency=medium
1153
1154 * Fix building with rustc 1.38.0
1155 * Fix building with cargo 0.40.0
1156
1157 -- Ximin Luo <infinity0@debian.org> Fri, 29 Nov 2019 00:05:16 +0000
1158
1159 rustc (1.38.0+dfsg1-1) unstable; urgency=medium
1160
1161 * New upstream release.
1162
1163 -- Ximin Luo <infinity0@debian.org> Tue, 26 Nov 2019 14:41:46 +0000
1164
1165 rustc (1.37.0+dfsg1-1) unstable; urgency=medium
1166
1167 * Upload to unstable.
1168 * Fix a typo in debian/rules regex causing FTBFS on some arches.
1169
1170 -- Ximin Luo <infinity0@debian.org> Thu, 05 Sep 2019 00:06:23 -0700
1171
1172 rustc (1.37.0+dfsg1-1~exp2) experimental; urgency=medium
1173
1174 * Support cross-compiling to wasm32. (Closes: #903110)
1175 To do that, install the libstd-rust-dev-wasm32-cross package and give
1176 --target wasm32-unknown-unknown.
1177 * Drop dependency on system compiler-rt, these new versions of rustc
1178 actually don't need it at all.
1179
1180 -- Ximin Luo <infinity0@debian.org> Thu, 29 Aug 2019 09:00:03 -0700
1181
1182 rustc (1.37.0+dfsg1-1~exp1) experimental; urgency=medium
1183
1184 * New upstream release.
1185 * Use system compiler-rt.
1186
1187 -- Ximin Luo <infinity0@debian.org> Sun, 25 Aug 2019 03:06:33 -0700
1188
1189 rustc (1.36.0+dfsg1-2) unstable; urgency=medium
1190
1191 * Set CARGO_HOME to debian/cargo_home (instead of $HOME/.cargo) as newer
1192 versions of cargo must take a file lock that has to exist.
1193
1194 -- Ximin Luo <infinity0@debian.org> Wed, 17 Jul 2019 18:25:06 -0700
1195
1196 rustc (1.36.0+dfsg1-1) unstable; urgency=medium
1197
1198 * Upload to unstable.
1199
1200 -- Ximin Luo <infinity0@debian.org> Tue, 16 Jul 2019 20:27:55 -0700
1201
1202 rustc (1.36.0+dfsg1-1~exp1) experimental; urgency=medium
1203
1204 * New upstream release.
1205
1206 -- Ximin Luo <infinity0@debian.org> Sat, 13 Jul 2019 12:42:05 -0700
1207
1208 rustc (1.35.0+dfsg1-1) unstable; urgency=medium
1209
1210 * Add entry in 1.34.2+dfsg1-1 to note that it uses LLVM 7.
1211 * Add entry in 1.35.0+dfsg1-1~exp2 to note that it uses LLVM 8.
1212 * Fix ICE on sparc64 by including upstream PR #61881.
1213
1214 -- Ximin Luo <infinity0@debian.org> Sat, 13 Jul 2019 10:30:35 -0700
1215
1216 rustc (1.35.0+dfsg1-1~exp1) experimental; urgency=medium
1217
1218 * Don't use system compiler-rt, it's not ready yet.
1219 * Update to LLVM 8.
1220 * New upstream release.
1221
1222 -- Ximin Luo <infinity0@debian.org> Sun, 09 Jun 2019 23:20:52 -0700
1223
1224 rustc (1.34.2+dfsg1-1) unstable; urgency=medium
1225
1226 * Don't use system compiler-rt, there are issues with that for now.
1227 * Use LLVM 7 for the Debian buster release.
1228
1229 -- Ximin Luo <infinity0@debian.org> Wed, 29 May 2019 21:52:37 -0700
1230
1231 rustc (1.34.2+dfsg1-1~exp2) experimental; urgency=medium
1232
1233 * Fix doc build, add version 1 compat mode hack for mdBook 2.
1234 * Use system compiler-rt from libclang-common-*-dev.
1235
1236 -- Ximin Luo <infinity0@debian.org> Fri, 24 May 2019 00:39:59 -0700
1237
1238 rustc (1.34.2+dfsg1-1~exp1) experimental; urgency=medium
1239
1240 * Ensure Cargo.toml is in rust-src.
1241 * New upstream release.
1242 * Update to LLVM 8.
1243
1244 -- Ximin Luo <infinity0@debian.org> Sun, 19 May 2019 02:40:02 -0700
1245
1246 rustc (1.33.0+dfsg1-2) unstable; urgency=medium
1247
1248 * Add Fedora patches.
1249 * Bump i386 allowed test failures to 12.
1250
1251 -- Ximin Luo <infinity0@debian.org> Sat, 18 May 2019 12:18:25 -0700
1252
1253 rustc (1.33.0+dfsg1-1) unstable; urgency=medium
1254
1255 * Upload to unstable.
1256 * Fix build on mips, flags needed whitespace massaging.
1257 * Drop obsolete patches.
1258
1259 -- Ximin Luo <infinity0@debian.org> Fri, 17 May 2019 21:04:20 -0700
1260
1261 rustc (1.33.0+dfsg1-1~exp1) experimental; urgency=medium
1262
1263 * New upstream release.
1264
1265 [ Hiroaki Nakamura ]
1266 * Delete obsolete patch.
1267
1268 [ Sylvestre Ledru ]
1269 * Update compiler-rt patch.
1270 * Improve build-related docs a bit.
1271
1272 -- Ximin Luo <infinity0@debian.org> Mon, 29 Apr 2019 19:50:48 -0700
1273
1274 rustc (1.32.0+dfsg1-3) unstable; urgency=medium
1275
1276 * Conditionally-apply u-compiletest.patch based on stage0 compiler.
1277 * Fix syntax error in d/rules compiletest check.
1278
1279 -- Ximin Luo <infinity0@debian.org> Sun, 17 Mar 2019 16:40:05 -0700
1280
1281 rustc (1.32.0+dfsg1-2) unstable; urgency=medium
1282
1283 * More verbose logging during builds.
1284 * Fix compiletest compile error, and check log has at least 1 pass.
1285
1286 -- Ximin Luo <infinity0@debian.org> Sun, 17 Mar 2019 12:52:57 -0700
1287
1288 rustc (1.32.0+dfsg1-1) unstable; urgency=medium
1289
1290 * New upstream release.
1291
1292 -- Ximin Luo <infinity0@debian.org> Sun, 27 Jan 2019 22:02:48 -0800
1293
1294 rustc (1.32.0~beta.2+dfsg1-1~exp2) experimental; urgency=medium
1295
1296 * Note that this upstream version already Closes: #917191.
1297 * Backport other upstream fixes. (Closes: #916818, #917000, #917192).
1298
1299 -- Ximin Luo <infinity0@debian.org> Tue, 01 Jan 2019 15:26:57 -0800
1300
1301 rustc (1.32.0~beta.2+dfsg1-1~exp1) experimental; urgency=medium
1302
1303 * New upstream release.
1304 * Drop obsolete d-sparc64-dont-pack-spans.patch
1305
1306 -- Ximin Luo <infinity0@debian.org> Sun, 16 Dec 2018 13:48:25 -0800
1307
1308 rustc (1.31.0+dfsg1-2) unstable; urgency=medium
1309
1310 * Bump mips mipsel s390x allowed-failures to 24.
1311
1312 -- Ximin Luo <infinity0@debian.org> Sun, 16 Dec 2018 14:34:44 -0800
1313
1314 rustc (1.31.0+dfsg1-1) unstable; urgency=medium
1315
1316 * Revert debuginfo patches, they're not ready yet.
1317
1318 -- Ximin Luo <infinity0@debian.org> Sun, 16 Dec 2018 09:58:06 -0800
1319
1320 rustc (1.31.0+dfsg1-1~exp2) experimental; urgency=medium
1321
1322 * Drop redundant patches.
1323 * Fix line numbers in some test-case patches.
1324 * Backport an updated patch for gdb 8.2.
1325
1326 -- Ximin Luo <infinity0@debian.org> Sat, 15 Dec 2018 13:52:26 -0800
1327
1328 rustc (1.31.0+dfsg1-1~exp1) experimental; urgency=medium
1329
1330 * New upstream release.
1331
1332 -- Ximin Luo <infinity0@debian.org> Fri, 14 Dec 2018 21:30:56 -0800
1333
1334 rustc (1.31.0~beta.19+dfsg1-1~exp2) experimental; urgency=medium
1335
1336 * Filter LLVM build flags to not be stupid.
1337
1338 -- Ximin Luo <infinity0@debian.org> Sat, 01 Dec 2018 12:17:52 -0800
1339
1340 rustc (1.31.0~beta.19+dfsg1-1~exp1) experimental; urgency=medium
1341
1342 * New upstream release.
1343
1344 -- Ximin Luo <infinity0@debian.org> Thu, 29 Nov 2018 22:29:16 -0800
1345
1346 rustc (1.31.0~beta.4+dfsg1-1~exp2) experimental; urgency=medium
1347
1348 * Merge changes from Debian unstable.
1349
1350 -- Ximin Luo <infinity0@debian.org> Tue, 06 Nov 2018 19:45:26 -0800
1351
1352 rustc (1.31.0~beta.4+dfsg1-1~exp1) experimental; urgency=medium
1353
1354 * New upstream release.
1355 * Drop old maintainers from Uploaders.
1356
1357 -- Ximin Luo <infinity0@debian.org> Sun, 04 Nov 2018 19:00:16 -0800
1358
1359 rustc (1.30.0+dfsg1-2) unstable; urgency=medium
1360
1361 * Increase FAILURES_ALLOWED for mips mipsel to 20.
1362 * Set debuginfo-only-std = false for 32-bit powerpc architectures.
1363
1364 -- Ximin Luo <infinity0@debian.org> Fri, 02 Nov 2018 01:42:36 -0700
1365
1366 rustc (1.30.0+dfsg1-1) unstable; urgency=medium
1367
1368 * Upload to unstable. (Closes: #881845)
1369 * Increase FAILURES_ALLOWED for mips architectures.
1370 * Set debuginfo-only-std = false for mips architectures.
1371
1372 -- Ximin Luo <infinity0@debian.org> Thu, 01 Nov 2018 10:05:52 -0700
1373
1374 rustc (1.30.0+dfsg1-1~exp2) experimental; urgency=medium
1375
1376 * Disable debuginfo-gdb tests relating to enums. These will be fixed in an
1377 upcoming version, see upstream #54614 for details.
1378
1379 -- Ximin Luo <infinity0@debian.org> Wed, 31 Oct 2018 00:02:25 -0700
1380
1381 rustc (1.30.0+dfsg1-1~exp1) experimental; urgency=medium
1382
1383 * Actually don't build docs in an arch-only build.
1384 * Add mips patch, hopefully closes #881845 but let's see.
1385 * New upstream release.
1386
1387 -- Ximin Luo <infinity0@debian.org> Tue, 30 Oct 2018 22:05:59 -0700
1388
1389 rustc (1.30.0~beta.7+dfsg1-1~exp3) experimental; urgency=medium
1390
1391 * Do the necessary bookkeeping for the LLVM update.
1392
1393 -- Ximin Luo <infinity0@debian.org> Wed, 26 Sep 2018 23:29:18 -0700
1394
1395 rustc (1.30.0~beta.7+dfsg1-1~exp2) experimental; urgency=medium
1396
1397 * Tweak test failure rules: armel <= 8, ppc64 <= 12.
1398 * Update to LLVM 7.
1399
1400 -- Ximin Luo <infinity0@debian.org> Wed, 26 Sep 2018 21:43:30 -0700
1401
1402 rustc (1.30.0~beta.7+dfsg1-1~exp1) experimental; urgency=medium
1403
1404 * New upstream release.
1405
1406 -- Ximin Luo <infinity0@debian.org> Sun, 23 Sep 2018 10:40:30 -0700
1407
1408 rustc (1.29.0+dfsg1-1) unstable; urgency=medium
1409
1410 * Upload to unstable.
1411 * Drop d-armel-disable-kernel-helpers.patch as a necessary part of the
1412 fix to #906520, so it is actually fixed.
1413 * Backport a patch to fix the rand crate on powerpc. (Closes: #909400)
1414 * Lower the s390x allowed failures back to 25.
1415
1416 -- Ximin Luo <infinity0@debian.org> Sun, 23 Sep 2018 10:16:53 -0700
1417
1418 rustc (1.29.0+dfsg1-1~exp1) experimental; urgency=medium
1419
1420 * New upstream release.
1421 * Include patch for armel atomics. (Closes: #906520)
1422 * Update to latest Standards-Version; no changes required.
1423
1424 -- Ximin Luo <infinity0@debian.org> Thu, 20 Sep 2018 22:33:20 -0700
1425
1426 rustc (1.28.0+dfsg1-3) unstable; urgency=medium
1427
1428 * Team upload.
1429
1430 [ Ximin Luo ]
1431 * More sparc64 fixes, and increase allowed-test-failures there to 180.
1432
1433 [ Julien Cristau ]
1434 * Don't use pentium4 as i686 baseline (closes: #908561)
1435
1436 -- Julien Cristau <jcristau@debian.org> Tue, 11 Sep 2018 15:54:27 +0200
1437
1438 rustc (1.28.0+dfsg1-2) unstable; urgency=medium
1439
1440 * Switch on verbose-tests to restore the old pre-1.28 behaviour, and restore
1441 old failure-counting logic.
1442 * Allow 50 test failures on s390x, restored failure-counting logic avoids
1443 more double-counts.
1444
1445 -- Ximin Luo <infinity0@debian.org> Sun, 05 Aug 2018 02:18:10 -0700
1446
1447 rustc (1.28.0+dfsg1-1) unstable; urgency=medium
1448
1449 * New upstream release.
1450 * Add patches from Fedora to fix some test failures.
1451 * Ignore a failure testing specific error output, under investigation.
1452 * Allow 100 test failures on s390x, should be reducible later with LLVM 7.
1453 * Temporary fix for mips64el bootstrap.
1454 * Be even more verbose during the build.
1455 * Update to latest Standards-Version.
1456
1457 -- Ximin Luo <infinity0@debian.org> Sat, 04 Aug 2018 23:04:41 -0700
1458
1459 rustc (1.28.0~beta.14+dfsg1-1~exp2) experimental; urgency=medium
1460
1461 * Update test-failure counting logic.
1462 * Fix version constraints for Recommends: cargo.
1463 * Add patch to fix sparc64 CABI.
1464
1465 -- Ximin Luo <infinity0@debian.org> Fri, 27 Jul 2018 04:26:52 -0700
1466
1467 rustc (1.28.0~beta.14+dfsg1-1~exp1) experimental; urgency=medium
1468
1469 * New upstream release.
1470 * Update to latest Standards-Version; no changes required.
1471
1472 -- Ximin Luo <infinity0@debian.org> Wed, 25 Jul 2018 03:11:11 -0700
1473
1474 rustc (1.27.2+dfsg1-1) unstable; urgency=medium
1475
1476 [ Sylvestre Ledru ]
1477 * Update of the alioth ML address.
1478
1479 [ Ximin Luo ]
1480 * Fail the build if our version contains ~exp and we are not releasing to
1481 experimental, this has happened by accident a few times already.
1482 * Allow 36 and 44 test failures on armel and s390x respectively.
1483 * New upstream release.
1484
1485 -- Ximin Luo <infinity0@debian.org> Tue, 24 Jul 2018 21:35:56 -0700
1486
1487 rustc (1.27.1+dfsg1-1~exp4) experimental; urgency=medium
1488
1489 * Unconditonally prune crate checksums to avoid having to manually prune them
1490 whenever we patch the vendored crates.
1491
1492 -- Ximin Luo <infinity0@debian.org> Thu, 19 Jul 2018 14:49:18 -0700
1493
1494 rustc (1.27.1+dfsg1-1~exp3) experimental; urgency=medium
1495
1496 * Add patch from Fedora to fix rebuild against same version.
1497
1498 -- Ximin Luo <infinity0@debian.org> Thu, 19 Jul 2018 08:52:03 -0700
1499
1500 rustc (1.27.1+dfsg1-1~exp2) experimental; urgency=medium
1501
1502 * Fix some failing tests.
1503
1504 -- Ximin Luo <infinity0@debian.org> Wed, 18 Jul 2018 09:06:44 -0700
1505
1506 rustc (1.27.1+dfsg1-1~exp1) unstable; urgency=medium
1507
1508 * New upstream release.
1509
1510 -- Ximin Luo <infinity0@debian.org> Fri, 13 Jul 2018 22:58:02 -0700
1511
1512 rustc (1.26.2+dfsg1-1) unstable; urgency=medium
1513
1514 * New upstream release.
1515 * Stop ignoring tests that now pass.
1516 * Don't ignore tests that still fail, instead raise FAILURES_ALLOWED.
1517 This allows us to see the test failures in the build logs, rather than
1518 hiding them.
1519
1520 -- Ximin Luo <infinity0@debian.org> Sat, 16 Jun 2018 12:39:59 -0700
1521
1522 rustc (1.26.1+dfsg1-3) unstable; urgency=medium
1523
1524 * Fix build-dep version range to build against myself.
1525
1526 -- Ximin Luo <infinity0@debian.org> Thu, 31 May 2018 09:25:17 -0700
1527
1528 rustc (1.26.1+dfsg1-2) unstable; urgency=medium
1529
1530 * Also ignore test_loading_cosine on ppc64el.
1531
1532 -- Ximin Luo <infinity0@debian.org> Wed, 30 May 2018 20:58:46 -0700
1533
1534 rustc (1.26.1+dfsg1-1) unstable; urgency=medium
1535
1536 * New upstream release.
1537
1538 -- Ximin Luo <infinity0@debian.org> Wed, 30 May 2018 08:18:04 -0700
1539
1540 rustc (1.26.0+dfsg1-1~exp4) experimental; urgency=medium
1541
1542 * Try alternative patch to ignore x86 stdsimd tests suggested by upstream.
1543 * Bump up allowed-test-failures to 8 to account for the fact that we're now
1544 double-counting some failures.
1545
1546 -- Ximin Luo <infinity0@debian.org> Tue, 29 May 2018 20:36:56 -0700
1547
1548 rustc (1.26.0+dfsg1-1~exp3) experimental; urgency=medium
1549
1550 * Ignore some irrelevant tests on ppc64 and non-x86 platforms.
1551
1552 -- Ximin Luo <infinity0@debian.org> Tue, 29 May 2018 09:32:38 -0700
1553
1554 rustc (1.26.0+dfsg1-1~exp2) experimental; urgency=medium
1555
1556 * Add Breaks+Replaces for older libstd-rust-dev with codegen-backends.
1557 (Closes: #899180)
1558 * Backport some test and packaging fixes from Ubuntu.
1559
1560 -- Ximin Luo <infinity0@debian.org> Tue, 22 May 2018 22:00:53 -0700
1561
1562 rustc (1.26.0+dfsg1-1~exp1) experimental; urgency=medium
1563
1564 * New upstream release.
1565 * Update to latest Standards-Version; no changes required.
1566 * Update doc-base files. (Closes: #876831)
1567
1568 -- Ximin Luo <infinity0@debian.org> Sun, 20 May 2018 03:11:45 -0700
1569
1570 rustc (1.25.0+dfsg1-2) unstable; urgency=medium
1571
1572 * Add patches for LLVM's compiler-rt to fix bugs on sparc64 and mips64.
1573 (Closes: #898982)
1574 * Install codegen-backends into rustc rather than libstd-rust-dev.
1575 (Closes: #899087)
1576
1577 -- Ximin Luo <infinity0@debian.org> Sat, 19 May 2018 13:10:33 -0700
1578
1579 rustc (1.25.0+dfsg1-1) unstable; urgency=medium
1580
1581 * Upload to unstable.
1582 * Allow up to 15 test failures on s390x.
1583 * Set CARGO_INCREMENTAL=0 on sparc64.
1584
1585 -- Ximin Luo <infinity0@debian.org> Fri, 18 May 2018 01:11:15 -0700
1586
1587 rustc (1.25.0+dfsg1-1~exp2) experimental; urgency=medium
1588
1589 * Install missing codegen-backends.
1590
1591 -- Ximin Luo <infinity0@debian.org> Fri, 06 Apr 2018 14:05:36 -0700
1592
1593 rustc (1.25.0+dfsg1-1~exp1) experimental; urgency=medium
1594
1595 * New upstream release.
1596 * Update to LLVM 6.0.
1597
1598 -- Ximin Luo <infinity0@debian.org> Sun, 01 Apr 2018 15:59:47 +0200
1599
1600 rustc (1.24.1+dfsg1-1) unstable; urgency=medium
1601
1602 * Upload to unstable.
1603 * Raise allowed-test-failures to 160 on some non-release arches: powerpc,
1604 powerpcspe, sparc64, x32.
1605
1606 -- Ximin Luo <infinity0@debian.org> Wed, 07 Mar 2018 20:07:27 +0100
1607
1608 rustc (1.24.1+dfsg1-1~exp2) experimental; urgency=medium
1609
1610 * Steal some patches from Fedora to fix some test failures.
1611 * Update debian/patches/u-make-tests-work-without-rpath.patch to try to fix
1612 some more test failures.
1613
1614 -- Ximin Luo <infinity0@debian.org> Mon, 05 Mar 2018 16:25:26 +0100
1615
1616 rustc (1.24.1+dfsg1-1~exp1) experimental; urgency=medium
1617
1618 * More sparc64 CABI fixes. (Closes: #888757)
1619 * New upstream release.
1620 * Note that s390x baseline was updated in the meantime. (Closes: #851150)
1621 * Include Debian-specific patch to disable kernel helpers on armel.
1622 (Closes: #891902)
1623 * Include missing build-dependencies for pkg.rustc.dlstage0 build profile.
1624 (Closes: #891022)
1625 * Add architecture.mk mapping for armel => armv5te-unknown-linux-gnueabi.
1626 (Closes: #891913)
1627 * Enable debuginfo-only-std on armel as well. (Closes: #891961)
1628 * Backport upstream patch to support powerpcspe. (Closes: #891542)
1629 * Disable full-bootstrap again to work around upstream #48319.
1630
1631 -- Ximin Luo <infinity0@debian.org> Sat, 03 Mar 2018 14:23:29 +0100
1632
1633 rustc (1.23.0+dfsg1-1) unstable; urgency=medium
1634
1635 * Upload to unstable.
1636
1637 -- Ximin Luo <infinity0@debian.org> Fri, 19 Jan 2018 11:49:31 +0100
1638
1639 rustc (1.23.0+dfsg1-1~exp1) experimental; urgency=medium
1640
1641 * New upstream release.
1642 * Update to latest Standards-Version; no changes required.
1643
1644 -- Ximin Luo <infinity0@debian.org> Sun, 14 Jan 2018 00:08:17 +0100
1645
1646 rustc (1.22.1+dfsg1-2) unstable; urgency=medium
1647
1648 * Fix B-D rustc version so this package can be built using itself.
1649
1650 -- Ximin Luo <infinity0@debian.org> Mon, 01 Jan 2018 14:27:19 +0100
1651
1652 rustc (1.22.1+dfsg1-1) unstable; urgency=medium
1653
1654 [ Ximin Luo ]
1655 * Remove unimportant files that autoload remote resources from rust-src.
1656 * Fix more symlinks in rust-doc.
1657 * On armhf, only generate debuginfo for libstd and not the compiler itself.
1658 This works around buildds running out of memory, see upstream #45854.
1659 * Update to latest Standards-Version; no changes required.
1660
1661 [ Chris Coulson ]
1662 * Fix some test failures that occur because we build rust without an rpath.
1663
1664 -- Ximin Luo <infinity0@debian.org> Mon, 18 Dec 2017 19:46:25 +0100
1665
1666 rustc (1.22.1+dfsg1-1~exp1) experimental; urgency=medium
1667
1668 * New upstream release.
1669 * Fix symlink target. (Closes: #877276)
1670
1671 -- Ximin Luo <infinity0@debian.org> Sat, 25 Nov 2017 22:29:12 +0100
1672
1673 rustc (1.21.0+dfsg1-3) unstable; urgency=medium
1674
1675 * Add/fix detection for sparc64, thanks to John Paul Adrian Glaubitz.
1676 * Workaround FTBFS when building docs. (Closes: #880262)
1677
1678 -- Ximin Luo <infinity0@debian.org> Mon, 06 Nov 2017 10:03:32 +0100
1679
1680 rustc (1.21.0+dfsg1-2) unstable; urgency=medium
1681
1682 * Upload to unstable.
1683 * Fix bootstrapping using 1.21.0, which is more strict about redundant &mut
1684 previously used in u-output-failed-commands.patch.
1685 * Only allow up to 5 test failures.
1686
1687 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 20:27:30 +0200
1688
1689 rustc (1.21.0+dfsg1-1) experimental; urgency=medium
1690
1691 * New upstream release.
1692 * Fix the "install" target for cross-compilations; cross-compiling with
1693 sbuild --host=$foreign-arch should work again.
1694 * Update to latest Standards-Version; changes:
1695 - Priority changed to optional from extra.
1696
1697 -- Ximin Luo <infinity0@debian.org> Tue, 17 Oct 2017 00:42:54 +0200
1698
1699 rustc (1.20.0+dfsg1-3) unstable; urgency=medium
1700
1701 * Disable jemalloc to fix FTBFS with 1.21 on armhf.
1702
1703 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 12:01:19 +0200
1704
1705 rustc (1.20.0+dfsg1-2) unstable; urgency=medium
1706
1707 * Update changelog entry for 1.20.0+dfsg1-1 to reflect that it was actually
1708 and accidentally uploaded to unstable. No harm, no foul.
1709 * We are no longer failing the build when tests fail, see NEWS or
1710 README.Debian for details.
1711 * Bump LLVM requirement to fix some failing tests.
1712
1713 -- Ximin Luo <infinity0@debian.org> Sat, 21 Oct 2017 14:20:17 +0200
1714
1715 rustc (1.20.0+dfsg1-1) unstable; urgency=medium
1716
1717 * New upstream release.
1718
1719 -- Ximin Luo <infinity0@debian.org> Sun, 15 Oct 2017 23:30:35 +0200
1720
1721 rustc (1.19.0+dfsg3-4) unstable; urgency=medium
1722
1723 * Bump LLVM requirement to pull in a fix for a FTBFS on ppc64el.
1724
1725 -- Ximin Luo <infinity0@debian.org> Sun, 15 Oct 2017 21:31:03 +0200
1726
1727 rustc (1.19.0+dfsg3-3) unstable; urgency=medium
1728
1729 * Fix a trailing whitespace for tidy.
1730
1731 -- Ximin Luo <infinity0@debian.org> Tue, 19 Sep 2017 16:09:41 +0200
1732
1733 rustc (1.19.0+dfsg3-2) unstable; urgency=medium
1734
1735 * Upload to unstable.
1736 * Add a patch to print extra information when tests fail.
1737
1738 -- Ximin Luo <infinity0@debian.org> Tue, 19 Sep 2017 12:32:03 +0200
1739
1740 rustc (1.19.0+dfsg3-1) experimental; urgency=medium
1741
1742 * New upstream release.
1743 * Upgrade to LLVM 4.0. (Closes: #873421)
1744 * rust-src: install Debian patches as well
1745
1746 -- Ximin Luo <infinity0@debian.org> Fri, 15 Sep 2017 04:02:09 +0200
1747
1748 rustc (1.18.0+dfsg1-4) unstable; urgency=medium
1749
1750 * Support gperf 3.1. (Closes: #869610)
1751
1752 -- Ximin Luo <infinity0@debian.org> Tue, 25 Jul 2017 23:19:47 +0200
1753
1754 rustc (1.18.0+dfsg1-3) unstable; urgency=medium
1755
1756 * Upload to unstable.
1757 * Disable failing run-make test on armhf.
1758
1759 -- Ximin Luo <infinity0@debian.org> Sat, 22 Jul 2017 20:30:25 +0200
1760
1761 rustc (1.18.0+dfsg1-2) experimental; urgency=medium
1762
1763 * Update to latest Standards-Version; no changes required.
1764 * Change rustc to Multi-Arch: allowed and update Build-Depends with :native
1765 annotations. Multi-Arch: foreign is typically for arch-indep packages that
1766 might need to satisfy dependency chains of different architectures. Also
1767 update instructions on cross-compiling to match this newer situation.
1768 * Build debugging symbols for non-libstd parts of rustc.
1769
1770 -- Ximin Luo <infinity0@debian.org> Mon, 17 Jul 2017 23:04:03 +0200
1771
1772 rustc (1.18.0+dfsg1-1) experimental; urgency=medium
1773
1774 * New upstream release.
1775
1776 -- Ximin Luo <infinity0@debian.org> Tue, 27 Jun 2017 12:51:22 +0200
1777
1778 rustc (1.17.0+dfsg2-8) unstable; urgency=medium
1779
1780 * Workaround for linux #865549, fix FTBFS on ppc64el.
1781
1782 -- Ximin Luo <infinity0@debian.org> Mon, 17 Jul 2017 13:41:59 +0200
1783
1784 rustc (1.17.0+dfsg2-7) unstable; urgency=medium
1785
1786 * Show exception traceback in bootstrap.py to examine ppc64el build failure.
1787
1788 -- Ximin Luo <infinity0@debian.org> Wed, 21 Jun 2017 10:46:27 +0200
1789
1790 rustc (1.17.0+dfsg2-6) unstable; urgency=medium
1791
1792 * Upload to unstable.
1793
1794 -- Ximin Luo <infinity0@debian.org> Wed, 21 Jun 2017 00:24:22 +0200
1795
1796 rustc (1.17.0+dfsg2-5) experimental; urgency=medium
1797
1798 * More work-arounds for armhf test failures.
1799
1800 -- Ximin Luo <infinity0@debian.org> Fri, 16 Jun 2017 13:27:45 +0200
1801
1802 rustc (1.17.0+dfsg2-4) experimental; urgency=medium
1803
1804 * Fix arch-indep and arch-dep tests.
1805 * Bump the LLVM requirement to fix FTBFS on armhf.
1806
1807 -- Ximin Luo <infinity0@debian.org> Wed, 14 Jun 2017 21:37:16 +0200
1808
1809 rustc (1.17.0+dfsg2-3) experimental; urgency=medium
1810
1811 * Try to force the real gdb package. Some resolvers like aspcud will select
1812 gdb-minimal under some circumstances, but this causes the debuginfo-gdb
1813 tests to break.
1814
1815 -- Ximin Luo <infinity0@debian.org> Wed, 14 Jun 2017 00:48:37 +0200
1816
1817 rustc (1.17.0+dfsg2-2) experimental; urgency=medium
1818
1819 * Support and document cross-compiling of rustc itself.
1820 * Document cross-compiling other rust packages such as cargo.
1821 * Work around upstream #39015 by disabling those tests rather than by
1822 disabling optimisation, which causes FTBFS on 1.17.0 ppc64el. See
1823 upstream #42476 and #42532 for details.
1824
1825 -- Ximin Luo <infinity0@debian.org> Tue, 13 Jun 2017 21:13:31 +0200
1826
1827 rustc (1.17.0+dfsg2-1) experimental; urgency=medium
1828
1829 [ Sylvestre Ledru ]
1830 * New upstream release
1831
1832 [ Ximin Luo ]
1833 * Adapt packaging for rustbuild, the new upstream cargo-based build system.
1834
1835 [ Matthijs van Otterdijk ]
1836 * Add a binary package, rust-src. (Closes: #846177)
1837 * Link to local Debian web resources in the docs, instead of remote ones.
1838
1839 -- Ximin Luo <infinity0@debian.org> Tue, 16 May 2017 18:00:53 +0200
1840
1841 rustc (1.16.0+dfsg1-1) unstable; urgency=medium
1842
1843 * Upload to unstable so we have something to build 1.17 with.
1844 * Update u-ignoretest-powerpc.patch for 1.16.
1845
1846 -- Ximin Luo <infinity0@debian.org> Wed, 19 Apr 2017 22:47:18 +0200
1847
1848 rustc (1.16.0+dfsg1-1~exp2) experimental; urgency=medium
1849
1850 * Don't ignore test failures on Debian unstable.
1851 * Re-fix ignoring armhf test, accidentally reverted in previous version.
1852 * Try to fix buildd failure by swapping B-D alternatives.
1853
1854 -- Ximin Luo <infinity0@debian.org> Sun, 16 Apr 2017 15:05:47 +0200
1855
1856 rustc (1.16.0+dfsg1-1~exp1) experimental; urgency=medium
1857
1858 * New upstream release
1859 * u-ignoretest-jemalloc.patch removed (applied upstream)
1860
1861 [ Matthias Klose ]
1862 * Bootstrap using the rustc version in the archive, on all architectures.
1863 * Work around a GCC 4.8 ICE on AArch64.
1864 * Use alternative build dependencies on cmake3 and binutils-2.26 for
1865 builds on 14.04 LTS (trusty).
1866 * debian/make_orig*dl_tarball.sh: Include all Ubuntu architectures.
1867 * debian/rules: Ignore test results for now.
1868
1869 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 13 Apr 2017 15:24:03 +0200
1870
1871 rustc (1.15.1+dfsg1-1) unstable; urgency=medium
1872
1873 * Upload to unstable so we have something to build 1.16 with.
1874 * Try to fix ignoring atomic-lock-free tests on armhf.
1875
1876 -- Ximin Luo <infinity0@debian.org> Wed, 22 Mar 2017 00:13:27 +0100
1877
1878 rustc (1.15.1+dfsg1-1~exp3) experimental; urgency=medium
1879
1880 * Ignore atomic-lock-free tests on armhf.
1881 * Update ignoretest-armhf_03.patch for newer 1.15.1 behaviour.
1882 * Tidy up some other patches to do with ignoring tests.
1883
1884 -- Ximin Luo <infinity0@debian.org> Sun, 12 Mar 2017 04:15:33 +0100
1885
1886 rustc (1.15.1+dfsg1-1~exp2) experimental; urgency=medium
1887
1888 * Update armhf ignoretest patch.
1889 * Bootstrap armhf. (Closes: #809316, #834003)
1890 * Bootstrap ppc4el. (Closes: #839643)
1891 * Fix rust-lldb symlink. (Closes: #850639)
1892
1893 -- Ximin Luo <infinity0@debian.org> Thu, 02 Mar 2017 23:01:26 +0100
1894
1895 rustc (1.15.1+dfsg1-1~exp1) experimental; urgency=medium
1896
1897 * New upstream release (won't probably be in stretch).
1898 see the 1.4 git branch for the follow up for stable
1899 * Call to the test renamed from check-notidy => check
1900 * d/p/u-destdir-support.diff: Apply upstream patch to support
1901 destdir in the make install (for rustbuild, in later versions)
1902 * Overrides the 'binary-or-shlib-defines-rpath' lintian warnings.
1903 We need them for now
1904 * Refresh of the patches
1905
1906 [ Sven Joachim ]
1907 * Drop Pre-Depends on multiarch-support. (Closes: #856109)
1908
1909 [ Erwan Prioul ]
1910 * Fix test and build failures for ppc64el. (Closes: #839643)
1911
1912 [ Ximin Luo ]
1913 * Disable rustbuild for the time being (as it was in 1.14) and instead
1914 bootstrap two new arches, armhf and ppc64el.
1915 * Switch back to debhelper 9 to make backporting easier.
1916 * Switch Build-Depends on binutils-multiarch back to binutils, the former is
1917 no longer needed by the upstream tests.
1918
1919 [ Matthias Klose ]
1920 * Compatibility fixes and improvements to help work better on Ubuntu.
1921
1922 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 26 Feb 2017 21:12:27 +0100
1923
1924 rustc (1.14.0+dfsg1-3) unstable; urgency=medium
1925
1926 * Fix mips64 Makefile patches.
1927 * Don't run arch-dep tests in a arch-indep build.
1928
1929 -- Ximin Luo <infinity0@debian.org> Wed, 04 Jan 2017 21:34:56 +0100
1930
1931 rustc (1.14.0+dfsg1-2) unstable; urgency=medium
1932
1933 * Update README.Debian, the old one was way out of date.
1934 * Detect mips CPUs in ./configure and fill in mips Makefile rules.
1935 * Work around jemalloc-related problems in the upstream bootstrapping
1936 binaries for arm64, ppc64el, s390x.
1937 * Disable jemalloc on s390x - upstream already disable it for some other
1938 arches.
1939 * Disable jemalloc tests for arches where jemalloc is disabled.
1940 * We still expect the following failures:
1941 * arm64 should be fixed (i.e. no failures) compared to the previous upload.
1942 * armhf will FTBFS due to 'Illegal instruction' and this can only be fixed
1943 with the next stable rustc release.
1944 * mips mipsel mips64el ppc64 ppc64el s390x will FTBFS due to yet other
1945 test failures beyond the ones I fixed above; this upload is only to save
1946 me manual work in producing nice reports that exhibit these failures.
1947
1948 -- Ximin Luo <infinity0@debian.org> Thu, 29 Dec 2016 23:00:47 +0100
1949
1950 rustc (1.14.0+dfsg1-1) unstable; urgency=medium
1951
1952 [ Sylvestre Ledru ]
1953 * New upstream release
1954 * Update debian/watch
1955
1956 [ Ximin Luo ]
1957 * Try to bootstrap armhf ppc64 ppc64el s390x mips mipsel mips64el.
1958 (Closes: #809316, #834003, #839643)
1959 * Make rust-gdb and rust-lldb arch:all packages.
1960 * Switch to debhelper 10.
1961
1962 -- Ximin Luo <infinity0@debian.org> Sat, 24 Dec 2016 18:03:03 +0100
1963
1964 rustc (1.13.0+dfsg1-2) unstable; urgency=high
1965
1966 * Skip macro-stepping test on arm64, until
1967 https://github.com/rust-lang/rust/issues/37225 is resolved.
1968
1969 -- Luca Bruno <lucab@debian.org> Sat, 26 Nov 2016 23:40:14 +0000
1970
1971 rustc (1.13.0+dfsg1-1) unstable; urgency=medium
1972
1973 [ Sylvestre Ledru ]
1974 * New upstream release.
1975
1976 [ Ximin Luo ]
1977 * Use Debian system jquery instead of upstream's embedded copy.
1978
1979 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 11 Nov 2016 13:35:23 +0100
1980
1981 rustc (1.12.1+dfsg1-1) unstable; urgency=medium
1982
1983 [ Sylvestre Ledru ]
1984 * New (minor) upstream release
1985 * Missing dependency from rust-lldb to python-lldb-3.8 (Closes: #841833)
1986 * Switch to llvm 3.9. (Closes: #841834)
1987
1988 [ Ximin Luo ]
1989 * Dynamically apply rust-boot-1.12.1-from-1.12.0.diff.
1990 This allows us to bootstrap from either 1.11.0 or 1.12.0.
1991 * Bump LLVM Build-Depends version to get the backported patches for LLVM
1992 #30402 and #29163.
1993 * Install debugger_pretty_printers_common to rust-gdb and rust-lldb.
1994 (Closes: #841835)
1995
1996 -- Ximin Luo <infinity0@debian.org> Mon, 07 Nov 2016 14:15:14 +0100
1997
1998 rustc (1.12.0+dfsg1-2) unstable; urgency=medium
1999
2000 * Ignore test run-make/no-duplicate-libs. Fails on i386
2001 * Ignore test run-pass-valgrind/down-with-thread-dtors.rs . Fails on arm64
2002 * I am not switching to llvm 3.9 now because a test freezes. The plan is
2003 to silent the warning breaking the build and upload 1.12.1 after
2004
2005 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 05 Oct 2016 10:48:01 +0200
2006
2007 rustc (1.12.0+dfsg1-1) unstable; urgency=medium
2008
2009 * new upstream release
2010 - Rebase of the patches and removal of deprecated patches
2011
2012 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 29 Sep 2016 20:45:04 +0200
2013
2014 rustc (1.11.0+dfsg1-3) unstable; urgency=medium
2015
2016 * Fix separate build-arch and build-indep builds.
2017
2018 -- Ximin Luo <infinity0@debian.org> Tue, 13 Sep 2016 12:30:41 +0200
2019
2020 rustc (1.11.0+dfsg1-2) unstable; urgency=medium
2021
2022 * Fix rebuilding against the current version, by backporting a patch I wrote
2023 that was already applied upstream. Should fix the FTBFS that was observed
2024 by tests.reproducible-builds.org.
2025 * Ignore a failing stdcall test on arm64; should fix the FTBFS there.
2026 * Backport a doctest fix I wrote, already applied upstream.
2027
2028 -- Ximin Luo <infinity0@debian.org> Mon, 12 Sep 2016 17:40:12 +0200
2029
2030 rustc (1.11.0+dfsg1-1) unstable; urgency=medium
2031
2032 * New upstream release
2033 * Add versioned binutils dependency. (Closes: #819475, #823540)
2034
2035 -- Ximin Luo <infinity0@debian.org> Wed, 07 Sep 2016 10:31:57 +0200
2036
2037 rustc (1.10.0+dfsg1-3) unstable; urgency=medium
2038
2039 * Rebuild with LLVM 3.8, same as what upstream are using
2040 * Dynamically link against LLVM. (Closes: #832565)
2041
2042 -- Ximin Luo <infinity0@debian.org> Sat, 30 Jul 2016 22:36:41 +0200
2043
2044 rustc (1.10.0+dfsg1-2) unstable; urgency=medium
2045
2046 * Tentatively support ARM architectures
2047 * Include upstream arm64,armel,armhf stage0 compilers (i.e. 1.9.0 stable)
2048 in a orig-dl tarball, like how we previously did for amd64,i386.
2049
2050 -- Ximin Luo <infinity0@debian.org> Fri, 22 Jul 2016 15:54:51 +0200
2051
2052 rustc (1.10.0+dfsg1-1) unstable; urgency=medium
2053
2054 * New upstream release
2055 * Add myself to uploaders
2056 * Update our build process to bootstrap from the previous Debian rustc stable
2057 version by default. See README.Debian for other options.
2058 * Update to latest Standards-Version; no changes required.
2059
2060 -- Ximin Luo <infinity0@debian.org> Sun, 17 Jul 2016 03:40:49 +0200
2061
2062 rustc (1.9.0+dfsg1-1) unstable; urgency=medium
2063
2064 * New upstream release (Closes: #825752)
2065
2066 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 29 May 2016 17:57:38 +0200
2067
2068 rustc (1.8.0+dfsg1-1) unstable; urgency=medium
2069
2070 * New upstream release
2071
2072 [ Ximin Luo ]
2073 * Fix using XZ for the orig tarball: needs explicit --repack in debian/watch
2074 * Drop wno-error patch; applied upstream.
2075
2076 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 15 Apr 2016 12:01:45 +0200
2077
2078 rustc (1.7.0+dfsg1-1) unstable; urgency=medium
2079
2080 * New upstream release
2081
2082 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 03 Mar 2016 22:41:24 +0100
2083
2084 rustc (1.6.0+dfsg1-3) unstable; urgency=medium
2085
2086 * Apply upstream fix to silent a valgrind issue in the test suite
2087 (Closes: ##812825)
2088 * Add gcc & libc-dev as dependency of rustc to make sure it works
2089 out of the box
2090
2091 [ Ximin Luo ]
2092 * Work around rust bug https://github.com/rust-lang/rust/issues/31529
2093 * Enable optional tests, and add verbosity/backtraces to tests
2094 * Use XZ instead of GZ compression (will apply to the next new upload)
2095
2096 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 02 Feb 2016 15:08:11 +0100
2097
2098 rustc (1.6.0+dfsg1-2) unstable; urgency=medium
2099
2100 * mk/rt.mk: Modify upstream code to append -Wno-error rather than trying
2101 to remove the string "-Werror". (Closes: #812448)
2102 * Disable new gcc-6 "-Wmisleading-indentation" warning, which triggers
2103 (incorrectly) on src/rt/miniz.c. (Closes: #811573)
2104 * Guard arch-dependent dh_install commands appropriately, fixing
2105 arch-indep-only builds. (Closes: #809124)
2106
2107 -- Angus Lees <gus@debian.org> Tue, 26 Jan 2016 05:40:14 +1100
2108
2109 rustc (1.6.0+dfsg1-1) unstable; urgency=medium
2110
2111 * new upstream release
2112
2113 [ Ximin Luo ]
2114 * Use secure links for Vcs-* fields.
2115
2116 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 22 Jan 2016 10:56:08 +0100
2117
2118 rustc (1.5.0+dfsg1-1) unstable; urgency=medium
2119
2120 * New upstream release
2121 - We believe that we should let rust transit to testing
2122 (Closes: #786836)
2123 * Move away from hash to the same rust naming schema
2124
2125 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 10 Dec 2015 17:23:32 +0100
2126
2127 rustc (1.4.0+dfsg1-1) unstable; urgency=medium
2128
2129 * New upstream release
2130 198068b3 => 1bf6e69c
2131 * Update the download url in debian/watch
2132
2133 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 30 Oct 2015 09:36:02 +0100
2134
2135 rustc (1.3.0+dfsg1-1) unstable; urgency=medium
2136
2137 * New upstream release
2138 62abc69f => 198068b3
2139 * jquery updated from 2.1.0 to 2.1.4
2140
2141 [ Ximin Luo ]
2142 * Use LLVM 3.7 as upstream does, now that it's released. (Closes: #797626)
2143 * Fix debian/copyright syntax mistakes.
2144 * Don't Replace/Break previous versions of libstd-rust-*
2145 * Check that the libstd-rust-* name in d/control matches upstream.
2146 * Several other minor build tweaks.
2147
2148 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 19 Sep 2015 14:39:35 +0200
2149
2150 rustc (1.2.0+dfsg1-1) unstable; urgency=medium
2151
2152 * New upstream release
2153 libstd-rust-7d23ff90 => libstd-rust-62abc69f
2154 * Add llvm-3.6-tools to the build dep as it is
2155 now needed for tests
2156 * Fix the Vcs-Browser value
2157
2158 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 08 Aug 2015 23:13:44 +0200
2159
2160 rustc (1.1.0+dfsg1-3) unstable; urgency=medium
2161
2162 * rust-{gdb,lldb} now Replaces pre-split rustc package.
2163 Closes: #793433.
2164 * Several minor lintian cleanups.
2165
2166 -- Angus Lees <gus@debian.org> Fri, 24 Jul 2015 17:47:48 +1000
2167
2168 rustc (1.1.0+dfsg1-2) unstable; urgency=medium
2169
2170 [ Angus Lees ]
2171 * Replace remote Rust logo with local file in HTML docs.
2172 * Symlink rust-{gdb,lldb}.1 to {gdb,lldb}.1 manpages.
2173 Note that gdb.1 requires the gdb-doc package, and that lldb.1 doesn't
2174 exist yet (see #792908).
2175 * Restore "Architecture: amd64 i386" filter, mistakenly removed in
2176 previous version. Unfortunately the toolchain bootstrap isn't ready
2177 to support all Debian archs yet. Closes: #793147.
2178
2179 -- Angus Lees <gus@debian.org> Wed, 22 Jul 2015 09:51:08 +1000
2180
2181 rustc (1.1.0+dfsg1-1) unstable; urgency=low
2182
2183 [ Angus Lees ]
2184 * Set SONAME when building dylibs
2185 * Split out libstd-rust, libstd-rust-dev, rust-gdb, rust-lldb from rustc
2186 - libs are now installed into multiarch-friendly locations
2187 - rpath is no longer required to use dylibs (but talk to Debian Rust
2188 maintainers before building a package that depends on the dylibs)
2189 * Install /usr/share/rustc/architecture.mk, which declares Rust arch
2190 triples for Debian archs and is intended to help future Rust packaging
2191 efforts. Warning: it may not be complete/accurate yet.
2192 * New upstream release (1.1)
2193
2194 -- Angus Lees <gus@debian.org> Thu, 16 Jul 2015 14:23:47 +1000
2195
2196 rustc (1.0.0+dfsg1-1) unstable; urgency=medium
2197
2198 [ Angus Lees ]
2199 * New upstream release (1.0!)
2200
2201 [ Sylvestre Ledru ]
2202 * Fix the watch file
2203 * Update of the repack to remove llvm sources
2204
2205 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 16 May 2015 08:24:32 +1000
2206
2207 rustc (1.0.0~beta.4-1~exp1) experimental; urgency=low
2208
2209 [ Angus Lees ]
2210 * New upstream release (beta 3)
2211 - Drop manpage patch - now included upstream
2212 * Replace duplicated compile-time dylibs with symlinks to run-time libs
2213 (reduces installed size by ~68MB)
2214
2215 [ Sylvestre Ledru ]
2216 * New upstream release (beta 4)
2217 * Replace two more occurrences of jquery by the package
2218 * Repack upstream to remove an LLVM file with a non-DFSG license
2219
2220 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 06 May 2015 11:14:30 +0200
2221
2222 rustc (1.0.0~alpha.2-1~exp1) experimental; urgency=low
2223
2224 [ Angus Lees ]
2225 * Patch upstream manpages to address minor troff issues
2226 * Make 'debian/rules clean' also clean LLVM source
2227 * Rename primary 'rust' binary package to 'rustc'
2228 * Fix potential FTBFS: rust-doc requires texlive-fonts-recommended (for
2229 pzdr.tfm)
2230 * Build against system LLVM
2231
2232 [ Sylvestre Ledru ]
2233 * New testing release
2234 * Renaming of the source package
2235 * Set a minimal version for dpkg-dev and debhelper (for profiles)
2236 * For now, disable build profiles as they are not supported in Debian
2237 * Introduce some changes by Angus Lees
2238 - Introduction of build stages
2239 - Disable the parallel execution of tests
2240 - Improving of the parallel syntax
2241 - Use override_dh_auto_build-arch
2242 - Use override_dh_auto_build-indep
2243 - Better declarations of the doc
2244 - Update of the description
2245 - Watch file updated (with key check)
2246
2247 [ Luca Bruno ]
2248 * rules: respect 'nocheck' DEB_BUILD_OPTIONS
2249
2250 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 07 Mar 2015 09:25:47 +0100
2251
2252 rust (1.0.0~alpha-0~exp1) experimental; urgency=low
2253
2254 * Initial package (Closes: #689207)
2255 Work done by Luca Bruno, Jordan Justen and Sylvestre Ledru
2256
2257 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 23 Jan 2015 15:47:37 +0100