diff --git a/src/x11rb/debian/changelog b/src/x11rb/debian/changelog index 693dd44..4215896 100644 --- a/src/x11rb/debian/changelog +++ b/src/x11rb/debian/changelog @@ -1,3 +1,10 @@ +rust-x11rb (0.8.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package x11rb 0.8.1 from crates.io using debcargo 2.4.3 + (Closes: #981824). + + -- Andrej Shadura Wed, 21 Jul 2021 14:28:46 +0200 + rust-x11rb (0.8.1-1) unstable; urgency=medium * Team upload. diff --git a/src/x11rb/debian/patches/fix-build.patch b/src/x11rb/debian/patches/fix-build.patch index c520401..c9f4002 100644 --- a/src/x11rb/debian/patches/fix-build.patch +++ b/src/x11rb/debian/patches/fix-build.patch @@ -1,5 +1,19 @@ --- a/Cargo.toml +++ b/Cargo.toml +@@ -55,11 +55,11 @@ version = "0.2" + optional = true + + [dependencies.libloading] +-version = "0.7.0" ++version = "0" + optional = true + + [dependencies.once_cell] +-version = "1.6.0" ++version = "1.3.0" + optional = true + + [features] @@ -68,7 +68,7 @@ allow-unsafe-code = ["libc"] composite = ["xfixes"] cursor = ["render", "resource_manager"]