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

Sjoerd Simons sjoerd at costa.debian.org
Thu Sep 7 21:35:07 UTC 2006


Author: sjoerd
Date: 2006-09-07 21:35:06 +0000 (Thu, 07 Sep 2006)
New Revision: 1000

Added:
   packages/unstable/dbus/debian/patches/00_expand_bindir.patch
Modified:
   packages/unstable/dbus/debian/changelog
Log:
* Upload to unstable
* debian/patches/00_expand_bindir.patch
  - Added. Ensure the expanded version of $bindir is used for the
  DBUS_DAEMONDIR define. Fixes useless warning from dbus-launch (From
  upstream CVS)

Modified: packages/unstable/dbus/debian/changelog
===================================================================
--- packages/unstable/dbus/debian/changelog	2006-09-07 21:33:08 UTC (rev 999)
+++ packages/unstable/dbus/debian/changelog	2006-09-07 21:35:06 UTC (rev 1000)
@@ -1,3 +1,13 @@
+dbus (0.92-2) unstable; urgency=low
+
+  * Upload to unstable
+  * debian/patches/00_expand_bindir.patch
+    - Added. Ensure the expanded version of $bindir is used for the
+    DBUS_DAEMONDIR define. Fixes useless warning from dbus-launch (From
+    upstream CVS)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu,  7 Sep 2006 20:30:05 +0200
+
 dbus (0.92-1) experimental; urgency=low
 
   * New upstream release 
@@ -34,8 +44,6 @@
 
  -- Sjoerd Simons <sjoerd at debian.org>  Mon, 31 Jul 2006 14:50:05 +0200
 
-
-
 dbus (0.62-5) unstable; urgency=low
 
   * Update python-dbus to the new Python Policy

Added: packages/unstable/dbus/debian/patches/00_expand_bindir.patch
===================================================================
--- packages/unstable/dbus/debian/patches/00_expand_bindir.patch	                        (rev 0)
+++ packages/unstable/dbus/debian/patches/00_expand_bindir.patch	2006-09-07 21:35:06 UTC (rev 1000)
@@ -0,0 +1,22 @@
+--- dbus-0.92.orig/configure
++++ dbus-0.92/configure
+@@ -26468,7 +28962,7 @@
+ 
+ #### Directory to install dbus-daemon
+ if test -z "$with_dbus_daemondir" ; then
+-    DBUS_DAEMONDIR="${bindir}"
++    DBUS_DAEMONDIR=$EXPANDED_BINDIR
+ else
+     DBUS_DAEMONDIR=$with_dbus_daemondir
+ fi
+--- dbus-0.92.orig/configure.in
++++ dbus-0.92/configure.in
+@@ -995,7 +995,7 @@
+ 
+ #### Directory to install dbus-daemon
+ if test -z "$with_dbus_daemondir" ; then
+-    DBUS_DAEMONDIR="${bindir}"
++    DBUS_DAEMONDIR=$EXPANDED_BINDIR
+ else
+     DBUS_DAEMONDIR=$with_dbus_daemondir
+ fi




More information about the Pkg-utopia-commits mailing list