[Pkg-ocaml-maint-commits] [SCM] pgocaml packaging branch, master, updated. upstream/1.3-19-g8178b80
Guillaume Yziquel
guillaume.yziquel at citycable.ch
Wed Jun 17 21:22:36 UTC 2009
The following commit has been merged in the master branch:
commit 8178b80de722b133bc39e0d985590eb3bfd4d442
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date: Wed Jun 17 23:18:53 2009 +0200
Fixing ${shlibs:Depends}.
diff --git a/debian/control b/debian/control
index 1a0ddf6..733aa68 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,8 @@ Package: libpgocaml-ocaml-dev
Architecture: any
Depends: ocaml-base-nox-${F:OCamlABI},
libpgocaml-ocaml,
- ${misc:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
Recommends: ocaml-findlib
Suggests: postgresql (>= 7.4)
Description: OCaml type-safe bindings for PostgreSQL
--
pgocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list