[Pkg-fglrx-devel] r678 - fglrx-driver/trunk/debian

Michael Gilbert michael.s.gilbert at gmail.com
Sat Aug 6 23:56:07 UTC 2011


> Modified: fglrx-driver/trunk/debian/rules
> ===================================================================
> --- fglrx-driver/trunk/debian/rules     2011-08-06 21:59:43 UTC (rev 677)
> +++ fglrx-driver/trunk/debian/rules     2011-08-06 22:05:21 UTC (rev 678)
> @@ -3,6 +3,9 @@
>  packagename=$(shell dpkg-parsechangelog | sed -nr '/^Source:/s/Source: (.*)/\1/p')
>  upstream_version=$(shell dpkg-parsechangelog|grep "^Version:"|cut -d" " -f2|rev|cut -d- -f2-|rev|cut -d':' -f2)
>
> +DEB_HOST_ARCH          ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
> +DEB_HOST_MULTIARCH     ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
> +

I still don't see why this is needed. DEB_BUILD_ARCH is automatically
populated on the buildd's for example.  Isn't a "build" var more
appropriate anyway vs the "host" var?

Best wishes,
Mike



More information about the Pkg-fglrx-devel mailing list