[SCM] mp4v2/master: debian/rules: still correcting armhf variables

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Tue Oct 25 15:10:26 UTC 2011


The following commit has been merged in the master branch:
commit 519f7afbe25ccf82311f8d9045a54a519b822892
Author: Matteo F. Vescovi <m.vescovi at revese.it>
Date:   Tue Oct 25 17:09:13 2011 +0200

    debian/rules: still correcting armhf variables
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index faf1c45..5d24a81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
 #!/usr/bin/make -f
 export DH_OPTIONS
 
-DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-ifeq ($(DEB_HOST_ARCH_CPU),armhf)
+ifeq ($(DEB_HOST_ARCH),armhf)
 	confflags += --disable-optimize
 endif
 

-- 
mp4v2 packaging



More information about the pkg-multimedia-commits mailing list