Codebase list rust-stfu8 / e1ddc2f
Add custom-innner-attributes feature to lib.rs for rust-core-arch to fix FTBFS. Peter Michael Green 4 years ago
5 changed file(s) with 31 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-core-arch (0.1.5-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package core_arch 0.1.5 from crates.io using debcargo 2.4.2
4 * New version of debcargo added autopkgtest, hopefully it passes.
5 * Add feature custom_inner_attributes to src/lib.rs to fix FTBFS
6
7 -- Peter Michael Green <plugwash@debian.org> Sun, 12 Apr 2020 19:19:13 +0000
8
09 rust-core-arch (0.1.5-2) unstable; urgency=medium
110
211 * Team upload.
1414
1515 Files: debian/*
1616 Copyright:
17 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1818 2019 Ximin Luo <infinity0@debian.org>
1919 License: MIT or Apache-2.0
2020
2626
2727 Files: debian/*
2828 Copyright:
29 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2019 Ximin Luo <infinity0@debian.org>
29 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2019-2020 Ximin Luo <infinity0@debian.org>
3131 License: MIT or Apache-2.0
3232
3333 License: Apache-2.0
0 Description: Add feature custom_inner_attributes to src/lib.rs to fix FTBFS
1 Author: Peter Michael Green <plugwash@debian.org>
2 Bug-Debian: https://bugs.debian.org/952228
3
4 Index: rust-core-arch-0.1.5/src/lib.rs
5 ===================================================================
6 --- rust-core-arch-0.1.5.orig/src/lib.rs
7 +++ rust-core-arch-0.1.5/src/lib.rs
8 @@ -32,7 +32,8 @@
9 wasm_target_feature,
10 abi_unadjusted,
11 adx_target_feature,
12 - external_doc
13 + external_doc,
14 + custom_inner_attributes
15 )]
16 #![cfg_attr(test, feature(test, abi_vectorcall, untagged_unions))]
17 #![deny(clippy::missing_inline_in_public_items)]
0 add-feature-custom-inner-attributes.patch