On 27/02/2024 21.22, Rene Engelhard wrote:
dh_installexamples examples/* installs into the first package being
acted on ... and that differs between -A and -B builds.
this is masked by libxmlsec1 vs. libxmlsec1-dev and I guess the t64
rename broke whatever magic is there...
Determining the "main package" (i.e. the path for docs) might change
with a t64 rename (since packages are no longer paired: libfoo42 and
libfoo42-doc may be a pair, but libfoo42bar and libfoo42-doc are not)
Will do dh_installexamples -plibxmlsec1-dev.
That should work against the double installation.
Or put "examples/*" into d/libxmlsec1-dev.examples and drop the override
from d/rules.
Andreas