Hi Brian,
On Fri, Dec 16, 2022 at 08:21:17AM +1100, Brian May wrote:
> No idea now, sorry. I think this stuff was contributed by others.
> Probably legacy reasons now.
Maybe you could later try converting it to dh_auto_configure? Doing so
would significantly simplify the invocation:
* debhelper automatically passes --disable-slient-rules unless
DEB_BUILD_OPTIONS contains "terse".
* debhelper automatically passes --prefix, --includedir, --infodir and
--libdir.
* And of course --build and --host.
> When I tried to build this with my build system I get:
>
> $ apt-get-build-depends --yes
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> E: Unable to locate package heimdal-multidev-bin
> E: Unable to locate package <cross>
>
> Is "heimdal-multidev-bin <cross>," correct syntax? If so, maybe
> apt-get-build-depends doesn't support it.
The problem is not with the syntax, but with the package. Look closely
which package provides it. It comes from heimdal itself and is added by
my patch. So you first need to perform a native build and then once that
native build is accessible, you can perform a cross build.
Helmut