The following commit has been merged in the master branch:
commit bbaaca697e5c4bb2b7edf1eae9d0e0aa42077f25
Author: Mehdi Dogguy <me...@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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to