[SCM] qtgraphicaleffects packaging branch, master, updated. debian/5.6.1-3-3-g9ff6773

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Jun 19 08:32:47 UTC 2016


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

The following commit has been merged in the master branch:
commit 9ff6773ccb7cb93543a2af367a1462f3893d5d10
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Jun 19 11:32:43 2016 +0300

    Add DEB_HOST_MULTIARCH definition.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index a5eedb1..df0d5d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+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)
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list