[Pkg-ocaml-maint-commits] [SCM] pgocaml packaging branch, master, updated. upstream/1.3-7-gccd5bea

Guillaume Yziquel guillaume.yziquel at citycable.ch
Thu Jun 11 21:50:45 UTC 2009


The following commit has been merged in the master branch:
commit ccd5beae9c7bb1e17c08fe2fc0723e7ff11c7add
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Thu Jun 11 23:46:54 2009 +0200

    Standards is now 3.8.1, and OCaml is spellt correctly.

diff --git a/debian/control b/debian/control
index ea82de4..c46c10d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: cdbs (>= 0.4.52), debhelper (>= 7), dpatch, dh-ocaml,
  ocaml-nox (>=3.11), camlp4 (>=3.11), ocaml-findlib,
  libextlib-ocaml-dev, libpcre-ocaml-dev,
  libcsv-ocaml-dev, libcalendar-ocaml-dev (>= 2)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://developer.berlios.de/projects/pgocaml/
 
 Package: libpgocaml-ocaml-dev
@@ -19,10 +19,10 @@ Depends: ocaml-base-nox-${F:OCamlABI},
  ${misc:Depends}
 Recommends: ocaml-findlib, postgresql (>= 7.4)
 Description: OCaml type-safe bindings for PostgreSQL
- 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
+ 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
  PostgreSQL to obtain type information about the database. This allows PG'OCaml
  to check at compile-time if the program is indeed consistent with the database
  structure. This type-safe database access is the primary advantage that PG'OCaml
- has over other PostgreSQL bindings for Ocaml.
+ has over other PostgreSQL bindings for OCaml.

-- 
pgocaml packaging



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