Source: wlgreet
Version: 0.5.0-3
Tags: patch
User: [email protected]
Usertags: ftcbfs

wlgreet fails to cross build from source, because the core crate is not 
being found. This is due to a lack of a libstd-rust-dev build 
dependency. I'm attaching a patch for your convenience.

Helmut
diff -Nru wlgreet-0.5.0/debian/changelog wlgreet-0.5.0/debian/changelog
--- wlgreet-0.5.0/debian/changelog      2024-11-13 09:07:52.000000000 +0100
+++ wlgreet-0.5.0/debian/changelog      2025-09-05 10:23:40.000000000 +0200
@@ -1,3 +1,10 @@
+wlgreet (0.5.0-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Missing Build-Depends: libstd-rust-dev. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Fri, 05 Sep 2025 10:23:40 +0200
+
 wlgreet (0.5.0-3) unstable; urgency=medium
 
   * Add patch for rust-nix 0.29 (courtesy Peter Michael Green)
diff -Nru wlgreet-0.5.0/debian/control wlgreet-0.5.0/debian/control
--- wlgreet-0.5.0/debian/control        2024-11-13 09:07:52.000000000 +0100
+++ wlgreet-0.5.0/debian/control        2025-09-05 10:23:39.000000000 +0200
@@ -19,6 +19,7 @@
  librust-greetd-ipc+thiserror-dev (>= 0.10),
  librust-getopts-dev (>= 0.2),
  librust-toml-dev (>= 0.5),
+ libstd-rust-dev,
  pkgconf,
  dh-exec
 Standards-Version: 4.7.0

Reply via email to