Codebase list rust-stfu8 / 18be60f
Update cfg-if to 0.1.5 Wolfgang Silbermayr 5 years ago
4 changed file(s) with 17 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
5252 These packages (RFS) are prepared in the master branch and can be uploaded
5353 because all required dependencies are available in main::
5454
55 cfg-if (update)
5556 byteorder (update)
5657 bytecode (update)
5758 backtrace-sys (update)
0 rust-cfg-if (0.1.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package cfg-if 0.1.5 from crates.io using debcargo 2.2.7
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Thu, 27 Sep 2018 22:11:30 +0200
6
07 rust-cfg-if (0.1.4-1) unstable; urgency=medium
18
29 * Package cfg-if 0.1.4 from crates.io using debcargo 2.1.2
33 Source: https://github.com/alexcrichton/cfg-if
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN Alex Crichton <alex@alexcrichton.com>
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
77 License: MIT or Apache-2.0
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1313
1414 Files: ./LICENSE-MIT
1515 Copyright: 2014 Alex Crichton
16 License: UNKNOWN; FIXME (overlay)
16 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
1818 FIXME (overlay): These notices are extracted from files. Please review them
1919 before uploading to the archive.
2020
2121 Files: debian/*
22 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2018 FIXME (overlay) Your Name <Your Email>
22 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 Ximin Luo <infinity0@debian.org>
2425 License: MIT or Apache-2.0
2526
2627 License: Apache-2.0
4546 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4647 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4748 SOFTWARE.
48
49
50
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
2
3 # The auto-generated summary is too long.
4 summary = "Rust macro for defining #[cfg] if-else statements"