[Pkg-utopia-commits] r1054 - packages/unstable/dbus/debian

Riccardo Setti giskard-guest at costa.debian.org
Sat Oct 7 14:29:19 UTC 2006


Author: giskard-guest
Date: 2006-10-07 14:29:18 +0000 (Sat, 07 Oct 2006)
New Revision: 1054

Modified:
   packages/unstable/dbus/debian/changelog
   packages/unstable/dbus/debian/control
   packages/unstable/dbus/debian/dbus.init
Log:
* Fixed dbus description. (closes: #388186)
* Improved dbus.init script. (closes: #384859)
  - Patch from David H?\195?\164rdeman <david at 2gen.com 


Modified: packages/unstable/dbus/debian/changelog
===================================================================
--- packages/unstable/dbus/debian/changelog	2006-10-02 19:08:38 UTC (rev 1053)
+++ packages/unstable/dbus/debian/changelog	2006-10-07 14:29:18 UTC (rev 1054)
@@ -1,3 +1,11 @@
+dbus (0.93-2) unstable; urgency=low
+
+  * Fixed dbus description. (closes: #388186)
+  * Improved dbus.init script. (closes: #384859)
+    - Patch from David Härdeman <david at 2gen.com 
+  
+ -- Riccardo Setti <giskard at debian.org>  Sat,  7 Oct 2006 15:37:10 +0200
+
 dbus (0.93-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/unstable/dbus/debian/control
===================================================================
--- packages/unstable/dbus/debian/control	2006-10-02 19:08:38 UTC (rev 1053)
+++ packages/unstable/dbus/debian/control	2006-10-07 14:29:18 UTC (rev 1054)
@@ -8,7 +8,7 @@
 
 Package: dbus
 Architecture: any
-Depends: ${shlibs:Depends}, adduser, debianutils (>= 1.22.0), lsb-base (>= 3.0)
+Depends: ${shlibs:Depends}, adduser, debianutils (>= 1.22.0), lsb-base (>= 3.1)
 Conflicts: libdbus0, dbus-1, dbus-1-utils (<< 0.50-2), libdbus-1-1
 Replaces: libdbus0, dbus-1
 Description: simple interprocess messaging system
@@ -27,7 +27,7 @@
  description of dbus-glib-1 for more information about those.
  .
  This package contains the D-Bus daemon; the client-side library can
- be found in the libdbus-1-2 package, as it is no longer contained in
+ be found in the libdbus-1-3 package, as it is no longer contained in
  this package.
 
 Package: libdbus-1-3

Modified: packages/unstable/dbus/debian/dbus.init
===================================================================
--- packages/unstable/dbus/debian/dbus.init	2006-10-02 19:08:38 UTC (rev 1053)
+++ packages/unstable/dbus/debian/dbus.init	2006-10-07 14:29:18 UTC (rev 1054)
@@ -77,12 +77,12 @@
 
 reload_it()
 {
-  log_begin_msg "Reloading $DESC config"
+  log_action_begin_msg "Reloading $DESC config"
   dbus-send --print-reply --system --type=method_call \
             --dest=org.freedesktop.DBus \
             / org.freedesktop.DBus.ReloadConfig > /dev/null
   # hopefully this is enough time for dbus to reload it's config file.
-  log_end_msg $?
+  log_action_end_msg $?
 }
 
 case "$1" in
@@ -101,7 +101,7 @@
   ;;
   *)
     echo "Usage: /etc/init.d/$NAME {start|stop|reload|restart|force-reload}" >&2
-    exit 1
+    exit 2
   ;;
 esac
 




More information about the Pkg-utopia-commits mailing list