[Pkg-utopia-commits] r355 - packages/experimental/dbus/debian

Sjoerd Simons sjoerd at costa.debian.org
Wed Nov 9 19:13:29 UTC 2005


Author: sjoerd
Date: 2005-11-09 19:13:28 +0000 (Wed, 09 Nov 2005)
New Revision: 355

Modified:
   packages/experimental/dbus/debian/changelog
   packages/experimental/dbus/debian/dbus.init
Log:
* Add lsb initscript info
* Because dbus-send and dbus-launch have moved, so no more X dependency for
  dbus-send :)


Modified: packages/experimental/dbus/debian/changelog
===================================================================
--- packages/experimental/dbus/debian/changelog	2005-11-09 19:00:47 UTC (rev 354)
+++ packages/experimental/dbus/debian/changelog	2005-11-09 19:13:28 UTC (rev 355)
@@ -2,9 +2,9 @@
 
   * maintainance is actually spelled "maintenance" (Closes: #332238)
   * Disable --enable-verbose because of the big performance hit
-  * Move dbus-launch and dbus-send into the dbus package
+  * Move dbus-binding-tool from dbus-1-utils to libdbus-glib-1-dev
+  * Move dbus-launch and dbus-send into the dbus package (Closes: #337212)
   * Move the /etc/X11/Xsession.d/ script from dbus-1-utils to dbus
-  * Move dbus-binding-tool from dbus-1-utils to libdbus-glib-1-dev
   * Add reload function to the init script
   * Use log_daemon_msg instead of log_begin_msg in the init script where
     applicable
@@ -12,9 +12,10 @@
     + Added. Send a reply message when org.freedesktop.DBus.ReloadConfig is
       called
   * Prefix the long description of monodoc-dubs-1-manual with one space
-    instead of two (Closes: #337032) 
+    instead of two (Closes: #337032)
+  * Add LSB formatted dependency info in the init script (Closes: #337644)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Wed,  9 Nov 2005 19:59:50 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed,  9 Nov 2005 20:02:09 +0100
 
 dbus (0.50-1) experimental; urgency=low
 

Modified: packages/experimental/dbus/debian/dbus.init
===================================================================
--- packages/experimental/dbus/debian/dbus.init	2005-11-09 19:00:47 UTC (rev 354)
+++ packages/experimental/dbus/debian/dbus.init	2005-11-09 19:13:28 UTC (rev 355)
@@ -1,4 +1,11 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:          dbus
+# Required-Start:    $local_fs $syslog
+# Required-Stop:     $local_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      S 0 1 6
+### END INIT INFO
 # -*- coding: utf-8 -*-
 # Debian init.d script for D-BUS
 # Copyright © 2003 Colin Walters <walters at debian.org>




More information about the Pkg-utopia-commits mailing list