[Bug 1987515] Re: Add support for vendored build-dependency tracking
Julian Andres Klode
1987515 at bugs.launchpad.net
Thu Aug 25 09:37:58 UTC 2022
Review:
* dh-cargo-vendored-sources.pl:
- missing 'use strict;' and 'use warnings;' before other 'use' (compare cargo.pm)
- should not have a .pl ending (the shell scripts don't end in .sh either)
- sub cargo_info opens a file but does not close it
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dh-cargo in Ubuntu.
https://bugs.launchpad.net/bugs/1987515
Title:
Add support for vendored build-dependency tracking
Status in dh-cargo package in Ubuntu:
In Progress
Bug description:
As part of the tentative MIR rules for Rust packages, we want to be
able to embed vendored sources in the packages. This implies that
there should be an easy way to divert the dh-cargo helper into using
vendored dependencies if available, and also add some metadata to
easily know which source package contains which vendored dependencies.
See https://github.com/cpaelzer/ubuntu-mir/pull/3 for some discussions
around the topic.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-cargo/+bug/1987515/+subscriptions
More information about the foundations-bugs
mailing list