diff --git a/src/x11rb/debian/changelog b/src/x11rb/debian/changelog index b369d71..eb3f06c 100644 --- a/src/x11rb/debian/changelog +++ b/src/x11rb/debian/changelog @@ -1,10 +1,10 @@ -rust-x11rb (0.7.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium +rust-x11rb (0.8.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium * Team upload. - * Source upload - * Package x11rb 0.7.0 from crates.io using debcargo 2.4.4-alpha.0 + * Source upload. + * Package x11rb 0.8.1 from crates.io using debcargo 2.4.3. - -- Sylvestre Ledru Thu, 14 Jan 2021 10:39:25 +0100 + -- Andrej Shadura Wed, 21 Jul 2021 10:45:18 +0200 rust-x11rb (0.7.0-1) unstable; urgency=medium diff --git a/src/x11rb/debian/copyright b/src/x11rb/debian/copyright index 1b7e43c..25b2420 100644 --- a/src/x11rb/debian/copyright +++ b/src/x11rb/debian/copyright @@ -4,7 +4,9 @@ Source: https://github.com/psychon/x11rb Files: * -Copyright: 2019-2020 Uli Schlachter +Copyright: + 2019—2021 Uli Schlachter + 2019—2021 x11rb Contributors License: Expat or Apache-2.0 Files: @@ -29,8 +31,8 @@ Files: debian/* Copyright: - 2020 Debian Rust Maintainers - 2020 Andrej Shadura + 2020—2021 Debian Rust Maintainers + 2020—2021 Andrej Shadura License: Expat or Apache-2.0 License: Apache-2.0 diff --git a/src/x11rb/debian/copyright.debcargo.hint b/src/x11rb/debian/copyright.debcargo.hint index aa5c908..5de731b 100644 --- a/src/x11rb/debian/copyright.debcargo.hint +++ b/src/x11rb/debian/copyright.debcargo.hint @@ -15,6 +15,13 @@ Cargo.toml, they were extracted from the upstream Git repository. This may not be correct information so you should review and fix this before uploading to the archive. + +Files: ./LICENSE-MIT +Copyright: 2019 x11rb Contributers +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. Files: ./examples/hypnomoire.rs Copyright: 2001-2002 Bart Massey and Jamey Sharp and is licensed under @@ -34,6 +41,27 @@ Files: ./src/cursor/parse_cursor.rs Copyright: 2013 Michael Stapelberg +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/resource_manager/matcher.rs +Copyright: 2016 Ingo Bürk +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/resource_manager/parser.rs +Copyright: 2016 Ingo Bürk +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./tests/resource_manager.rs +Copyright: 2016 Ingo Bürk License: UNKNOWN-LICENSE; FIXME (overlay) Comment: FIXME (overlay): These notices are extracted from files. Please review them diff --git a/src/x11rb/debian/patches/fix-build.patch b/src/x11rb/debian/patches/fix-build.patch index c9e3353..c520401 100644 --- a/src/x11rb/debian/patches/fix-build.patch +++ b/src/x11rb/debian/patches/fix-build.patch @@ -2,22 +2,22 @@ +++ b/Cargo.toml @@ -68,7 +68,7 @@ allow-unsafe-code = ["libc"] composite = ["xfixes"] - cursor = ["render"] + cursor = ["render", "resource_manager"] damage = ["xfixes"] -dl-libxcb = ["allow-unsafe-code", "libloading", "once_cell"] +#dl-libxcb = ["allow-unsafe-code", "libloading", "once_cell"] dpms = [] dri2 = [] dri3 = [] -@@ -96,10 +96,10 @@ xtest = [] +@@ -97,10 +97,10 @@ xtest = [] xv = ["shm"] xvmc = ["xv"] [target."cfg(unix)".dependencies.nix] --version = "0.18.0" +-version = "0.20" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["winsock2"] -+version = "0.16.0" ++version = "0" +#[target."cfg(windows)".dependencies.winapi] +#version = "0.3" +#features = ["winsock2"]