]> git.proxmox.com Git - rustc.git/blame - debian/changelog
Fix architecture.mk install path
[rustc.git] / debian / changelog
CommitLineData
23cccffb 1rustc (1.0.0+dfsg1-1) unstable; urgency=medium
d26e875a 2
df43df3e 3 [ Angus Lees ]
d26e875a 4 * New upstream release (1.0!)
485151a8 5 * Set SONAME when building dylibs
525ff0f9
AL
6 * Split out libstd-rust, libstd-rust-dev, rust-gdb, rust-lldb from rustc
7 - libs are now installed into multiarch-friendly locations
8 - rpath is no longer required to use dylibs (but talk to Debian Rust
9 maintainers before building a package that depends on the dylibs)
f56dabc7
AL
10 * Install /usr/share/rustc/architecture.mk, which declares Rust arch
11 triples for Debian archs and is intended to help future Rust packaging
12 efforts. Warning: it may not be complete/accurate yet.
d26e875a 13
df43df3e
SL
14 [ Sylvestre Ledru ]
15 * Fix the watch file
16 * Update of the repack to remove llvm sources
17
18 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 16 May 2015 08:24:32 +1000
d26e875a 19
6a0c4e61 20rustc (1.0.0~beta.4-1~exp1) experimental; urgency=low
bf79a23f
AL
21
22 [ Angus Lees ]
6a0c4e61 23 * New upstream release (beta 3)
bf79a23f 24 - Drop manpage patch - now included upstream
1261b4b3
AL
25 * Replace duplicated compile-time dylibs with symlinks to run-time libs
26 (reduces installed size by ~68MB)
bf79a23f 27
9d090105 28 [ Sylvestre Ledru ]
6a0c4e61 29 * New upstream release (beta 4)
9d090105 30 * Replace two more occurrences of jquery by the package
85473448 31 * Repack upstream to remove an LLVM file with a non-DFSG license
9d090105
SL
32
33 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 06 May 2015 11:14:30 +0200
bf79a23f 34
cea9f174 35rustc (1.0.0~alpha.2-1~exp1) experimental; urgency=low
6d2cb948 36
d677860b 37 [ Angus Lees ]
6d2cb948
AL
38 * Patch upstream manpages to address minor troff issues
39 * Make 'debian/rules clean' also clean LLVM source
40 * Rename primary 'rust' binary package to 'rustc'
41 * Fix potential FTBFS: rust-doc requires texlive-fonts-recommended (for
42 pzdr.tfm)
0577fc84 43 * Build against system LLVM
6d2cb948 44
d677860b 45 [ Sylvestre Ledru ]
3d092e50 46 * New testing release
30d94541 47 * Renaming of the source package
94d3a1fa 48 * Set a minimal version for dpkg-dev and debhelper (for profiles)
cea9f174 49 * For now, disable build profiles as they are not supported in Debian
1c8ac2b0
SL
50 * Introduce some changes by Angus Lees
51 - Introduction of build stages
52 - Disable the parallel execution of tests
53 - Improving of the parallel syntax
54 - Use override_dh_auto_build-arch
55 - Use override_dh_auto_build-indep
1c8ac2b0
SL
56 - Better declarations of the doc
57 - Update of the description
58 - Watch file updated (with key check)
59
d677860b
LB
60 [ Luca Bruno ]
61 * rules: respect 'nocheck' DEB_BUILD_OPTIONS
62
6c4d5240 63 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 07 Mar 2015 09:25:47 +0100
1c8ac2b0 64
1d86d79e 65rust (1.0.0~alpha-0~exp1) experimental; urgency=low
9c865efd 66
bcc26d9a
SL
67 * Initial package (Closes: #689207)
68 Work done by Luca Bruno, Jordan Justen and Sylvestre Ledru
6dbd4ee0 69
a46ae6a6 70 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 23 Jan 2015 15:47:37 +0100