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