[Pkg-utopia-commits] r656 - in packages/unstable/dbus/debian: . patches

Sjoerd Simons sjoerd at costa.debian.org
Fri Feb 24 21:09:53 UTC 2006


Author: sjoerd
Date: 2006-02-24 21:09:51 +0000 (Fri, 24 Feb 2006)
New Revision: 656

Added:
   packages/unstable/dbus/debian/patches/dbus-qt-buildfix.patch
Modified:
   packages/unstable/dbus/debian/changelog
Log:
* New upstream release
* debian/patches/dbus-qt-buildfix.patch 
  + Added. Fix compilation of the Qt bindings.

Modified: packages/unstable/dbus/debian/changelog
===================================================================
--- packages/unstable/dbus/debian/changelog	2006-02-24 21:00:57 UTC (rev 655)
+++ packages/unstable/dbus/debian/changelog	2006-02-24 21:09:51 UTC (rev 656)
@@ -1,6 +1,6 @@
 dbus (0.61-1) unstable; urgency=medium
 
-  * New upstream release 
+  * New upstream release
   * debian/patches/dbus-0.60-mono-arguments-fix.diff
     - Removed. Fixed upstream
   * debian/patches/dbus-0.60-mono-return-null-fix.diff
@@ -12,8 +12,10 @@
   * Update cli-common depend to >= 0.2.0. Older versions have known bugs
   * Let binary-predeb/libdbus-1-cil:: depend on
     common-binary-post-install-arch, so dh_clideps can do it's work correctly.
+  * debian/patches/dbus-qt-buildfix.patch 
+    + Added. Fix compilation of the Qt bindings.
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 24 Feb 2006 20:40:46 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 24 Feb 2006 22:09:17 +0100
 
 dbus (0.60-6) unstable; urgency=low
 

Added: packages/unstable/dbus/debian/patches/dbus-qt-buildfix.patch
===================================================================
--- packages/unstable/dbus/debian/patches/dbus-qt-buildfix.patch	2006-02-24 21:00:57 UTC (rev 655)
+++ packages/unstable/dbus/debian/patches/dbus-qt-buildfix.patch	2006-02-24 21:09:51 UTC (rev 656)
@@ -0,0 +1,30 @@
+Index: qt/qdbustype.h
+===================================================================
+RCS file: /cvs/dbus/dbus/qt/qdbustype.h,v
+retrieving revision 1.1
+diff -u -r1.1 qdbustype.h
+--- qt/qdbustype.h	15 Feb 2006 16:25:12 -0000	1.1
++++ qt/qdbustype.h	24 Feb 2006 21:09:10 -0000
+@@ -31,6 +31,7 @@
+ #include <QtCore/qlist.h>
+ #include "qdbusmacros.h"
+ #include <dbus/dbus.h>
++#include <dbus/dbus-signature.h>
+ 
+ // forward declaration
+ class QDBusTypeList;
+Index: qt/qdbusutil.cpp
+===================================================================
+RCS file: /cvs/dbus/dbus/qt/qdbusutil.cpp,v
+retrieving revision 1.1
+diff -u -r1.1 qdbusutil.cpp
+--- qt/qdbusutil.cpp	15 Feb 2006 16:25:12 -0000	1.1
++++ qt/qdbusutil.cpp	24 Feb 2006 21:09:10 -0000
+@@ -24,6 +24,7 @@
+ #include "qdbusutil.h"
+ 
+ #include <dbus/dbus.h>
++#include <dbus/dbus-signature.h>
+ 
+ #include <QtCore/qstringlist.h>
+ #include <QtCore/qregexp.h>




More information about the Pkg-utopia-commits mailing list