[SCM] QtWebKit packaging branch, master, updated. debian/2.3.2.dfsg-4-9-ge019911

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Mon Sep 29 19:56:51 UTC 2014


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

The following commit has been merged in the master branch:
commit e0199116fd960cb36b24c79be5c615cb0dafd252
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Sep 29 16:56:38 2014 -0300

    Remove ppc64el.patch
    
    Applied upstream.
---
 debian/changelog             |  1 +
 debian/patches/ppc64el.patch | 27 ---------------------------
 2 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 881a0b3..d6320c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ qtwebkit (2.3.4.dfsg-1) UNRELEASED; urgency=medium
   * Remove patches already present in this version.
     - upstream_changeset_119798.diff
     - double_conversion_correct_double_operations.patch
+    - ppc64el.patch
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 28 Sep 2014 11:20:39 -0300
 
diff --git a/debian/patches/ppc64el.patch b/debian/patches/ppc64el.patch
deleted file mode 100644
index a7918f2..0000000
--- a/debian/patches/ppc64el.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: Handle little-endian mode for PowerPC
-Author: Colin Watson <cjwatson at ubuntu.com>
-Forwarded: no
-Last-Update: 2013-12-16
-
---- a/Source/WTF/wtf/Platform.h
-+++ b/Source/WTF/wtf/Platform.h
-@@ -103,15 +103,19 @@
-     || defined(_M_PPC)      \
-     || defined(__PPC)
- #define WTF_CPU_PPC 1
-+#ifndef __LITTLE_ENDIAN__
- #define WTF_CPU_BIG_ENDIAN 1
- #endif
-+#endif
- 
- /* CPU(PPC64) - PowerPC 64-bit */
- #if   defined(__ppc64__) \
-     || defined(__PPC64__)
- #define WTF_CPU_PPC64 1
-+#ifndef __LITTLE_ENDIAN__
- #define WTF_CPU_BIG_ENDIAN 1
- #endif
-+#endif
- 
- /* CPU(SH4) - SuperH SH-4 */
- #if defined(__SH4__)

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list