]> git.proxmox.com Git - rustc.git/blame - debian/changelog
Override rust-src false-positive
[rustc.git] / debian / changelog
CommitLineData
6305ccad
XL
1rustc (1.23.0+dfsg1-1) UNRELEASED; urgency=medium
2
3 * New upstream release.
9edc048c 4 * Update to latest Standards-Version; no changes required.
6305ccad
XL
5
6 -- Ximin Luo <infinity0@debian.org> Sat, 13 Jan 2018 17:31:02 +0100
7
5280f4d0 8rustc (1.22.1+dfsg1-2) unstable; urgency=medium
668590e4
XL
9
10 * Fix B-D rustc version so this package can be built using itself.
11
5280f4d0 12 -- Ximin Luo <infinity0@debian.org> Mon, 01 Jan 2018 14:27:19 +0100
668590e4 13
d63c3f7a 14rustc (1.22.1+dfsg1-1) unstable; urgency=medium
8d3e3cd2 15
3c9be071 16 [ Ximin Luo ]
8d3e3cd2 17 * Remove unimportant files that autoload remote resources from rust-src.
45d026fb 18 * Fix more symlinks in rust-doc.
aae6ad1d
XL
19 * On armhf, only generate debuginfo for libstd and not the compiler itself.
20 This works around buildds running out of memory, see upstream #45854.
b6b696f5 21 * Update to latest Standards-Version; no changes required.
8d3e3cd2 22
3c9be071
XL
23 [ Chris Coulson ]
24 * Fix some test failures that occur because we build rust without an rpath.
25
d63c3f7a 26 -- Ximin Luo <infinity0@debian.org> Mon, 18 Dec 2017 19:46:25 +0100
8d3e3cd2 27
8c07786b 28rustc (1.22.1+dfsg1-1~exp1) experimental; urgency=medium
10871602 29
c2940474 30 * New upstream release.
d5fa6b7e 31 * Fix symlink target. (Closes: #877276)
10871602 32
8c07786b 33 -- Ximin Luo <infinity0@debian.org> Sat, 25 Nov 2017 22:29:12 +0100
10871602 34
37557777 35rustc (1.21.0+dfsg1-3) unstable; urgency=medium
4c9c2ccc
XL
36
37 * Add/fix detection for sparc64, thanks to John Paul Adrian Glaubitz.
075d4fff 38 * Workaround FTBFS when building docs. (Closes: #880262)
4c9c2ccc 39
37557777 40 -- Ximin Luo <infinity0@debian.org> Mon, 06 Nov 2017 10:03:32 +0100
4c9c2ccc 41
221bd955 42rustc (1.21.0+dfsg1-2) unstable; urgency=medium
1a4925ac
XL
43
44 * Upload to unstable.
45 * Fix bootstrapping using 1.21.0, which is more strict about redundant &mut
46 previously used in u-output-failed-commands.patch.
747a4713 47 * Only allow up to 5 test failures.
1a4925ac 48
221bd955 49 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 20:27:30 +0200
1a4925ac 50
c7a762c9 51rustc (1.21.0+dfsg1-1) experimental; urgency=medium
875b4240
XL
52
53 * New upstream release.
6c5c66c7
XL
54 * Fix the "install" target for cross-compilations; cross-compiling with
55 sbuild --host=$foreign-arch should work again.
29fbeefd
XL
56 * Update to latest Standards-Version; changes:
57 - Priority changed to optional from extra.
875b4240 58
c7a762c9 59 -- Ximin Luo <infinity0@debian.org> Tue, 17 Oct 2017 00:42:54 +0200
875b4240 60
5d7cfd33 61rustc (1.20.0+dfsg1-3) unstable; urgency=medium
8d2f297e
XL
62
63 * Disable jemalloc to fix FTBFS with 1.21 on armhf.
64
5d7cfd33 65 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 12:01:19 +0200
8d2f297e 66
f9049e2f 67rustc (1.20.0+dfsg1-2) unstable; urgency=medium
c8b52c5b
XL
68
69 * Update changelog entry for 1.20.0+dfsg1-1 to reflect that it was actually
70 and accidentally uploaded to unstable. No harm, no foul.
62dea5a4
XL
71 * We are no longer failing the build when tests fail, see NEWS or
72 README.Debian for details.
6cffdb22 73 * Bump LLVM requirement to fix some failing tests.
c8b52c5b 74
f9049e2f 75 -- Ximin Luo <infinity0@debian.org> Sat, 21 Oct 2017 14:20:17 +0200
c8b52c5b 76
875b4240 77rustc (1.20.0+dfsg1-1) unstable; urgency=medium
4f5a1d84
XL
78
79 * New upstream release.
80
5002e608 81 -- Ximin Luo <infinity0@debian.org> Sun, 15 Oct 2017 23:30:35 +0200
4f5a1d84 82
2f6f9517 83rustc (1.19.0+dfsg3-4) unstable; urgency=medium
4321d641
XL
84
85 * Bump LLVM requirement to pull in a fix for a FTBFS on ppc64el.
86
2f6f9517 87 -- Ximin Luo <infinity0@debian.org> Sun, 15 Oct 2017 21:31:03 +0200
4321d641 88
0dece65b 89rustc (1.19.0+dfsg3-3) unstable; urgency=medium
e2b1de4e
XL
90
91 * Fix a trailing whitespace for tidy.
92
0dece65b 93 -- Ximin Luo <infinity0@debian.org> Tue, 19 Sep 2017 16:09:41 +0200
e2b1de4e 94
6185c016
XL
95rustc (1.19.0+dfsg3-2) unstable; urgency=medium
96
97 * Upload to unstable.
98 * Add a patch to print extra information when tests fail.
99
6c0cf665 100 -- Ximin Luo <infinity0@debian.org> Tue, 19 Sep 2017 12:32:03 +0200
6185c016 101
558b2466 102rustc (1.19.0+dfsg3-1) experimental; urgency=medium
9e5dfae0 103
2243380e
XL
104 * New upstream release.
105 * Upgrade to LLVM 4.0. (Closes: #873421)
106 * rust-src: install Debian patches as well
9e5dfae0 107
558b2466 108 -- Ximin Luo <infinity0@debian.org> Fri, 15 Sep 2017 04:02:09 +0200
9e5dfae0 109
16d94f03 110rustc (1.18.0+dfsg1-4) unstable; urgency=medium
c5db2f19
XL
111
112 * Support gperf 3.1. (Closes: #869610)
113
16d94f03 114 -- Ximin Luo <infinity0@debian.org> Tue, 25 Jul 2017 23:19:47 +0200
c5db2f19 115
1fbd4427 116rustc (1.18.0+dfsg1-3) unstable; urgency=medium
3a79b306
XL
117
118 * Upload to unstable.
119 * Disable failing run-make test on armhf.
120
1fbd4427 121 -- Ximin Luo <infinity0@debian.org> Sat, 22 Jul 2017 20:30:25 +0200
3a79b306 122
f189b0c5 123rustc (1.18.0+dfsg1-2) experimental; urgency=medium
3f7bc662
XL
124
125 * Update to latest Standards-Version; no changes required.
47eb05de
XL
126 * Change rustc to Multi-Arch: allowed and update Build-Depends with :native
127 annotations. Multi-Arch: foreign is typically for arch-indep packages that
128 might need to satisfy dependency chains of different architectures. Also
129 update instructions on cross-compiling to match this newer situation.
6deb54e0 130 * Build debugging symbols for non-libstd parts of rustc.
3f7bc662 131
f189b0c5 132 -- Ximin Luo <infinity0@debian.org> Mon, 17 Jul 2017 23:04:03 +0200
3f7bc662 133
a51cd2fb 134rustc (1.18.0+dfsg1-1) experimental; urgency=medium
5fab9f78
XL
135
136 * New upstream release.
137
a51cd2fb 138 -- Ximin Luo <infinity0@debian.org> Tue, 27 Jun 2017 12:51:22 +0200
5fab9f78 139
95eec000 140rustc (1.17.0+dfsg2-8) unstable; urgency=medium
170f9149
XL
141
142 * Workaround for linux #865549, fix FTBFS on ppc64el.
143
95eec000 144 -- Ximin Luo <infinity0@debian.org> Mon, 17 Jul 2017 13:41:59 +0200
170f9149 145
8efa441f 146rustc (1.17.0+dfsg2-7) unstable; urgency=medium
0114d8d1
XL
147
148 * Show exception traceback in bootstrap.py to examine ppc64el build failure.
149
8efa441f 150 -- Ximin Luo <infinity0@debian.org> Wed, 21 Jun 2017 10:46:27 +0200
0114d8d1 151
d2313933
XL
152rustc (1.17.0+dfsg2-6) unstable; urgency=medium
153
154 * Upload to unstable.
155
156 -- Ximin Luo <infinity0@debian.org> Wed, 21 Jun 2017 00:24:22 +0200
157
5002451f 158rustc (1.17.0+dfsg2-5) experimental; urgency=medium
769eb54f 159
4e05a94e 160 * More work-arounds for armhf test failures.
769eb54f 161
5002451f 162 -- Ximin Luo <infinity0@debian.org> Fri, 16 Jun 2017 13:27:45 +0200
769eb54f 163
b856e168 164rustc (1.17.0+dfsg2-4) experimental; urgency=medium
7958f3db
XL
165
166 * Fix arch-indep and arch-dep tests.
78b89ba0 167 * Bump the LLVM requirement to fix FTBFS on armhf.
7958f3db 168
b856e168 169 -- Ximin Luo <infinity0@debian.org> Wed, 14 Jun 2017 21:37:16 +0200
7958f3db 170
26923695 171rustc (1.17.0+dfsg2-3) experimental; urgency=medium
c9ab1c1c
XL
172
173 * Try to force the real gdb package. Some resolvers like aspcud will select
174 gdb-minimal under some circumstances, but this causes the debuginfo-gdb
175 tests to break.
176
26923695 177 -- Ximin Luo <infinity0@debian.org> Wed, 14 Jun 2017 00:48:37 +0200
c9ab1c1c 178
d868ed3e 179rustc (1.17.0+dfsg2-2) experimental; urgency=medium
631e3fdd
XL
180
181 * Support and document cross-compiling of rustc itself.
182 * Document cross-compiling other rust packages such as cargo.
fe8144b3
XL
183 * Work around upstream #39015 by disabling those tests rather than by
184 disabling optimisation, which causes FTBFS on 1.17.0 ppc64el. See
185 upstream #42476 and #42532 for details.
631e3fdd 186
d868ed3e 187 -- Ximin Luo <infinity0@debian.org> Tue, 13 Jun 2017 21:13:31 +0200
631e3fdd 188
fc000344 189rustc (1.17.0+dfsg2-1) experimental; urgency=medium
0bccb006 190
200f8e6e 191 [ Sylvestre Ledru ]
0bccb006 192 * New upstream release
0bccb006 193
200f8e6e
XL
194 [ Ximin Luo ]
195 * Adapt packaging for rustbuild, the new upstream cargo-based build system.
196
197 [ Matthijs van Otterdijk ]
b84baf93 198 * Add a binary package, rust-src. (Closes: #846177)
200f8e6e
XL
199 * Link to local Debian web resources in the docs, instead of remote ones.
200
fc000344 201 -- Ximin Luo <infinity0@debian.org> Tue, 16 May 2017 18:00:53 +0200
0bccb006 202
83bfd4ca 203rustc (1.16.0+dfsg1-1) unstable; urgency=medium
de9ee5dd
XL
204
205 * Upload to unstable so we have something to build 1.17 with.
206 * Update u-ignoretest-powerpc.patch for 1.16.
207
83bfd4ca 208 -- Ximin Luo <infinity0@debian.org> Wed, 19 Apr 2017 22:47:18 +0200
de9ee5dd 209
2197a3b6 210rustc (1.16.0+dfsg1-1~exp2) experimental; urgency=medium
0df609ad
XL
211
212 * Don't ignore test failures on Debian unstable.
213 * Re-fix ignoring armhf test, accidentally reverted in previous version.
214 * Try to fix buildd failure by swapping B-D alternatives.
215
2197a3b6 216 -- Ximin Luo <infinity0@debian.org> Sun, 16 Apr 2017 15:05:47 +0200
0df609ad 217
2bd7188b
SL
218rustc (1.16.0+dfsg1-1~exp1) experimental; urgency=medium
219
f220f03b
SL
220 * New upstream release
221 * u-ignoretest-jemalloc.patch removed (applied upstream)
2bd7188b 222
e0e251ab
SL
223 [ Matthias Klose ]
224 * Bootstrap using the rustc version in the archive, on all architectures.
225 * Work around a GCC 4.8 ICE on AArch64.
226 * Use alternative build dependencies on cmake3 and binutils-2.26 for
227 builds on 14.04 LTS (trusty).
228 * debian/make_orig*dl_tarball.sh: Include all Ubuntu architectures.
229 * debian/rules: Ignore test results for now.
230
231 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 13 Apr 2017 15:24:03 +0200
2bd7188b 232
47a5c99d 233rustc (1.15.1+dfsg1-1) unstable; urgency=medium
a32a31ae
XL
234
235 * Upload to unstable so we have something to build 1.16 with.
236 * Try to fix ignoring atomic-lock-free tests on armhf.
237
47a5c99d 238 -- Ximin Luo <infinity0@debian.org> Wed, 22 Mar 2017 00:13:27 +0100
a32a31ae 239
e3190085 240rustc (1.15.1+dfsg1-1~exp3) experimental; urgency=medium
df3c45fa 241
d2bf4fa1 242 * Ignore atomic-lock-free tests on armhf.
df3c45fa 243 * Update ignoretest-armhf_03.patch for newer 1.15.1 behaviour.
ef7272eb 244 * Tidy up some other patches to do with ignoring tests.
df3c45fa 245
e3190085 246 -- Ximin Luo <infinity0@debian.org> Sun, 12 Mar 2017 04:15:33 +0100
df3c45fa 247
adde2996 248rustc (1.15.1+dfsg1-1~exp2) experimental; urgency=medium
563f7062
XL
249
250 * Update armhf ignoretest patch.
abd6345a
XL
251 * Bootstrap armhf. (Closes: #809316, #834003)
252 * Bootstrap ppc4el. (Closes: #839643)
1b42b986 253 * Fix rust-lldb symlink. (Closes: #850639)
563f7062 254
adde2996 255 -- Ximin Luo <infinity0@debian.org> Thu, 02 Mar 2017 23:01:26 +0100
563f7062 256
89bd9a0b 257rustc (1.15.1+dfsg1-1~exp1) experimental; urgency=medium
bc50ea0f
SL
258
259 * New upstream release (won't probably be in stretch).
7324fc15 260 see the 1.4 git branch for the follow up for stable
91b49110 261 * Call to the test renamed from check-notidy => check
4bdce6c1 262 * d/p/u-destdir-support.diff: Apply upstream patch to support
add58cb7 263 destdir in the make install (for rustbuild, in later versions)
32bec241
SL
264 * Overrides the 'binary-or-shlib-defines-rpath' lintian warnings.
265 We need them for now
f3f050d1 266 * Refresh of the patches
bc50ea0f 267
ebce1096
XL
268 [ Sven Joachim ]
269 * Drop Pre-Depends on multiarch-support. (Closes: #856109)
270
271 [ Erwan Prioul ]
272 * Fix test and build failures for ppc64el. (Closes: #839643)
273
add58cb7
XL
274 [ Ximin Luo ]
275 * Disable rustbuild for the time being (as it was in 1.14) and instead
276 bootstrap two new arches, armhf and ppc64el.
75de1645
XL
277 * Switch back to debhelper 9 to make backporting easier.
278 * Switch Build-Depends on binutils-multiarch back to binutils, the former is
279 no longer needed by the upstream tests.
add58cb7 280
b0379852
XL
281 [ Matthias Klose ]
282 * Compatibility fixes and improvements to help work better on Ubuntu.
283
7324fc15 284 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 26 Feb 2017 21:12:27 +0100
bc50ea0f 285
12cf07de 286rustc (1.14.0+dfsg1-3) unstable; urgency=medium
2ae1870c
XL
287
288 * Fix mips64 Makefile patches.
bfea8d0e 289 * Don't run arch-dep tests in a arch-indep build.
2ae1870c 290
12cf07de 291 -- Ximin Luo <infinity0@debian.org> Wed, 04 Jan 2017 21:34:56 +0100
2ae1870c 292
38b66c3c 293rustc (1.14.0+dfsg1-2) unstable; urgency=medium
40bf7657
XL
294
295 * Update README.Debian, the old one was way out of date.
d20c2479
XL
296 * Detect mips CPUs in ./configure and fill in mips Makefile rules.
297 * Work around jemalloc-related problems in the upstream bootstrapping
298 binaries for arm64, ppc64el, s390x.
299 * Disable jemalloc on s390x - upstream already disable it for some other
300 arches.
301 * Disable jemalloc tests for arches where jemalloc is disabled.
302 * We still expect the following failures:
303 * arm64 should be fixed (i.e. no failures) compared to the previous upload.
304 * armhf will FTBFS due to 'Illegal instruction' and this can only be fixed
305 with the next stable rustc release.
306 * mips mipsel mips64el ppc64 ppc64el s390x will FTBFS due to yet other
307 test failures beyond the ones I fixed above; this upload is only to save
308 me manual work in producing nice reports that exhibit these failures.
40bf7657 309
38b66c3c 310 -- Ximin Luo <infinity0@debian.org> Thu, 29 Dec 2016 23:00:47 +0100
40bf7657 311
ade7c066 312rustc (1.14.0+dfsg1-1) unstable; urgency=medium
4e32eedd 313
4aaa3973 314 [ Sylvestre Ledru ]
ade7c066 315 * New upstream release
4e32eedd
SL
316 * Update debian/watch
317
beb758dc
XL
318 [ Ximin Luo ]
319 * Try to bootstrap armhf ppc64 ppc64el s390x mips mipsel mips64el.
65b5d333 320 (Closes: #809316, #834003, #839643)
beb758dc
XL
321 * Make rust-gdb and rust-lldb arch:all packages.
322 * Switch to debhelper 10.
323
3f7e8ad6 324 -- Ximin Luo <infinity0@debian.org> Sat, 24 Dec 2016 18:03:03 +0100
4e32eedd 325
07d1f7e4 326rustc (1.13.0+dfsg1-2) unstable; urgency=high
7a1680ef
LB
327
328 * Skip macro-stepping test on arm64, until
329 https://github.com/rust-lang/rust/issues/37225 is resolved.
330
331 -- Luca Bruno <lucab@debian.org> Sat, 26 Nov 2016 23:40:14 +0000
332
39adb0b5 333rustc (1.13.0+dfsg1-1) unstable; urgency=medium
5e851056 334
ddde8374
XL
335 [ Sylvestre Ledru ]
336 * New upstream release.
39adb0b5
SL
337
338 [ Ximin Luo ]
5e851056
XL
339 * Use Debian system jquery instead of upstream's embedded copy.
340
39adb0b5 341 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 11 Nov 2016 13:35:23 +0100
5e851056 342
5183fac9 343rustc (1.12.1+dfsg1-1) unstable; urgency=medium
7d965ae5 344
cb44a039 345 [ Sylvestre Ledru ]
48c7771d 346 * New (minor) upstream release
7d965ae5 347 * Missing dependency from rust-lldb to python-lldb-3.8 (Closes: #841833)
cb44a039 348 * Switch to llvm 3.9. (Closes: #841834)
7d965ae5 349
cb44a039
XL
350 [ Ximin Luo ]
351 * Dynamically apply rust-boot-1.12.1-from-1.12.0.diff.
352 This allows us to bootstrap from either 1.11.0 or 1.12.0.
353 * Bump LLVM Build-Depends version to get the backported patches for LLVM
354 #30402 and #29163.
5cf6f0d4
XL
355 * Install debugger_pretty_printers_common to rust-gdb and rust-lldb.
356 (Closes: #841835)
cb44a039 357
5183fac9 358 -- Ximin Luo <infinity0@debian.org> Mon, 07 Nov 2016 14:15:14 +0100
7d965ae5 359
0e3e0b3d
SL
360rustc (1.12.0+dfsg1-2) unstable; urgency=medium
361
d6db26c1
SL
362 * Ignore test run-make/no-duplicate-libs. Fails on i386
363 * Ignore test run-pass-valgrind/down-with-thread-dtors.rs . Fails on arm64
364 * I am not switching to llvm 3.9 now because a test freezes. The plan is
365 to silent the warning breaking the build and upload 1.12.1 after
0e3e0b3d
SL
366
367 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 05 Oct 2016 10:48:01 +0200
368
5caf96bc
SL
369rustc (1.12.0+dfsg1-1) unstable; urgency=medium
370
371 * new upstream release
14322816 372 - Rebase of the patches and removal of deprecated patches
5caf96bc
SL
373
374 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 29 Sep 2016 20:45:04 +0200
375
4b770a13 376rustc (1.11.0+dfsg1-3) unstable; urgency=medium
ea192313
XL
377
378 * Fix separate build-arch and build-indep builds.
379
4b770a13 380 -- Ximin Luo <infinity0@debian.org> Tue, 13 Sep 2016 12:30:41 +0200
ea192313 381
92270c97 382rustc (1.11.0+dfsg1-2) unstable; urgency=medium
b020bb38
XL
383
384 * Fix rebuilding against the current version, by backporting a patch I wrote
385 that was already applied upstream. Should fix the FTBFS that was observed
386 by tests.reproducible-builds.org.
18736b61 387 * Ignore a failing stdcall test on arm64; should fix the FTBFS there.
390d920c 388 * Backport a doctest fix I wrote, already applied upstream.
b020bb38 389
92270c97 390 -- Ximin Luo <infinity0@debian.org> Mon, 12 Sep 2016 17:40:12 +0200
b020bb38 391
b7e6a0df 392rustc (1.11.0+dfsg1-1) unstable; urgency=medium
8ef6aa17
XL
393
394 * New upstream release
9735f8cf 395 * Add versioned binutils dependency. (Closes: #819475, #823540)
8ef6aa17 396
b7e6a0df 397 -- Ximin Luo <infinity0@debian.org> Wed, 07 Sep 2016 10:31:57 +0200
8ef6aa17 398
b0a1a0b1 399rustc (1.10.0+dfsg1-3) unstable; urgency=medium
3641207a
XL
400
401 * Rebuild with LLVM 3.8, same as what upstream are using
402 * Dynamically link against LLVM. (Closes: #832565)
403
b0a1a0b1 404 -- Ximin Luo <infinity0@debian.org> Sat, 30 Jul 2016 22:36:41 +0200
3641207a 405
2542b741 406rustc (1.10.0+dfsg1-2) unstable; urgency=medium
16dfb283
XL
407
408 * Tentatively support ARM architectures
409 * Include upstream arm64,armel,armhf stage0 compilers (i.e. 1.9.0 stable)
410 in a orig-dl tarball, like how we previously did for amd64,i386.
411
2542b741 412 -- Ximin Luo <infinity0@debian.org> Fri, 22 Jul 2016 15:54:51 +0200
16dfb283 413
30168e14 414rustc (1.10.0+dfsg1-1) unstable; urgency=medium
ec2b8474
XL
415
416 * New upstream release
417 * Add myself to uploaders
427dce5b
XL
418 * Update our build process to bootstrap from the previous Debian rustc stable
419 version by default. See README.Debian for other options.
4b15ddbb 420 * Update to latest Standards-Version; no changes required.
ec2b8474 421
30168e14 422 -- Ximin Luo <infinity0@debian.org> Sun, 17 Jul 2016 03:40:49 +0200
ec2b8474 423
3a455c95
SL
424rustc (1.9.0+dfsg1-1) unstable; urgency=medium
425
426 * New upstream release (Closes: #825752)
427
428 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 29 May 2016 17:57:38 +0200
429
c905f5fe 430rustc (1.8.0+dfsg1-1) unstable; urgency=medium
4f08cd8c 431
c905f5fe
SL
432 * New upstream release
433
434 [ Ximin Luo ]
4f08cd8c 435 * Fix using XZ for the orig tarball: needs explicit --repack in debian/watch
6455638b 436 * Drop wno-error patch; applied upstream.
4f08cd8c 437
c905f5fe 438 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 15 Apr 2016 12:01:45 +0200
4f08cd8c 439
c4513ea7
SL
440rustc (1.7.0+dfsg1-1) unstable; urgency=medium
441
442 * New upstream release
443
444 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 03 Mar 2016 22:41:24 +0100
445
e839ff2d 446rustc (1.6.0+dfsg1-3) unstable; urgency=medium
4921cc2c 447
e839ff2d
SL
448 * Apply upstream fix to silent a valgrind issue in the test suite
449 (Closes: ##812825)
4921cc2c
SL
450 * Add gcc & libc-dev as dependency of rustc to make sure it works
451 out of the box
452
e839ff2d
SL
453 [ Ximin Luo ]
454 * Work around rust bug https://github.com/rust-lang/rust/issues/31529
455 * Enable optional tests, and add verbosity/backtraces to tests
456 * Use XZ instead of GZ compression (will apply to the next new upload)
457
4921cc2c
SL
458 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 02 Feb 2016 15:08:11 +0100
459
a35c16e2 460rustc (1.6.0+dfsg1-2) unstable; urgency=medium
da2292c0 461
da2292c0
AL
462 * mk/rt.mk: Modify upstream code to append -Wno-error rather than trying
463 to remove the string "-Werror". (Closes: #812448)
c2a1d9e3
AL
464 * Disable new gcc-6 "-Wmisleading-indentation" warning, which triggers
465 (incorrectly) on src/rt/miniz.c. (Closes: #811573)
cf9ecdde
AL
466 * Guard arch-dependent dh_install commands appropriately, fixing
467 arch-indep-only builds. (Closes: #809124)
da2292c0 468
cf9ecdde 469 -- Angus Lees <gus@debian.org> Tue, 26 Jan 2016 05:40:14 +1100
da2292c0 470
b00fa677 471rustc (1.6.0+dfsg1-1) unstable; urgency=medium
6df127b7 472
b00fa677
SL
473 * new upstream release
474
475 [ Ximin Luo ]
6df127b7
XL
476 * Use secure links for Vcs-* fields.
477
b00fa677 478 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 22 Jan 2016 10:56:08 +0100
6df127b7 479
82d3be1b 480rustc (1.5.0+dfsg1-1) unstable; urgency=medium
888747f5 481
47636f13
SL
482 * New upstream release
483 - We believe that we should let rust transit to testing
484 (Closes: #786836)
888747f5
SL
485 * Move away from hash to the same rust naming schema
486
487 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 10 Dec 2015 17:23:32 +0100
488
4fc82e3b 489rustc (1.4.0+dfsg1-1) unstable; urgency=medium
90b93ca3
SL
490
491 * New upstream release
492 198068b3 => 1bf6e69c
493 * Update the download url in debian/watch
494
495 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 30 Oct 2015 09:36:02 +0100
496
2ba0f5b9 497rustc (1.3.0+dfsg1-1) unstable; urgency=medium
2cb66a3f 498
31f7f721 499 * New upstream release
1c32e1cd 500 62abc69f => 198068b3
a83f8579 501 * jquery updated from 2.1.0 to 2.1.4
31f7f721
SL
502
503 [ Ximin Luo ]
27a791fd 504 * Use LLVM 3.7 as upstream does, now that it's released. (Closes: #797626)
2cb66a3f
XL
505 * Fix debian/copyright syntax mistakes.
506 * Don't Replace/Break previous versions of libstd-rust-*
507 * Check that the libstd-rust-* name in d/control matches upstream.
508 * Several other minor build tweaks.
509
31f7f721 510 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 19 Sep 2015 14:39:35 +0200
2cb66a3f 511
a2df95d4 512rustc (1.2.0+dfsg1-1) unstable; urgency=medium
896c5cc4 513
4bda0637 514 * New upstream release
c5ecc362 515 libstd-rust-7d23ff90 => libstd-rust-62abc69f
35a39697
SL
516 * Add llvm-3.6-tools to the build dep as it is
517 now needed for tests
896c5cc4
SL
518 * Fix the Vcs-Browser value
519
4bda0637 520 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 08 Aug 2015 23:13:44 +0200
896c5cc4 521
e02a3fe2
AL
522rustc (1.1.0+dfsg1-3) unstable; urgency=medium
523
524 * rust-{gdb,lldb} now Replaces pre-split rustc package.
525 Closes: #793433.
526 * Several minor lintian cleanups.
527
528 -- Angus Lees <gus@debian.org> Fri, 24 Jul 2015 17:47:48 +1000
529
b8da800b 530rustc (1.1.0+dfsg1-2) unstable; urgency=medium
1add0b94
AL
531
532 [ Angus Lees ]
533 * Replace remote Rust logo with local file in HTML docs.
6a91b06a
AL
534 * Symlink rust-{gdb,lldb}.1 to {gdb,lldb}.1 manpages.
535 Note that gdb.1 requires the gdb-doc package, and that lldb.1 doesn't
b8da800b
AL
536 exist yet (see #792908).
537 * Restore "Architecture: amd64 i386" filter, mistakenly removed in
538 previous version. Unfortunately the toolchain bootstrap isn't ready
539 to support all Debian archs yet. Closes: #793147.
1add0b94 540
b8da800b 541 -- Angus Lees <gus@debian.org> Wed, 22 Jul 2015 09:51:08 +1000
1add0b94 542
49f209c4 543rustc (1.1.0+dfsg1-1) unstable; urgency=low
d26e875a 544
df43df3e 545 [ Angus Lees ]
485151a8 546 * Set SONAME when building dylibs
525ff0f9
AL
547 * Split out libstd-rust, libstd-rust-dev, rust-gdb, rust-lldb from rustc
548 - libs are now installed into multiarch-friendly locations
549 - rpath is no longer required to use dylibs (but talk to Debian Rust
550 maintainers before building a package that depends on the dylibs)
f56dabc7
AL
551 * Install /usr/share/rustc/architecture.mk, which declares Rust arch
552 triples for Debian archs and is intended to help future Rust packaging
553 efforts. Warning: it may not be complete/accurate yet.
f20ed4ac 554 * New upstream release (1.1)
d26e875a 555
49f209c4 556 -- Angus Lees <gus@debian.org> Thu, 16 Jul 2015 14:23:47 +1000
094d8733
AL
557
558rustc (1.0.0+dfsg1-1) unstable; urgency=medium
559
560 [ Angus Lees ]
561 * New upstream release (1.0!)
562
df43df3e
SL
563 [ Sylvestre Ledru ]
564 * Fix the watch file
565 * Update of the repack to remove llvm sources
566
567 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 16 May 2015 08:24:32 +1000
d26e875a 568
6a0c4e61 569rustc (1.0.0~beta.4-1~exp1) experimental; urgency=low
bf79a23f
AL
570
571 [ Angus Lees ]
6a0c4e61 572 * New upstream release (beta 3)
bf79a23f 573 - Drop manpage patch - now included upstream
1261b4b3
AL
574 * Replace duplicated compile-time dylibs with symlinks to run-time libs
575 (reduces installed size by ~68MB)
bf79a23f 576
9d090105 577 [ Sylvestre Ledru ]
6a0c4e61 578 * New upstream release (beta 4)
9d090105 579 * Replace two more occurrences of jquery by the package
85473448 580 * Repack upstream to remove an LLVM file with a non-DFSG license
9d090105
SL
581
582 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 06 May 2015 11:14:30 +0200
bf79a23f 583
cea9f174 584rustc (1.0.0~alpha.2-1~exp1) experimental; urgency=low
6d2cb948 585
d677860b 586 [ Angus Lees ]
6d2cb948
AL
587 * Patch upstream manpages to address minor troff issues
588 * Make 'debian/rules clean' also clean LLVM source
589 * Rename primary 'rust' binary package to 'rustc'
590 * Fix potential FTBFS: rust-doc requires texlive-fonts-recommended (for
591 pzdr.tfm)
0577fc84 592 * Build against system LLVM
6d2cb948 593
d677860b 594 [ Sylvestre Ledru ]
3d092e50 595 * New testing release
30d94541 596 * Renaming of the source package
94d3a1fa 597 * Set a minimal version for dpkg-dev and debhelper (for profiles)
cea9f174 598 * For now, disable build profiles as they are not supported in Debian
1c8ac2b0
SL
599 * Introduce some changes by Angus Lees
600 - Introduction of build stages
601 - Disable the parallel execution of tests
602 - Improving of the parallel syntax
603 - Use override_dh_auto_build-arch
604 - Use override_dh_auto_build-indep
1c8ac2b0
SL
605 - Better declarations of the doc
606 - Update of the description
607 - Watch file updated (with key check)
608
d677860b
LB
609 [ Luca Bruno ]
610 * rules: respect 'nocheck' DEB_BUILD_OPTIONS
611
6c4d5240 612 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 07 Mar 2015 09:25:47 +0100
1c8ac2b0 613
1d86d79e 614rust (1.0.0~alpha-0~exp1) experimental; urgency=low
9c865efd 615
bcc26d9a
SL
616 * Initial package (Closes: #689207)
617 Work done by Luca Bruno, Jordan Justen and Sylvestre Ledru
6dbd4ee0 618
a46ae6a6 619 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 23 Jan 2015 15:47:37 +0100