[SCM] qt5webkit packaging branch, qtwebkit-ng, updated. debian/5.9.1+dfsg-5-18-g35b0193

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Aug 27 21:21:52 UTC 2017


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

The following commit has been merged in the qtwebkit-ng branch:
commit 35b01939f299a2c625c919db45b5f6a3b0b5d050
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Aug 27 23:18:14 2017 +0300

    Add back the logic to replace -g with -gstabs.
---
 debian/rules | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 59ca27f..dc515ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,14 @@ DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-gstab_architectures := amd64 i386 powerpc s390x
-fulldebug_architectures := none
-disabled_jit_architectures := armel mips mipsel
-disabled_pch_architectures := amd64 powerpc s390x
+gstabs_architectures := amd64 i386 powerpc ppc64el s390x
+
+export DEB_CXXFLAGS_MAINT_STRIP = -g
+
+# Enable gstabs debugging symbols only on gstabs_architectures
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),$(gstabs_architectures)))
+	export DEB_CXXFLAGS_MAINT_APPEND = -gstabs
+endif
 
 # JIT is only supported on x86 / armhf / aarch64 / mips32
 ifeq (,$(filter $(DEB_HOST_ARCH_CPU),amd64 arm64 armhf i386 mips mipsel sh4))

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list