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

Sjoerd Simons sjoerd at costa.debian.org
Tue Jun 20 17:37:22 UTC 2006


Author: sjoerd
Date: 2006-06-20 17:37:21 +0000 (Tue, 20 Jun 2006)
New Revision: 860

Added:
   packages/unstable/dbus/debian/patches/dbus-no-qt4-examples.patch
Modified:
   packages/unstable/dbus/debian/changelog
Log:
Added debian/patches/dbus-no-qt4-examples.patch to disable building of the qt4 examples

Modified: packages/unstable/dbus/debian/changelog
===================================================================
--- packages/unstable/dbus/debian/changelog	2006-06-20 16:01:54 UTC (rev 859)
+++ packages/unstable/dbus/debian/changelog	2006-06-20 17:37:21 UTC (rev 860)
@@ -1,7 +1,7 @@
 dbus (0.62-1) unstable; urgency=low
 
   * New upstream release
-  * Remove Daniel Stone from uploaders at his request.
+  * Remove Daniel Stone from uploaders on his request.
   * debian/dbus.init: Remove the sleep 1 when restarting. It's not needed as
     the start-stop-daemon --retry option is used to shut dbus down
   * Removed patched that aren't needed anymore:
@@ -14,8 +14,10 @@
     + debian/patches/dbus-pendingcall-deadlock.patch
   * debian/patches/dbus-update-automake.patch
     + Updated
+  * debian/patches/dbus-no-qt4-examples.patch
+    + Added. Quick hack to disable the building of the qt4 example binaries.
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 18 Jun 2006 20:30:13 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 20 Jun 2006 19:35:46 +0200
 
 dbus (0.61-6) unstable; urgency=low
 

Added: packages/unstable/dbus/debian/patches/dbus-no-qt4-examples.patch
===================================================================
--- packages/unstable/dbus/debian/patches/dbus-no-qt4-examples.patch	2006-06-20 16:01:54 UTC (rev 859)
+++ packages/unstable/dbus/debian/patches/dbus-no-qt4-examples.patch	2006-06-20 17:37:21 UTC (rev 860)
@@ -0,0 +1,27 @@
+diff -Nur dbus-0.62/qt/Makefile.am dbus-0.62.new/qt/Makefile.am
+--- dbus-0.62/qt/Makefile.am	2006-06-08 12:31:04.000000000 +0200
++++ dbus-0.62.new/qt/Makefile.am	2006-06-20 18:56:54.000000000 +0200
+@@ -1,7 +1,7 @@
+-DIST_SUBDIRS = dbus src tools examples
++DIST_SUBDIRS = dbus src tools 
+ 
+ if HAVE_QT
+-QT_SUBDIRS = src tools examples
++QT_SUBDIRS = src tools 
+ endif
+ 
+ SUBDIRS = $(QT_SUBDIRS)
+diff -Nur dbus-0.62/qt/Makefile.in dbus-0.62.new/qt/Makefile.in
+--- dbus-0.62/qt/Makefile.in	2006-06-12 14:26:07.000000000 +0200
++++ dbus-0.62.new/qt/Makefile.in	2006-06-20 18:56:39.000000000 +0200
+@@ -320,8 +320,8 @@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+-DIST_SUBDIRS = dbus src tools examples
+- at HAVE_QT_TRUE@QT_SUBDIRS = src tools examples
++DIST_SUBDIRS = dbus src tools 
++ at HAVE_QT_TRUE@QT_SUBDIRS = src tools 
+ SUBDIRS = $(QT_SUBDIRS)
+ EXTRA_DIST = qt-dbus.qdocconf
+ all: all-recursive




More information about the Pkg-utopia-commits mailing list