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