Source: wmanager Version: 0.3.1-3 Tags: patch User: [email protected] Usertags: ftcbfs
wmanager fails to cross build from source, because debian/rules forces the use of the build architecture compiler. I suggest using the default. Please find a patch attached. Helmut
diff -Nru wmanager-0.3.1/debian/changelog wmanager-0.3.1/debian/changelog --- wmanager-0.3.1/debian/changelog 2024-12-31 16:12:32.000000000 +0100 +++ wmanager-0.3.1/debian/changelog 2025-09-20 14:30:31.000000000 +0200 @@ -1,3 +1,10 @@ +wmanager (0.3.1-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Do not force a build architecture compiler. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sat, 20 Sep 2025 14:30:31 +0200 + wmanager (0.3.1-3) unstable; urgency=medium * Declare compliance with Policy 4.7.0 with no changes. diff -Nru wmanager-0.3.1/debian/rules wmanager-0.3.1/debian/rules --- wmanager-0.3.1/debian/rules 2024-12-31 16:12:32.000000000 +0100 +++ wmanager-0.3.1/debian/rules 2025-09-20 14:30:26.000000000 +0200 @@ -4,7 +4,6 @@ DEB_BUILD_MAINT_OPTIONS= hardening=+all export DEB_BUILD_MAINT_OPTIONS -CXX= g++ # Use this for QA tests with newer versions of GCC #CXX= g++-snapshot

