[SCM] vlc/master: Fix DEB_HOST_ARCH variable.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Fri Mar 1 17:10:03 UTC 2013


The following commit has been merged in the master branch:
commit d91e43bf02ea0c9e14b6a0026ecfd2c23256e10d
Author: Benjamin Drung <bdrung at debian.org>
Date:   Fri Mar 1 18:09:33 2013 +0100

    Fix DEB_HOST_ARCH variable.

diff --git a/debian/rules b/debian/rules
index 4d3c5dc..1500f7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_ARCH_CPU  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list