[SCM] vlc/squeeze-backports-sloppy: Fix DEB_HOST_ARCH variable. (cherry picked from commit d91e43bf02ea0c9e14b6a0026ecfd2c23256e10d)

edwardw-guest at users.alioth.debian.org edwardw-guest at users.alioth.debian.org
Sun Jun 9 19:34:48 UTC 2013


The following commit has been merged in the squeeze-backports-sloppy branch:
commit 36b4d37afcce7f35338e1b52d9304c630e9c6546
Author: Benjamin Drung <bdrung at debian.org>
Date:   Fri Mar 1 18:09:33 2013 +0100

    Fix DEB_HOST_ARCH variable.
    (cherry picked from commit d91e43bf02ea0c9e14b6a0026ecfd2c23256e10d)
    
    Signed-off-by: Edward Wang <edward.c.wang at compdigitec.com>

diff --git a/debian/rules b/debian/rules
index 22bfa12..0b23519 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