]> git.proxmox.com Git - rustc.git/blame - debian/changelog
add the import in git, this will change but this is easier to have it here
[rustc.git] / debian / changelog
CommitLineData
83bfd4ca 1rustc (1.16.0+dfsg1-1) unstable; urgency=medium
de9ee5dd
XL
2
3 * Upload to unstable so we have something to build 1.17 with.
4 * Update u-ignoretest-powerpc.patch for 1.16.
5
83bfd4ca 6 -- Ximin Luo <infinity0@debian.org> Wed, 19 Apr 2017 22:47:18 +0200
de9ee5dd 7
2197a3b6 8rustc (1.16.0+dfsg1-1~exp2) experimental; urgency=medium
0df609ad
XL
9
10 * Don't ignore test failures on Debian unstable.
11 * Re-fix ignoring armhf test, accidentally reverted in previous version.
12 * Try to fix buildd failure by swapping B-D alternatives.
13
2197a3b6 14 -- Ximin Luo <infinity0@debian.org> Sun, 16 Apr 2017 15:05:47 +0200
0df609ad 15
2bd7188b
SL
16rustc (1.16.0+dfsg1-1~exp1) experimental; urgency=medium
17
f220f03b
SL
18 * New upstream release
19 * u-ignoretest-jemalloc.patch removed (applied upstream)
2bd7188b 20
e0e251ab
SL
21 [ Matthias Klose ]
22 * Bootstrap using the rustc version in the archive, on all architectures.
23 * Work around a GCC 4.8 ICE on AArch64.
24 * Use alternative build dependencies on cmake3 and binutils-2.26 for
25 builds on 14.04 LTS (trusty).
26 * debian/make_orig*dl_tarball.sh: Include all Ubuntu architectures.
27 * debian/rules: Ignore test results for now.
28
29 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 13 Apr 2017 15:24:03 +0200
2bd7188b 30
47a5c99d 31rustc (1.15.1+dfsg1-1) unstable; urgency=medium
a32a31ae
XL
32
33 * Upload to unstable so we have something to build 1.16 with.
34 * Try to fix ignoring atomic-lock-free tests on armhf.
35
47a5c99d 36 -- Ximin Luo <infinity0@debian.org> Wed, 22 Mar 2017 00:13:27 +0100
a32a31ae 37
e3190085 38rustc (1.15.1+dfsg1-1~exp3) experimental; urgency=medium
df3c45fa 39
d2bf4fa1 40 * Ignore atomic-lock-free tests on armhf.
df3c45fa 41 * Update ignoretest-armhf_03.patch for newer 1.15.1 behaviour.
ef7272eb 42 * Tidy up some other patches to do with ignoring tests.
df3c45fa 43
e3190085 44 -- Ximin Luo <infinity0@debian.org> Sun, 12 Mar 2017 04:15:33 +0100
df3c45fa 45
adde2996 46rustc (1.15.1+dfsg1-1~exp2) experimental; urgency=medium
563f7062
XL
47
48 * Update armhf ignoretest patch.
abd6345a
XL
49 * Bootstrap armhf. (Closes: #809316, #834003)
50 * Bootstrap ppc4el. (Closes: #839643)
1b42b986 51 * Fix rust-lldb symlink. (Closes: #850639)
563f7062 52
adde2996 53 -- Ximin Luo <infinity0@debian.org> Thu, 02 Mar 2017 23:01:26 +0100
563f7062 54
89bd9a0b 55rustc (1.15.1+dfsg1-1~exp1) experimental; urgency=medium
bc50ea0f
SL
56
57 * New upstream release (won't probably be in stretch).
7324fc15 58 see the 1.4 git branch for the follow up for stable
91b49110 59 * Call to the test renamed from check-notidy => check
4bdce6c1 60 * d/p/u-destdir-support.diff: Apply upstream patch to support
add58cb7 61 destdir in the make install (for rustbuild, in later versions)
32bec241
SL
62 * Overrides the 'binary-or-shlib-defines-rpath' lintian warnings.
63 We need them for now
f3f050d1 64 * Refresh of the patches
bc50ea0f 65
ebce1096
XL
66 [ Sven Joachim ]
67 * Drop Pre-Depends on multiarch-support. (Closes: #856109)
68
69 [ Erwan Prioul ]
70 * Fix test and build failures for ppc64el. (Closes: #839643)
71
add58cb7
XL
72 [ Ximin Luo ]
73 * Disable rustbuild for the time being (as it was in 1.14) and instead
74 bootstrap two new arches, armhf and ppc64el.
75de1645
XL
75 * Switch back to debhelper 9 to make backporting easier.
76 * Switch Build-Depends on binutils-multiarch back to binutils, the former is
77 no longer needed by the upstream tests.
add58cb7 78
b0379852
XL
79 [ Matthias Klose ]
80 * Compatibility fixes and improvements to help work better on Ubuntu.
81
7324fc15 82 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 26 Feb 2017 21:12:27 +0100
bc50ea0f 83
12cf07de 84rustc (1.14.0+dfsg1-3) unstable; urgency=medium
2ae1870c
XL
85
86 * Fix mips64 Makefile patches.
bfea8d0e 87 * Don't run arch-dep tests in a arch-indep build.
2ae1870c 88
12cf07de 89 -- Ximin Luo <infinity0@debian.org> Wed, 04 Jan 2017 21:34:56 +0100
2ae1870c 90
38b66c3c 91rustc (1.14.0+dfsg1-2) unstable; urgency=medium
40bf7657
XL
92
93 * Update README.Debian, the old one was way out of date.
d20c2479
XL
94 * Detect mips CPUs in ./configure and fill in mips Makefile rules.
95 * Work around jemalloc-related problems in the upstream bootstrapping
96 binaries for arm64, ppc64el, s390x.
97 * Disable jemalloc on s390x - upstream already disable it for some other
98 arches.
99 * Disable jemalloc tests for arches where jemalloc is disabled.
100 * We still expect the following failures:
101 * arm64 should be fixed (i.e. no failures) compared to the previous upload.
102 * armhf will FTBFS due to 'Illegal instruction' and this can only be fixed
103 with the next stable rustc release.
104 * mips mipsel mips64el ppc64 ppc64el s390x will FTBFS due to yet other
105 test failures beyond the ones I fixed above; this upload is only to save
106 me manual work in producing nice reports that exhibit these failures.
40bf7657 107
38b66c3c 108 -- Ximin Luo <infinity0@debian.org> Thu, 29 Dec 2016 23:00:47 +0100
40bf7657 109
ade7c066 110rustc (1.14.0+dfsg1-1) unstable; urgency=medium
4e32eedd 111
4aaa3973 112 [ Sylvestre Ledru ]
ade7c066 113 * New upstream release
4e32eedd
SL
114 * Update debian/watch
115
beb758dc
XL
116 [ Ximin Luo ]
117 * Try to bootstrap armhf ppc64 ppc64el s390x mips mipsel mips64el.
65b5d333 118 (Closes: #809316, #834003, #839643)
beb758dc
XL
119 * Make rust-gdb and rust-lldb arch:all packages.
120 * Switch to debhelper 10.
121
3f7e8ad6 122 -- Ximin Luo <infinity0@debian.org> Sat, 24 Dec 2016 18:03:03 +0100
4e32eedd 123
07d1f7e4 124rustc (1.13.0+dfsg1-2) unstable; urgency=high
7a1680ef
LB
125
126 * Skip macro-stepping test on arm64, until
127 https://github.com/rust-lang/rust/issues/37225 is resolved.
128
129 -- Luca Bruno <lucab@debian.org> Sat, 26 Nov 2016 23:40:14 +0000
130
39adb0b5 131rustc (1.13.0+dfsg1-1) unstable; urgency=medium
5e851056 132
ddde8374
XL
133 [ Sylvestre Ledru ]
134 * New upstream release.
39adb0b5
SL
135
136 [ Ximin Luo ]
5e851056
XL
137 * Use Debian system jquery instead of upstream's embedded copy.
138
39adb0b5 139 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 11 Nov 2016 13:35:23 +0100
5e851056 140
5183fac9 141rustc (1.12.1+dfsg1-1) unstable; urgency=medium
7d965ae5 142
cb44a039 143 [ Sylvestre Ledru ]
48c7771d 144 * New (minor) upstream release
7d965ae5 145 * Missing dependency from rust-lldb to python-lldb-3.8 (Closes: #841833)
cb44a039 146 * Switch to llvm 3.9. (Closes: #841834)
7d965ae5 147
cb44a039
XL
148 [ Ximin Luo ]
149 * Dynamically apply rust-boot-1.12.1-from-1.12.0.diff.
150 This allows us to bootstrap from either 1.11.0 or 1.12.0.
151 * Bump LLVM Build-Depends version to get the backported patches for LLVM
152 #30402 and #29163.
5cf6f0d4
XL
153 * Install debugger_pretty_printers_common to rust-gdb and rust-lldb.
154 (Closes: #841835)
cb44a039 155
5183fac9 156 -- Ximin Luo <infinity0@debian.org> Mon, 07 Nov 2016 14:15:14 +0100
7d965ae5 157
0e3e0b3d
SL
158rustc (1.12.0+dfsg1-2) unstable; urgency=medium
159
d6db26c1
SL
160 * Ignore test run-make/no-duplicate-libs. Fails on i386
161 * Ignore test run-pass-valgrind/down-with-thread-dtors.rs . Fails on arm64
162 * I am not switching to llvm 3.9 now because a test freezes. The plan is
163 to silent the warning breaking the build and upload 1.12.1 after
0e3e0b3d
SL
164
165 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 05 Oct 2016 10:48:01 +0200
166
5caf96bc
SL
167rustc (1.12.0+dfsg1-1) unstable; urgency=medium
168
169 * new upstream release
14322816 170 - Rebase of the patches and removal of deprecated patches
5caf96bc
SL
171
172 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 29 Sep 2016 20:45:04 +0200
173
4b770a13 174rustc (1.11.0+dfsg1-3) unstable; urgency=medium
ea192313
XL
175
176 * Fix separate build-arch and build-indep builds.
177
4b770a13 178 -- Ximin Luo <infinity0@debian.org> Tue, 13 Sep 2016 12:30:41 +0200
ea192313 179
92270c97 180rustc (1.11.0+dfsg1-2) unstable; urgency=medium
b020bb38
XL
181
182 * Fix rebuilding against the current version, by backporting a patch I wrote
183 that was already applied upstream. Should fix the FTBFS that was observed
184 by tests.reproducible-builds.org.
18736b61 185 * Ignore a failing stdcall test on arm64; should fix the FTBFS there.
390d920c 186 * Backport a doctest fix I wrote, already applied upstream.
b020bb38 187
92270c97 188 -- Ximin Luo <infinity0@debian.org> Mon, 12 Sep 2016 17:40:12 +0200
b020bb38 189
b7e6a0df 190rustc (1.11.0+dfsg1-1) unstable; urgency=medium
8ef6aa17
XL
191
192 * New upstream release
9735f8cf 193 * Add versioned binutils dependency. (Closes: #819475, #823540)
8ef6aa17 194
b7e6a0df 195 -- Ximin Luo <infinity0@debian.org> Wed, 07 Sep 2016 10:31:57 +0200
8ef6aa17 196
b0a1a0b1 197rustc (1.10.0+dfsg1-3) unstable; urgency=medium
3641207a
XL
198
199 * Rebuild with LLVM 3.8, same as what upstream are using
200 * Dynamically link against LLVM. (Closes: #832565)
201
b0a1a0b1 202 -- Ximin Luo <infinity0@debian.org> Sat, 30 Jul 2016 22:36:41 +0200
3641207a 203
2542b741 204rustc (1.10.0+dfsg1-2) unstable; urgency=medium
16dfb283
XL
205
206 * Tentatively support ARM architectures
207 * Include upstream arm64,armel,armhf stage0 compilers (i.e. 1.9.0 stable)
208 in a orig-dl tarball, like how we previously did for amd64,i386.
209
2542b741 210 -- Ximin Luo <infinity0@debian.org> Fri, 22 Jul 2016 15:54:51 +0200
16dfb283 211
30168e14 212rustc (1.10.0+dfsg1-1) unstable; urgency=medium
ec2b8474
XL
213
214 * New upstream release
215 * Add myself to uploaders
427dce5b
XL
216 * Update our build process to bootstrap from the previous Debian rustc stable
217 version by default. See README.Debian for other options.
4b15ddbb 218 * Update to latest Standards-Version; no changes required.
ec2b8474 219
30168e14 220 -- Ximin Luo <infinity0@debian.org> Sun, 17 Jul 2016 03:40:49 +0200
ec2b8474 221
3a455c95
SL
222rustc (1.9.0+dfsg1-1) unstable; urgency=medium
223
224 * New upstream release (Closes: #825752)
225
226 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 29 May 2016 17:57:38 +0200
227
c905f5fe 228rustc (1.8.0+dfsg1-1) unstable; urgency=medium
4f08cd8c 229
c905f5fe
SL
230 * New upstream release
231
232 [ Ximin Luo ]
4f08cd8c 233 * Fix using XZ for the orig tarball: needs explicit --repack in debian/watch
6455638b 234 * Drop wno-error patch; applied upstream.
4f08cd8c 235
c905f5fe 236 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 15 Apr 2016 12:01:45 +0200
4f08cd8c 237
c4513ea7
SL
238rustc (1.7.0+dfsg1-1) unstable; urgency=medium
239
240 * New upstream release
241
242 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 03 Mar 2016 22:41:24 +0100
243
e839ff2d 244rustc (1.6.0+dfsg1-3) unstable; urgency=medium
4921cc2c 245
e839ff2d
SL
246 * Apply upstream fix to silent a valgrind issue in the test suite
247 (Closes: ##812825)
4921cc2c
SL
248 * Add gcc & libc-dev as dependency of rustc to make sure it works
249 out of the box
250
e839ff2d
SL
251 [ Ximin Luo ]
252 * Work around rust bug https://github.com/rust-lang/rust/issues/31529
253 * Enable optional tests, and add verbosity/backtraces to tests
254 * Use XZ instead of GZ compression (will apply to the next new upload)
255
4921cc2c
SL
256 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 02 Feb 2016 15:08:11 +0100
257
a35c16e2 258rustc (1.6.0+dfsg1-2) unstable; urgency=medium
da2292c0 259
da2292c0
AL
260 * mk/rt.mk: Modify upstream code to append -Wno-error rather than trying
261 to remove the string "-Werror". (Closes: #812448)
c2a1d9e3
AL
262 * Disable new gcc-6 "-Wmisleading-indentation" warning, which triggers
263 (incorrectly) on src/rt/miniz.c. (Closes: #811573)
cf9ecdde
AL
264 * Guard arch-dependent dh_install commands appropriately, fixing
265 arch-indep-only builds. (Closes: #809124)
da2292c0 266
cf9ecdde 267 -- Angus Lees <gus@debian.org> Tue, 26 Jan 2016 05:40:14 +1100
da2292c0 268
b00fa677 269rustc (1.6.0+dfsg1-1) unstable; urgency=medium
6df127b7 270
b00fa677
SL
271 * new upstream release
272
273 [ Ximin Luo ]
6df127b7
XL
274 * Use secure links for Vcs-* fields.
275
b00fa677 276 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 22 Jan 2016 10:56:08 +0100
6df127b7 277
82d3be1b 278rustc (1.5.0+dfsg1-1) unstable; urgency=medium
888747f5 279
47636f13
SL
280 * New upstream release
281 - We believe that we should let rust transit to testing
282 (Closes: #786836)
888747f5
SL
283 * Move away from hash to the same rust naming schema
284
285 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 10 Dec 2015 17:23:32 +0100
286
4fc82e3b 287rustc (1.4.0+dfsg1-1) unstable; urgency=medium
90b93ca3
SL
288
289 * New upstream release
290 198068b3 => 1bf6e69c
291 * Update the download url in debian/watch
292
293 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 30 Oct 2015 09:36:02 +0100
294
2ba0f5b9 295rustc (1.3.0+dfsg1-1) unstable; urgency=medium
2cb66a3f 296
31f7f721 297 * New upstream release
1c32e1cd 298 62abc69f => 198068b3
a83f8579 299 * jquery updated from 2.1.0 to 2.1.4
31f7f721
SL
300
301 [ Ximin Luo ]
27a791fd 302 * Use LLVM 3.7 as upstream does, now that it's released. (Closes: #797626)
2cb66a3f
XL
303 * Fix debian/copyright syntax mistakes.
304 * Don't Replace/Break previous versions of libstd-rust-*
305 * Check that the libstd-rust-* name in d/control matches upstream.
306 * Several other minor build tweaks.
307
31f7f721 308 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 19 Sep 2015 14:39:35 +0200
2cb66a3f 309
a2df95d4 310rustc (1.2.0+dfsg1-1) unstable; urgency=medium
896c5cc4 311
4bda0637 312 * New upstream release
c5ecc362 313 libstd-rust-7d23ff90 => libstd-rust-62abc69f
35a39697
SL
314 * Add llvm-3.6-tools to the build dep as it is
315 now needed for tests
896c5cc4
SL
316 * Fix the Vcs-Browser value
317
4bda0637 318 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 08 Aug 2015 23:13:44 +0200
896c5cc4 319
e02a3fe2
AL
320rustc (1.1.0+dfsg1-3) unstable; urgency=medium
321
322 * rust-{gdb,lldb} now Replaces pre-split rustc package.
323 Closes: #793433.
324 * Several minor lintian cleanups.
325
326 -- Angus Lees <gus@debian.org> Fri, 24 Jul 2015 17:47:48 +1000
327
b8da800b 328rustc (1.1.0+dfsg1-2) unstable; urgency=medium
1add0b94
AL
329
330 [ Angus Lees ]
331 * Replace remote Rust logo with local file in HTML docs.
6a91b06a
AL
332 * Symlink rust-{gdb,lldb}.1 to {gdb,lldb}.1 manpages.
333 Note that gdb.1 requires the gdb-doc package, and that lldb.1 doesn't
b8da800b
AL
334 exist yet (see #792908).
335 * Restore "Architecture: amd64 i386" filter, mistakenly removed in
336 previous version. Unfortunately the toolchain bootstrap isn't ready
337 to support all Debian archs yet. Closes: #793147.
1add0b94 338
b8da800b 339 -- Angus Lees <gus@debian.org> Wed, 22 Jul 2015 09:51:08 +1000
1add0b94 340
49f209c4 341rustc (1.1.0+dfsg1-1) unstable; urgency=low
d26e875a 342
df43df3e 343 [ Angus Lees ]
485151a8 344 * Set SONAME when building dylibs
525ff0f9
AL
345 * Split out libstd-rust, libstd-rust-dev, rust-gdb, rust-lldb from rustc
346 - libs are now installed into multiarch-friendly locations
347 - rpath is no longer required to use dylibs (but talk to Debian Rust
348 maintainers before building a package that depends on the dylibs)
f56dabc7
AL
349 * Install /usr/share/rustc/architecture.mk, which declares Rust arch
350 triples for Debian archs and is intended to help future Rust packaging
351 efforts. Warning: it may not be complete/accurate yet.
f20ed4ac 352 * New upstream release (1.1)
d26e875a 353
49f209c4 354 -- Angus Lees <gus@debian.org> Thu, 16 Jul 2015 14:23:47 +1000
094d8733
AL
355
356rustc (1.0.0+dfsg1-1) unstable; urgency=medium
357
358 [ Angus Lees ]
359 * New upstream release (1.0!)
360
df43df3e
SL
361 [ Sylvestre Ledru ]
362 * Fix the watch file
363 * Update of the repack to remove llvm sources
364
365 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 16 May 2015 08:24:32 +1000
d26e875a 366
6a0c4e61 367rustc (1.0.0~beta.4-1~exp1) experimental; urgency=low
bf79a23f
AL
368
369 [ Angus Lees ]
6a0c4e61 370 * New upstream release (beta 3)
bf79a23f 371 - Drop manpage patch - now included upstream
1261b4b3
AL
372 * Replace duplicated compile-time dylibs with symlinks to run-time libs
373 (reduces installed size by ~68MB)
bf79a23f 374
9d090105 375 [ Sylvestre Ledru ]
6a0c4e61 376 * New upstream release (beta 4)
9d090105 377 * Replace two more occurrences of jquery by the package
85473448 378 * Repack upstream to remove an LLVM file with a non-DFSG license
9d090105
SL
379
380 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 06 May 2015 11:14:30 +0200
bf79a23f 381
cea9f174 382rustc (1.0.0~alpha.2-1~exp1) experimental; urgency=low
6d2cb948 383
d677860b 384 [ Angus Lees ]
6d2cb948
AL
385 * Patch upstream manpages to address minor troff issues
386 * Make 'debian/rules clean' also clean LLVM source
387 * Rename primary 'rust' binary package to 'rustc'
388 * Fix potential FTBFS: rust-doc requires texlive-fonts-recommended (for
389 pzdr.tfm)
0577fc84 390 * Build against system LLVM
6d2cb948 391
d677860b 392 [ Sylvestre Ledru ]
3d092e50 393 * New testing release
30d94541 394 * Renaming of the source package
94d3a1fa 395 * Set a minimal version for dpkg-dev and debhelper (for profiles)
cea9f174 396 * For now, disable build profiles as they are not supported in Debian
1c8ac2b0
SL
397 * Introduce some changes by Angus Lees
398 - Introduction of build stages
399 - Disable the parallel execution of tests
400 - Improving of the parallel syntax
401 - Use override_dh_auto_build-arch
402 - Use override_dh_auto_build-indep
1c8ac2b0
SL
403 - Better declarations of the doc
404 - Update of the description
405 - Watch file updated (with key check)
406
d677860b
LB
407 [ Luca Bruno ]
408 * rules: respect 'nocheck' DEB_BUILD_OPTIONS
409
6c4d5240 410 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 07 Mar 2015 09:25:47 +0100
1c8ac2b0 411
1d86d79e 412rust (1.0.0~alpha-0~exp1) experimental; urgency=low
9c865efd 413
bcc26d9a
SL
414 * Initial package (Closes: #689207)
415 Work done by Luca Bruno, Jordan Justen and Sylvestre Ledru
6dbd4ee0 416
a46ae6a6 417 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 23 Jan 2015 15:47:37 +0100