File: TODO

package info (click to toggle)
dh-rust 0.0.12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: perl: 413; sh: 197; python: 146; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  * fail early if a rust-*-dev package does not match contained crates
    * each contained crate must match a provided virtual fullname package
    * each virtual fullname package names must match a contained crate
  * resolve ${rust:Provides}
    <https://bugs.debian.org/1076437>
  * support appending subproject version to binary package version
    <https://bugs.debian.org/1076434>
    * affects oxigraph
  * handle CARGO_HOME internally (not in Python-based wrapper "cargo")
    <https://bugs.debian.org/1076440>
    * support custom location of cargo_home
      * affects helvum
    * support building intermediaries through calling `cargo run`
      * affects rust-tonic