[Pkg-ocaml-maint-commits] [SCM] syslog-ocaml packaging branch, master, updated. debian/1.4-5-9-g8f65aba

Eric Cooper ecc at cmu.edu
Fri Feb 25 13:44:17 UTC 2011


The following commit has been merged in the master branch:
commit 8095fe83cde59cf649f978448b63db11fd8c8a57
Author: Eric Cooper <ecc at cmu.edu>
Date:   Wed Feb 23 17:56:00 2011 -0500

    improve package descriptions

diff --git a/debian/control b/debian/control
index ca62932..6e12918 100644
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,10 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends}
 Provides: ${ocaml:Provides}
-Description: syslog routines for OCaml
- This library implements a syslog client in Objective Caml.
+Description: syslog routines for OCaml (runtime)
+ This library provides syslog client functions for OCaml programs.
+ These functions are implemented almost entirely in OCaml, not as
+ bindings to the standard C library.
  .
  This package contains the shared runtime stub libraries.
 
@@ -37,8 +39,10 @@ Depends:
  ${shlibs:Depends}
 Provides: ${ocaml:Provides}
 Suggests: ocaml-findlib
-Description: syslog routines for OCaml
- This library implements a syslog client in Objective Caml.
+Description: syslog routines for OCaml (development files)
+ This library provides syslog client functions for OCaml programs.
+ These functions are implemented almost entirely in OCaml, not as
+ bindings to the standard C library.
  .
  This package contains the files needed to compile OCaml programs
  that use the syslog library.

-- 
syslog-ocaml packaging



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