summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-05-23 21:52:48 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-05-23 21:52:48 -0300
commit6b6d337366641e11b77aae9d2e88d438c178ef86 (patch)
tree62f498ae8d68e580ffae60cbec25c0905f90ec93
parent70ac0a1eaf626be3df4040bb4e10275ecc4f56cd (diff)
downloadqt5webkit-6b6d337366641e11b77aae9d2e88d438c178ef86.tar.gz
Switch debugging symbols for amd64 to gstabs.
Until I'm able to build them again or find another solution.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 13fdc67..53706b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ qtwebkit-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium
* Update symbols files with current log. The missing symbols are private
stuff not present in any static method.
* Remove the transitional package libqt5webkit5-qmlwebkitplugin.
+ * Switch debugging symbols for amd64 to gstabs until we are able to build
+ normal symbols again.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 17 May 2014 23:25:31 -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
%: