1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
See https://salsa.debian.org/groups/rust-team/-/issues
See HACKING.md for development and testing instructions.
## Lower-priority tasks
Minor issues
- fs::rename cannot handle cross-device moves, e.g. if --directory is on a
different partition from . then debcargo fails
- the ? syntax loses the stack, use Result.expect() to give context, or use
error-chain instead...
- [ ] globset, ignore, termcolor:
When generating d/copyright, failed to clone repository
https://github.com/BurntSushi/ripgrep/tree/master/XXX: unexpected HTTP status code: 404; class=Net (12)
Features for later
- [ ] Integrate `apt-pkg-native` crate to check if the crate or its dependency
is already in archive and display information.
- [ ] Display first level dependency with equivalent Debian names at the end
which are not yet packaged in Debian as a information to maintainer.
- [ ] Employ `licensecheck` tool to look for license and copyright information.
Currently we use regex to grep through sources.
|