[Pkg-ocaml-maint-commits] [SCM] pgocaml packaging branch, master, updated. debian/1.4-1-7-gf1be592

Mehdi Dogguy mehdi at debian.org
Wed Jan 4 20:23:00 UTC 2012


The following commit has been merged in the master branch:
commit bbaaca697e5c4bb2b7edf1eae9d0e0aa42077f25
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Wed Jan 4 21:14:35 2012 +0100

    Fix duplicate-short-description

diff --git a/debian/control b/debian/control
index a0ba5b6..5243c89 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Depends: libpgocaml-ocaml (= ${binary:Version}),
 Provides: ${ocaml:Provides}
 Recommends: ocaml-findlib
 Suggests: postgresql (>= 7.4)
-Description: OCaml type-safe bindings for PostgreSQL
+Description: OCaml type-safe bindings for PostgreSQL (development)
  PG'OCaml provides an interface to PostgreSQL databases for OCaml applications.
  It uses Camlp4 to extend the OCaml syntax, enabling one to directly embed SQL
  statements inside the OCaml code. Moreover, it uses the describe feature of
@@ -58,7 +58,7 @@ Recommends: ocaml-findlib
 Suggests: postgresql (>= 7.4)
 Conflicts: libpgocaml-ocaml-dev (<< 1.3-3)
 Replaces: libpgocaml-ocaml-dev (<< 1.3-3)
-Description: OCaml type-safe bindings for PostgreSQL
+Description: OCaml type-safe bindings for PostgreSQL (runtime)
  PG'OCaml provides an interface to PostgreSQL databases for OCaml applications.
  It uses Camlp4 to extend the OCaml syntax, enabling one to directly embed SQL
  statements inside the OCaml code. Moreover, it uses the describe feature of

-- 
pgocaml packaging



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