Hi,

> The ecasound2.2 package uses the following code in debian/rules to make
> libecasound2.2-dev's dependency on libasound2-dev conditional on
> architecture:
> 
> ifeq (linux,$(DEB_HOST_ARCH_OS))
>        dh_gencontrol -a -- -Vlibasound2-dev="libasound2-dev"
> else
>        dh_gencontrol -a
> endif
> 
> This doesn't work, because nowhere in debian/rules have you called
> dpkg-architecture to *define* $(DEB_HOST_ARCH_OS); so almost all
> architectures are missing the dependency on libasound2-dev, which causes
> other packages to fail to build.

/me plonks aurelien for this patch... 


thanks,
        junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to