diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-06-28 23:24:56 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-06-28 23:24:56 -0300 |
commit | 29c015836b18961e925bdcf2e85f0635631993b6 (patch) | |
tree | 50dbd0603b073ab374b2c8433473af23a7af02c6 | |
parent | 9287caaf8a90637ba76c923881c8f518d0eeab43 (diff) | |
download | qt5webkit-29c015836b18961e925bdcf2e85f0635631993b6.tar.gz |
Switch amd64's debugging symbols to stabs.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | 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@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 %: |