summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-07-05 22:34:26 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-07-05 22:34:26 -0300
commita4560f781e952635483a17e219fc279a322e4093 (patch)
tree4833c58a698ee3f1659cc00f3ac6b73eec6f9ef2
parente67fcb6f90f90985545ed9b7977c0031cddf299b (diff)
downloadqtbase-a4560f781e952635483a17e219fc279a322e4093.tar.gz
Remove undef_B0.diff, applied upstream.
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/undef_B0.diff24
3 files changed, 1 insertions, 25 deletions
diff --git a/debian/changelog b/debian/changelog
index 50b5b7d..7017358 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ qtbase-opensource-src (5.1.0+dfsg-1) UNRELEASED; urgency=low
* Fix watch file with new url.
* Make libqt5core5 provide qtbase-abi-5-1-0.
* Update symbols files with latest 5.0.2 build logs.
+ * Remove patches applied upstream: undef_B0.diff.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 27 Jun 2013 14:04:21 -0300
diff --git a/debian/patches/series b/debian/patches/series
index 19257fb..5530e68 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-undef_B0.diff
deppath_gnu.diff
Rename-qAbs-Function-for-timeval.patch
diff --git a/debian/patches/undef_B0.diff b/debian/patches/undef_B0.diff
deleted file mode 100644
index 8be1571..0000000
--- a/debian/patches/undef_B0.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Undefine B0 macro defined also in the glibc headers
- Undefined B0 in qpagedpaintdevice.h too (already done in qprinter.h).
- No comment on using two letter capital identifiers as enum values in
- a public API.
-Author: Matthias Klose <matthias.klose@canonical.com>
-Author: Shawn Rutledge <shawn.rutledge@digia.com>
-Forwarded: https://codereview.qt-project.org/#change,48368
-Last-Update: 2013-04-08
-
-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