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