Codebase list rust-bzip2 / 78bd321
RFS: term_size update kpcyrd 5 years ago
6 changed file(s) with 26 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6464 These packages (RFS) are prepared in the master branch and can be uploaded
6565 because all required dependencies are available in main::
6666
67 term_size (update, unblocks testing)
6768 cairo-sys-rs (update)
6869 glib-sys (update)
6970 http
0 rust-term-size (0.3.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package term_size 0.3.1 from crates.io using debcargo 2.2.7
3
4 -- kpcyrd <git@rxv.cc> Fri, 12 Oct 2018 23:11:05 +0000
5
06 rust-term-size (0.3.1-1) unstable; urgency=medium
17
28 * Package term_size 0.3.1 from crates.io using debcargo 2.2.6
3232 Files: debian/*
3333 Copyright:
3434 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
35 2018 FIXME (overlay) Your Name <Your Email>
35 2018 Paride Legovini <pl@ninthfloor.org>
36 2018 kpcyrd <git@rxv.cc>
3637 License: MIT or Apache-2.0
3738
3839 License: Apache-2.0
00 overlay = "."
1 uploaders = ["Paride Legovini <pl@ninthfloor.org>",
2 "kpcyrd <git@rxv.cc>"]
13 #build_depends_excludes = ["librust-winapi-0.2+default-dev"]
24 build_depends_excludes = ["librust-winapi-0.2+default-dev (>= 0.2.8~~) <!nocheck>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -61,5 +61,2 @@ debug-assertions = false
3 rpath = false
4 -[dependencies.clippy]
5 -version = "~0.0.112"
6 -optional = true
7
8 @@ -68,5 +65,3 @@ debug = []
9 default = []
10 -lints = ["clippy", "nightly"]
11 nightly = []
12 -travis = ["lints", "nightly"]
13 unstable = []
00 remove-windows-dependencies.diff
1 remove-clippy.patch