[Pkg-ocaml-maint-commits] [SCM] obus packaging branch, master, updated. upstream/1.0.rc1-2-g97a66c4

Stephane Glondu steph at glondu.net
Fri Oct 16 08:16:26 UTC 2009


The following commit has been merged in the master branch:
commit 97a66c46b5aadfad2d7d2adba4144351f79da49b
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Oct 16 10:15:01 2009 +0200

    Description --verbose and s/DBus/D-Bus/

diff --git a/debian/control b/debian/control
index 8fa3ace..148a82b 100644
--- a/debian/control
+++ b/debian/control
@@ -25,11 +25,17 @@ Provides: ${ocaml:Provides}
 Recommends:
  ocaml-findlib,
  libobus-ocaml-bin
-Description: pure OCaml implementation of DBus (development files)
- OBus is a pure OCaml implementation of DBus. It aims to provide a
- clean and easy way for OCaml programmers to access and provide DBus
+Description: pure OCaml implementation of D-Bus (development files)
+ OBus is a pure OCaml implementation of D-Bus. It aims to provide a
+ clean and easy way for OCaml programmers to access and provide D-Bus
  services.
  .
+ D-Bus is a message bus, used for sending messages between
+ applications. It supports broadcast messages, asynchronous messages
+ (thus decreasing latency), authentication, and more. It is designed
+ to be low-overhead. D-Bus also supports a method call mapping for its
+ messages.
+ .
  This package contains development files of OBus.
 
 Package: libobus-ocaml
@@ -39,9 +45,9 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends}
 Provides: ${ocaml:Provides}
-Description: pure OCaml implementation of DBus (runtime)
- OBus is a pure OCaml implementation of DBus. It aims to provide a
- clean and easy way for OCaml programmers to access and provide DBus
+Description: pure OCaml implementation of D-Bus (runtime)
+ OBus is a pure OCaml implementation of D-Bus. It aims to provide a
+ clean and easy way for OCaml programmers to access and provide D-Bus
  services.
  .
  This package contains dynamically loadable plugins of OBus.
@@ -53,9 +59,9 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends}
 Recommends: libobus-ocaml-dev
-Description: pure OCaml implementation of DBus (command-line tools)
- OBus is a pure OCaml implementation of DBus. It aims to provide a
- clean and easy way for OCaml programmers to access and provide DBus
+Description: pure OCaml implementation of D-Bus (command-line tools)
+ OBus is a pure OCaml implementation of D-Bus. It aims to provide a
+ clean and easy way for OCaml programmers to access and provide D-Bus
  services.
  .
  This package contains command-line tools useful for using OBus.

-- 
obus packaging



More information about the Pkg-ocaml-maint-commits mailing list