Package: debhelper Version: 9.20120909 Severity: whishlist My package is ok to be cross compiled, but test suite can not be run if cross compiling.
Thus I use a fragment like this:
if test "$(DEB_HOST_GNU_TYPE)" = "$(DEB_BUILD_GNU_TYPE)"; then \
dh_auto_test; \
fi
I think it will better if included in directly in dh_auto_test.
Bastien
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

