I've seen that there was an update to the rules file. Unfortunately there is a mistake again: instead of writing:
ifneq ($(DEB_HOST_ARCH_OS), linux)
the commit rev. 1599 was
ifneq ($(DEB_HOST_ARCH_OS, linux))
which does not only not work, but lets dpkg fail.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

