Source: matchbox-panel Version: 0.9.3-10 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
matchbox-panel 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 cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru matchbox-panel-0.9.3/debian/changelog matchbox-panel-0.9.3/debian/changelog --- matchbox-panel-0.9.3/debian/changelog 2018-10-28 14:58:14.000000000 +0100 +++ matchbox-panel-0.9.3/debian/changelog 2019-06-23 17:49:37.000000000 +0200 @@ -1,3 +1,10 @@ +matchbox-panel (0.9.3-10.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 23 Jun 2019 17:49:37 +0200 + matchbox-panel (0.9.3-10) unstable; urgency=medium * Move to debhelper compat level 11 and simplify debian/rules. diff --minimal -Nru matchbox-panel-0.9.3/debian/rules matchbox-panel-0.9.3/debian/rules --- matchbox-panel-0.9.3/debian/rules 2018-10-28 14:58:14.000000000 +0100 +++ matchbox-panel-0.9.3/debian/rules 2019-06-23 17:49:36.000000000 +0200 @@ -8,7 +8,7 @@ [ -f po/es.po ] || mv po/es_ES.po po/es.po [ -f po/fi.po ] || mv po/fi_FI.po po/fi.po [ -f po/fr.po ] || mv po/fr_FR.po po/fr.po - ./configure --prefix=/usr --enable-dnotify --enable-startup-notification --enable-nls --enable-acpi-linux + dh_auto_configure -- --enable-dnotify --enable-startup-notification --enable-nls --enable-acpi-linux override_dh_clean: [ -f po/en_GB.po ] || mv po/en.po po/en_GB.po