]> git.proxmox.com Git - rustc.git/blob - debian/TODO.Debian
Add an unsuspicious list to track stuff we've already audited
[rustc.git] / debian / TODO.Debian
1 3. Upstream updated the "install_std" functionality to install libstd for all
2 targets that were built. For a cross-build this is both the native and the
3 foreign arches. Probably, we can either (a) get rid of d-cross-compile-install.patch
4 then rely on our debian/rules install recipes to install the right target
5 into the package, or (b) keep the patch, and further patch install.rs/step.rs
6 so that install_std() takes a single "target" parameter; test this.
7
8 Older backlog
9 =============
10
11 * Use Compiler-rt package
12 * Improve the bootstrap (do the local build first on our systems, upload
13 to Debian and use the packages)
14 * Port on other archs
15 * Create a runtime package (rust-runtime)
16 * Move the runtime library into a public directory
17 * Package the various editors plugins (emacs, kate & vim)
18
19 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 20 Jan 2015 08:50:28 +0100