Source: matchbox-panel-manager Version: 0.1-8 Tags: patch User: [email protected] Usertags: ftcbfs
matchbox-panel-manager fails to cross build from source, because it does not pass --host to ./configure. The easiest way of fixing that - using dh_auto_configure - makes matchbox-panel-manager cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru matchbox-panel-manager-0.1/debian/changelog matchbox-panel-manager-0.1/debian/changelog --- matchbox-panel-manager-0.1/debian/changelog 2018-10-28 14:49:39.000000000 +0100 +++ matchbox-panel-manager-0.1/debian/changelog 2019-08-11 11:47:18.000000000 +0200 @@ -1,3 +1,10 @@ +matchbox-panel-manager (0.1-8.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes #-1) + + -- Helmut Grohne <[email protected]> Sun, 11 Aug 2019 11:47:18 +0200 + matchbox-panel-manager (0.1-8) unstable; urgency=medium * Update standards version. diff --minimal -Nru matchbox-panel-manager-0.1/debian/rules matchbox-panel-manager-0.1/debian/rules --- matchbox-panel-manager-0.1/debian/rules 2018-10-28 14:49:39.000000000 +0100 +++ matchbox-panel-manager-0.1/debian/rules 2019-08-11 11:47:17.000000000 +0200 @@ -4,5 +4,5 @@ dh $@ override_dh_auto_configure: - ./configure --prefix=/usr --enable-startup-notification --enable-expat --enable-gconf --enable-keyboard + dh_auto_configure -- --enable-startup-notification --enable-expat --enable-gconf --enable-keyboard # --enable-composite

