Codebase list rust-subtle / 494c252
update of num-traits Sylvestre Ledru 4 years ago
3 changed file(s) with 14 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 rust-num-traits (0.2.8-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package num-traits 0.2.8 from crates.io using debcargo 2.3.1-alpha.0
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 8 Jul 2019 09:00:40 +0200
6
07 rust-num-traits (0.2.5-1) unstable; urgency=medium
18
29 * Package num-traits 0.2.5 from crates.io using debcargo 2.1.1
33 Source: https://github.com/rust-num/num-traits
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN The Rust Project Developers
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Rust Project Developers
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 The Rust Project Developers
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: ./src/lib.rs
2222 Copyright: 2013-2014 The Rust Project Developers
23 License: UNKNOWN; FIXME (overlay)
23 License: UNKNOWN-LICENSE; FIXME (overlay)
2424 Comment:
2525 FIXME (overlay): These notices are extracted from files. Please review them
2626 before uploading to the archive.
2727
2828 Files: debian/*
29 Copyright: 2018 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2018 FIXME (overlay) Your Name <Your Email>
29 Copyright:
30 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2019 Ximin Luo <infinity0@debian.org>
3132 License: MIT or Apache-2.0
3233
3334 License: Apache-2.0
5253 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5354 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5455 SOFTWARE.
55
56
57
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]