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