[SCM] qt5webkit packaging branch, experimental, updated. debian/5.2.1+dfsg-5-21-g6b6d337

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sat May 24 00:53:42 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 6b6d337366641e11b77aae9d2e88d438c178ef86
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri May 23 21:52:48 2014 -0300

    Switch debugging symbols for amd64 to gstabs.
    
    Until I'm able to build them again or find another solution.
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 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 at 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
 
 %:

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list