[SCM] qtwebengine packaging branch, master, updated. 60ec6c49841cd730cb734ccba1e78da3dc08f005

Sandro Knauß hefee at moszumanska.debian.org
Thu Oct 27 17:08:03 UTC 2016


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

The following commit has been merged in the master branch:
commit 13a464417542bccc47d39f63d0c7f9e8980ca150
Author: Sandro Knauß <hefee at debian.org>
Date:   Thu Oct 27 19:02:34 2016 +0200

    add amd64 to fulldebug arch
---
 debian/rules | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index f001e13..f0c7fb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,8 @@ VERSION_CLEAN_UPSTREAM = $(call dpkg_late_eval,VERSION_CLEAN_UPSTREAM,echo '$(DE
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-gstab_architectures := amd64 i386 powerpc s390x
-fulldebug_architectures := amd64 i386 powerpc s390x
+gstab_architectures := i386 powerpc s390x
+fulldebug_architectures := amd64
 disabled_jit_architectures := armel mips mipsel
 disabled_pch_architectures := amd64 powerpc s390x
 
@@ -61,7 +61,11 @@ ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gstab_architectures)))
 	echo "QMAKE_CXXFLAGS += -gstabs" >> .qmake.conf
 # Enable normal debugging symbols only on fulldebug_architectures.
 else ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(fulldebug_architectures)))
-	echo "QMAKE_CXXFLAGS += -g" >> .qmake.conf
+	echo "QMAKE_CXXFLAGS_DEBUG += -fdebug-types-section" >> .qmake.conf
+	echo "QMAKE_CXXFLAGS += -fdebug-types-section" >> .qmake.conf
+	echo "QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO += -fdebug-types-section" >> .qmake.conf
+	echo "QMAKE_CXXFLAGS_RELEASE += -fdebug-types-section" >> .qmake.conf
+	echo "QMAKE_LFLAGS += -fdebug-types-section" >> .qmake.conf
 else
 # Disable debugging symbols in all the other archs.
 	echo "QMAKE_CXXFLAGS -= -g" >> .qmake.conf

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list