[SCM] qt5webkit packaging branch, master, updated. debian/5.3.0+dfsg-2-6-g54de54e
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Sun Jun 29 02:31:28 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=29c0158
The following commit has been merged in the master branch:
commit 29c015836b18961e925bdcf2e85f0635631993b6
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Sat Jun 28 23:24:56 2014 -0300
Switch amd64's debugging symbols to stabs.
---
debian/changelog | 2 ++
debian/rules | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 875e257..eef6e91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtwebkit-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump Qt build dependencies.
* Update symbols files with buildds' logs.
+ * Switch amd64's debugging symbols to stabs again. I can't build dwarf
+ symbols anymore due to lack of RAM, and I doubt our buildds could too.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 26 Jun 2014 23:27:29 -0300
diff --git a/debian/rules b/debian/rules
index 81ed086..0911513 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,8 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-gstab_architectures := i386 powerpc s390x
-fulldebug_architectures := amd64
+gstab_architectures := amd64 i386 powerpc s390x
+fulldebug_architectures := none
disabled_jit_architectures := armel mips mipsel
%:
--
qt5webkit packaging
More information about the pkg-kde-commits
mailing list