[SCM] qtbase packaging branch, master, updated. debian/5.0.0-1-25-gd6a7f74

Timo Jyrinki timo at alioth.debian.org
Thu Mar 21 06:43:02 UTC 2013


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

The following commit has been merged in the master branch:
commit d6a7f74ce8b8b5443c1eefe32000bb161202d740
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Thu Mar 21 06:42:40 2013 +0000

    Sync powerpc build fix from Ubuntu
---
 debian/patches/series        |    1 +
 debian/patches/undef_B0.diff |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cbd57f0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+undef_B0.diff
diff --git a/debian/patches/undef_B0.diff b/debian/patches/undef_B0.diff
new file mode 100644
index 0000000..62b3d57
--- /dev/null
+++ b/debian/patches/undef_B0.diff
@@ -0,0 +1,15 @@
+Index: qtbase-opensource-src-5.0.1+dfsg/src/gui/painting/qpagedpaintdevice.h
+===================================================================
+--- qtbase-opensource-src-5.0.1+dfsg.orig/src/gui/painting/qpagedpaintdevice.h	2013-01-29 12:03:00.000000000 -0700
++++ qtbase-opensource-src-5.0.1+dfsg/src/gui/painting/qpagedpaintdevice.h	2013-02-18 13:21:01.000000000 -0700
+@@ -44,6 +44,10 @@
+ 
+ #include <QtGui/qpaintdevice.h>
+ 
++#if defined(B0)
++#undef B0 // Terminal hang-up.  We assume that you do not want that.
++#endif
++
+ QT_BEGIN_HEADER
+ 
+ QT_BEGIN_NAMESPACE

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list