On Sun, Jul 30, 2017 at 02:07:50AM +0200, Michael Biebl wrote: > You mean as part of the Debian package build process? How would it make > a difference if debhelper calls an external binary or generate the file > directly? Can you please elaborate
When debcrossgen.py is shipped in a "known" location (e.g. $PATH), I can simply run it myself, modify its output, and pass "--cross-file myfile" to dh_auto_configure. The later --cross-file takes precedence as far as I understand. Helmut