Codebase list rust-libslirp / 3a4861c
Merge branch 'package-terminfo' into 'master' adds package terminfo See merge request rust-team/debcargo-conf!131 Sylvestre Ledru 3 years ago
7 changed file(s) with 91 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 tests disabled because they fail inside sbuild.
1 The problem is that some tests try to get terminal
2 colors for the test, and it fails because
3 of the build environment inside sbuild.
4 I did compile the crate pointing cargo to local registry
5 with only debian packaged deps, and tests do pass when run
6 in a regular terminal.
0 rust-terminfo (0.7.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package terminfo 0.7.3 from crates.io using debcargo 2.4.3
3
4 -- Fabio Rafael da Rosa <fdr@fabiodarosa.org> Mon, 02 Nov 2020 15:44:25 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: terminfo
2 Upstream-Contact: meh. <meh@schizofreni.co>
3 Source: https://github.com/meh/rust-terminfo
4
5 Files: *
6 Copyright: 2016-2020 meh. <meh@schizofreni.co>
7 License: WTFPL
8
9 Files: debian/*
10 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2020 Fabio Rafael da Rosa <fdr@fabiodarosa.org>
13 License: WTFPL
14
15 License: WTFPL
16 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
17 Version 2, December 2004
18
19 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
20
21 Everyone is permitted to copy and distribute verbatim or modified
22 copies of this license document, and changing it is allowed as long
23 as the name is changed.
24
25 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
26 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
27
28 0. You just DO WHAT THE FUCK YOU WANT TO.
29
30
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: terminfo
2 Upstream-Contact: meh. <meh@schizofreni.co>
3 Source: https://github.com/meh/rust-terminfo
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS meh. <meh@schizofreni.co>
7 License: WTFPL
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./tests/xterm.terminfo
15 Copyright: 1996-2011,2012 by Thomas E. Dickey
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: debian/*
22 Copyright:
23 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2020 Fabio Rafael da Rosa <fdr@fabiodarosa.org>
25 License: WTFPL
26
27 License: WTFPL
28 FIXME (overlay): Unrecognized crate license, please find the full license text in the rest of the crate source code and copy-paste it here
0 overlay = "."
1 uploaders = ["Fabio Rafael da Rosa <fdr@fabiodarosa.org>"]
2
3 [packages.lib]
4 test_is_broken = true
0 Index: terminfo/Cargo.toml
1 ===================================================================
2 --- terminfo.orig/Cargo.toml
3 +++ terminfo/Cargo.toml
4 @@ -22,7 +22,7 @@ categories = ["command-line-interface"]
5 license = "WTFPL"
6 repository = "https://github.com/meh/rust-terminfo"
7 [dependencies.dirs]
8 -version = "2"
9 +version = "3"
10
11 [dependencies.fnv]
12 version = "1.0"