[Pkg-ocaml-maint-commits] [SCM] postgresql-ocaml packaging branch, master, updated. debian/1.7.0-3-18-g17fd15e
Stefano Zacchiroli
zack at upsilon.cc
Sun Feb 22 17:49:01 UTC 2009
The following commit has been merged in the master branch:
commit 875781d6bc5824d6f693f6c1ec40ac7083de7dcd
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Sun Feb 22 18:24:47 2009 +0100
rebuild against OCaml 3.11
diff --git a/debian/changelog b/debian/changelog
index ce53178..0d8e188 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
postgresql-ocaml (1.7.0-4) UNRELEASED; urgency=low
[ Stefano Zacchiroli ]
- * fix vcs-svn field to point just above the debian/ dir
+ * rebuild against OCaml 3.11
+ - bump build-deps accordingly
+ - drop obsolete versioned dependencies
* debian/control
- bump standards-version to 3.8.0 (no changes needed)
* bump debhelper compatibility level to 7
diff --git a/debian/control b/debian/control
index 812710b..30eb7df 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Stefano Zacchiroli <zack at debian.org>
Build-Depends:
debhelper (>= 7),
- ocaml-nox (>= 3.10.0-4),
+ ocaml-nox (>= 3.11),
ocaml-findlib (>= 1.1),
libpq-dev,
dpatch,
@@ -18,7 +18,11 @@ Homepage: http://www.ocaml.info/home/ocaml_sources.html#postgresql-ocaml
Package: libpostgresql-ocaml-dev
Architecture: any
Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.1), libpq-dev, libpostgresql-ocaml (= ${binary:Version})
+Depends:
+ ocaml-nox-${F:OCamlABI},
+ ocaml-findlib,
+ libpq-dev,
+ libpostgresql-ocaml (= ${binary:Version})
Suggests: ocamlmakefile
Description: OCaml bindings to PostgreSQL's libpq
This OCaml-library provides an interface to PostgreSQL, an
@@ -33,7 +37,10 @@ Description: OCaml bindings to PostgreSQL's libpq
Package: libpostgresql-ocaml
Architecture: any
Section: libs
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ocaml-base-nox-${F:OCamlABI},
+ ${shlibs:Depends},
+ ${misc:Depends}
Description: OCaml bindings to PostgreSQL's libpq
This OCaml-library provides an interface to PostgreSQL, an
efficient and reliable, open source, relational database.
--
postgresql-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list