#1115552 jcal FTCBFS: does not pass --host to configure

Package:
src:jcal
Source:
src:jcal
Submitter:
Helmut Grohne
Date:
2025-09-18 06:19:08 UTC
Severity:
normal
Tags:
#1115552#5
Date:
2025-09-10 05:31:50 UTC
From:
To:
jcal fails to cross build from source, because it does not pass --host
to configure. The easiest way of doing so is using dh_auto_configure. I
went slightly beyond that and converted all of the debhelper overrides
to use dh_auto_*. Note that dh_auto_configure also passes a multiarch
libdir and therefore libraries move to multiarch locations. I've updated
the *.install files accordingly. Please consider applying the attached
patch.

Helmut