summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-07-02 10:53:50 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-07-02 10:53:50 -0300
commita7d4e5c5ac2eb00593ffcb5ffdd82e3482db71e0 (patch)
treed6e785fa4b76f1f75f24a94ab9c659c9bd40a95b
parentb33c89057406348bc0eedfeb6ef634dba1637f85 (diff)
downloadqt5webkit-a7d4e5c5ac2eb00593ffcb5ffdd82e3482db71e0.tar.gz
Add descriptions to the patch.
-rw-r--r--debian/patches/hppa_wtf-dtoa-utils.diff38
1 files changed, 6 insertions, 32 deletions
diff --git a/debian/patches/hppa_wtf-dtoa-utils.diff b/debian/patches/hppa_wtf-dtoa-utils.diff
index e063ea9..e8ae202 100644
--- a/debian/patches/hppa_wtf-dtoa-utils.diff
+++ b/debian/patches/hppa_wtf-dtoa-utils.diff
@@ -1,36 +1,10 @@
-Description: <short summary of the patch>
- TODO: Put a short summary on the line above and replace this paragraph
- with a longer explanation of this change. Complete the meta-information
- with other relevant fields (see below for details). To make it easier, the
- information below has been extracted from the changelog. Adjust it or drop
- it.
- .
- qtwebkit-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium
- .
- [ Lisandro Damián Nicanor Pérez Meyer ]
- * New upstream release.
- * Bump Qt build dependencies, using qtbase-private-dev >= 5.3.1 to get
- qtbase-abi-5-3-1.
- * 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.
- .
- [ Alf Gaida ]
- * Fix QML module's install file.
-Author: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
+Description: Add HPPA to the list of archs that define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS
+Author: John David Anglin <dave.anglin@bell.net>
+Forwarded: https://codereview.qt-project.org/88932
+Bug-Debian: http://bugs.debian.org/753409
+Reviewed-By: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
---
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
--- qtwebkit-opensource-src-5.3.1+dfsg.orig/Source/WTF/wtf/dtoa/utils.h
+++ qtwebkit-opensource-src-5.3.1+dfsg/Source/WTF/wtf/dtoa/utils.h
@@ -42,4 +16,4 @@ Last-Update: <YYYY-MM-DD>
+#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(MIPS64) || CPU(AARCH64) || CPU(HPPA)
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
#elif defined(_M_IX86) || defined(__i386__)
- #if defined(_WIN32) \ No newline at end of file
+ #if defined(_WIN32)