[Pkg-utopia-commits] r678 - in packages/unstable/dbus/debian: .
patches
Sjoerd Simons
sjoerd at costa.debian.org
Mon Feb 27 23:58:44 UTC 2006
Author: sjoerd
Date: 2006-02-27 23:58:44 +0000 (Mon, 27 Feb 2006)
New Revision: 678
Added:
packages/unstable/dbus/debian/patches/dbus-qt-endianness.patch
Modified:
packages/unstable/dbus/debian/changelog
Log:
* debian/patches/dbus-qt-endianness.patch
+ Added. include <sys/param.h> for __BYTE_ORDER. Fixes compile errors on
big-endian
Modified: packages/unstable/dbus/debian/changelog
===================================================================
--- packages/unstable/dbus/debian/changelog 2006-02-27 22:41:17 UTC (rev 677)
+++ packages/unstable/dbus/debian/changelog 2006-02-27 23:58:44 UTC (rev 678)
@@ -1,3 +1,11 @@
+dbus (0.61-2) unstable; urgency=low
+
+ * debian/patches/dbus-qt-endianness.patch
+ + Added. include <sys/param.h> for __BYTE_ORDER. Fixes compile errors on
+ big-endian
+
+ -- Sjoerd Simons <sjoerd at debian.org> Tue, 28 Feb 2006 00:58:05 +0100
+
dbus (0.61-1) unstable; urgency=medium
* New upstream release
Added: packages/unstable/dbus/debian/patches/dbus-qt-endianness.patch
===================================================================
--- packages/unstable/dbus/debian/patches/dbus-qt-endianness.patch 2006-02-27 22:41:17 UTC (rev 677)
+++ packages/unstable/dbus/debian/patches/dbus-qt-endianness.patch 2006-02-27 23:58:44 UTC (rev 678)
@@ -0,0 +1,17 @@
+Index: qt/qdbusintegrator.cpp
+===================================================================
+RCS file: /cvs/dbus/dbus/qt/qdbusintegrator.cpp,v
+retrieving revision 1.3
+diff -u -r1.3 qdbusintegrator.cpp
+--- qt/qdbusintegrator.cpp 20 Feb 2006 13:23:11 -0000 1.3
++++ qt/qdbusintegrator.cpp 27 Feb 2006 23:57:57 -0000
+@@ -22,6 +22,9 @@
+ *
+ */
+
++/* For endianess definitions */
++#include <sys/param.h>
++
+ #include <qcoreapplication.h>
+ #include <qcoreevent.h>
+ #include <qdebug.h>
More information about the Pkg-utopia-commits
mailing list