[SCM] qt3d packaging branch, master, updated. c414110fa54b377ca5bc40212cc7eb7f5ecc626f

Timo Jyrinki timo at moszumanska.debian.org
Fri Aug 7 13:49:14 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt3d.git;a=commitdiff;h=c414110

The following commit has been merged in the master branch:
commit c414110fa54b377ca5bc40212cc7eb7f5ecc626f
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Fri Aug 7 13:47:03 2015 +0000

    Add multi-arch variable to rules.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 53bd0c0..a17b888 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
 
 export QT_SELECT=qt5
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list