On Thu, Aug 05, 2010, Loïc Minier wrote:
xdeb decides that all build-depends don't need to be cross-built, so it will just cross-build titiler-memmgr.
I realize this might not be very clear; I meant that none of the build-deps of titiler-memmgr need to be cross-built to cross-build titiler-memmgr, they will be installed for the buildd architecture.
$ xdeb -a armel --apt-source --sequence tisyslink-lib Build sequence: tisyslink-lib*
xdeb decides that all build-depends don't need to be cross-built, so it will just cross-build tisyslink-lib. This is because the name "titiler-memmgr-dev" in build-deps isn't recognized as something which needs to be cross-built. See is_crossable() for the current heuristics.
As a workaround, you can list the package in the whitelist in /etc/xdeb/xdeb.cfg or in ~/.xdeb/xdeb.cfg.
And here I forgot to clarify that it is the titiler-memmgr-dev package which you might or might not want to whitelist.