Debian Patches
Status for rust-derive-more/1.0.0-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
cargo-toml-remove-example.diff | Remove example This is a continuation of the older work on the derive_macro crate from Wolfgang Silbermayr, |
Daniel Kahn Gillmor <dkg@fifthhorseman.net> | not-needed | |||
enable-one-feature-by-default.diff | Enable one feature by default Upstream expects any dependent code to explicitly declare at least one feature beyond std for the package. ("To avoid redundant compilation times, by default no derives are supported.") But debcargo wants to build the package using only the default featureset, which upstream intends to fail. So, we add one feature by default, incurring a little bit of redundant compilation, to enable the package to build cleanly with debcargo's expectations. bleh. See https://salsa.debian.org/rust-team/debcargo-conf/-/issues/87#note_538543 for more discussion |
Daniel Kahn Gillmor <dkg@fifthhorseman.net> | not-needed |