[Pkg-ocaml-maint-commits] [SCM] pgocaml packaging branch, master, updated. upstream/1.3-11-g957e423
Guillaume Yziquel
guillaume.yziquel at citycable.ch
Fri Jun 12 00:50:32 UTC 2009
The following commit has been merged in the master branch:
commit 957e423de8f63b45170c495946cf87a033a5bffc
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date: Fri Jun 12 02:46:11 2009 +0200
PostgreSQL dependency tagged as Suggests in control file.
diff --git a/debian/control b/debian/control
index 20ccd34..684b2dd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,30 @@ Priority: optional
Maintainer: "Debian OCaml Maintainers" <debian-ocaml-maint at lists.debian.org>
Uploader: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
DM-Upload-Allowed: yes
-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)
+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.1
Homepage: http://developer.berlios.de/projects/pgocaml/
Package: libpgocaml-ocaml-dev
Architecture: any
Depends: ocaml-base-nox-${F:OCamlABI},
- libextlib-ocaml-dev, libpcre-ocaml-dev,
- libcsv-ocaml-dev, libcalendar-ocaml-dev (>= 2),
+ libextlib-ocaml-dev,
+ libpcre-ocaml-dev,
+ libcsv-ocaml-dev,
+ libcalendar-ocaml-dev (>= 2),
${misc:Depends}
-Recommends: ocaml-findlib, postgresql (>= 7.4)
+Recommends: ocaml-findlib
+Suggests: 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
--
pgocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list