Comment 1 for bug 726428

Revision history for this message
Loïc Minier (lool) wrote :

Thanks for the report

I think it's inconvenient that objcopy has this behavior, and it does probably make sense to change it to not list all ARM architectures. That said, it seems like the above build calls dh_strip on an armel-cross architecture all package, which is not too common, and also calls it as a regular build instead of a cross-build which means that the hosts' strip gets called instead of the cross-strip.

It's probably a good idea to call dh_strip here as armel-cross_all packages are a bit special, but probably this should be called with dpkg-architecture args set to a cross build.