[SCM] qt5webkit packaging branch, experimental, updated. debian/5.212.0_alpha2-1
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Aug 29 10:50:52 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=ddfea9d
The following commit has been merged in the experimental branch:
commit ddfea9db154d3626965a4e32581d9866ee653298
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Aug 28 11:36:25 2017 +0300
Remove i386 from gstabs_architectures.
Otherwise I get this:
/tmp/ccC9ZZQi.s: Assembler messages:
/tmp/ccC9ZZQi.s:2188: Warning: .stabn: description field '2a241' too big, try a different debug format
/tmp/ccC9ZZQi.s:2202: Warning: .stabn: description field '2a23a' too big, try a different debug format
...
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a198bd8..a30f604 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ qtwebkit-opensource-src (5.212.0~alpha2-1) UNRELEASED; urgency=medium
* Update libqt5webkit5.symbols from the current ppc64el build log.
* Add a patch to properly detect whether OpenGL ES 2 should be used.
* Disable the use of gold linker (causes problems at least on i386).
+ * Remove i386 from gstabs_architectures, add ppc64el.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 25 Aug 2017 20:50:49 +0300
diff --git a/debian/rules b/debian/rules
index a607b19..4ec8759 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ 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)
-gstabs_architectures := amd64 i386 powerpc ppc64el s390x
+gstabs_architectures := amd64 powerpc ppc64el s390x
export DEB_CXXFLAGS_MAINT_STRIP = -g
--
qt5webkit packaging
More information about the pkg-kde-commits
mailing list