[SCM] qt5webkit packaging branch, master, updated. debian/5.1.0-1-3-ge127736

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat Jul 27 12:16:12 UTC 2013


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

The following commit has been merged in the master branch:
commit e12773633bad828ad49c369fd7fce93d18f7760c
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Jul 27 09:15:39 2013 -0300

    Just for m68k.
    
    The i386 problem seemed to be a buildd issue.
---
 debian/changelog |    2 +-
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ed2f936..da23fc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 qtwebkit-opensource-src (5.1.0-2) UNRELEASED; urgency=low
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
-  * Make i386 and m68k build with -gstabs instead of -g (Closes: #717686).
+  * Make m68k build with -gstabs instead of -g (Closes: #717686).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 25 Jul 2013 16:40:45 -0300
 
diff --git a/debian/rules b/debian/rules
index ae06859..366e3aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export QT_SELECT := qt5
 # See also: stabs_format_debug_info.diff
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-ifneq (,$(filter $(DEB_HOST_ARCH),s390 s390x armel armhf mips mipsel i386 m68k))
+ifneq (,$(filter $(DEB_HOST_ARCH),s390 s390x armel armhf mips mipsel m68k))
     export DEB_CFLAGS_MAINT_STRIP := -g
     export DEB_CFLAGS_MAINT_APPEND := -gstabs
     export DEB_CXXFLAGS_MAINT_STRIP := -g

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list