Codebase list rust-stfu8 / b1ba4df
Update iso8601 kpcyrd 5 years ago
7 changed file(s) with 12 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
3535 tokio-core
3636 nitrocli (update)
3737 sniffglue (update, fix ftbfs)
38 iso8601 (update)
3839
3940
4041 Delayed/problematic::
0 rust-iso8601 (0.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package iso8601 0.3.0 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Thu, 31 Jan 2019 17:43:48 +0100
5
06 rust-iso8601 (0.2.0-2) unstable; urgency=medium
17
28 * Package iso8601 0.2.0 from crates.io using debcargo 2.2.9
1212
1313 Files: debian/*
1414 Copyright:
15 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
15 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1616 2018 Sylvestre Ledru <sylvestre@debian.org>
17 2019 kpcyrd <git@rxv.cc>
1718 License: MIT
1819
1920 License: MIT
2626 Copyright:
2727 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2828 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
29 2018-2019 kpcyrd <git@rxv.cc>
2930 License: MIT
3031
3132 License: MIT
00 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>",
2 "kpcyrd <git@rxv.cc>"]
+0
-14
src/iso8601/debian/patches/no-clippy.patch less more
0 Index: iso8601/Cargo.toml
1 ===================================================================
2 --- iso8601.orig/Cargo.toml
3 +++ iso8601/Cargo.toml
4 @@ -20,9 +20,6 @@ documentation = "http://badboy.github.io
5 readme = "README.md"
6 license = "MIT"
7 repository = "https://github.com/badboy/iso8601"
8 -[dependencies.clippy]
9 -version = ">0.0.0"
10 -optional = true
11
12 [dependencies.nom]
13 version = "3.2"
+0
-1
src/iso8601/debian/patches/series less more
0 no-clippy.patch