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

Michael Biebl biebl at alioth.debian.org
Thu Apr 12 23:44:23 UTC 2007


Author: biebl
Date: 2007-04-12 23:44:22 +0000 (Thu, 12 Apr 2007)
New Revision: 1352

Modified:
   packages/unstable/dbus/debian/changelog
   packages/unstable/dbus/debian/control
   packages/unstable/dbus/debian/dbus.init
Log:
- Add (Short-)Description to LSB-init header
- Update package description. Remove the note about dbus being still under heavy development.
  Complete the list of existing bindings.


Modified: packages/unstable/dbus/debian/changelog
===================================================================
--- packages/unstable/dbus/debian/changelog	2007-04-12 23:06:38 UTC (rev 1351)
+++ packages/unstable/dbus/debian/changelog	2007-04-12 23:44:22 UTC (rev 1352)
@@ -8,6 +8,7 @@
   * debian/control
     + Add XS-Vcs-* fields.
     + Add myself to Uploaders.
+    + Update description.
   * debian/watch
     + Added. Allows to track upstream releases.
   * debian/dbus.init

Modified: packages/unstable/dbus/debian/control
===================================================================
--- packages/unstable/dbus/debian/control	2007-04-12 23:06:38 UTC (rev 1351)
+++ packages/unstable/dbus/debian/control	2007-04-12 23:44:22 UTC (rev 1352)
@@ -24,9 +24,7 @@
  XML.  D-Bus also supports a method call mapping for its messages, but
  it is not required; this makes using the system quite simple.
  .
- D-Bus is still under heavy development, but is expected to be widely
- used.  It comes with several interfaces, including GLib.  See the
- description of dbus-glib-1 for more information about those.
+ It comes with several bindings, including GLib, Python, Qt and Java.
  .
  This package contains the D-Bus daemon; the client-side library can
  be found in the libdbus-1-3 package, as it is no longer contained in
@@ -49,9 +47,7 @@
  XML.  D-Bus also supports a method call mapping for its messages, but
  it is not required; this makes using the system quite simple.
  .
- D-Bus is still under heavy development, but is expected to be widely
- used.  It comes with several interfaces, including GLib.  See the
- description of libdbus-glib-1-2 for more information about those.
+ It comes with several bindings, including GLib, Python, Qt and Java.
  .
  The daemon can be found in the dbus package.
 

Modified: packages/unstable/dbus/debian/dbus.init
===================================================================
--- packages/unstable/dbus/debian/dbus.init	2007-04-12 23:06:38 UTC (rev 1351)
+++ packages/unstable/dbus/debian/dbus.init	2007-04-12 23:44:22 UTC (rev 1352)
@@ -5,6 +5,9 @@
 # Required-Stop:     $local_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      S 0 1 6
+# Short-Description: D-Bus systemwide message bus
+# Description:       D-Bus is a simple interprocess messaging system, used
+#                    for sending messages between applications.
 ### END INIT INFO
 # -*- coding: utf-8 -*-
 # Debian init.d script for D-BUS




More information about the Pkg-utopia-commits mailing list