[Pkg-ocaml-maint-commits] [SCM] postgresql-ocaml packaging branch, master, updated. debian/1.12.1-1-6-g453ef92

Stephane Glondu steph at glondu.net
Mon Oct 5 23:08:59 UTC 2009


The following commit has been merged in the master branch:
commit 5514e1d0002d5c3f3f7186f2102efa0f93208ba8
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Oct 6 01:00:46 2009 +0200

    Switch packaging to dh-ocaml 0.9

diff --git a/debian/control b/debian/control
index d3edbf7..bd8ca2f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,11 @@ Uploaders:
  Stefano Zacchiroli <zack at debian.org>
 Build-Depends:
  debhelper (>= 7),
- ocaml-nox (>= 3.11),
- ocaml-findlib (>= 1.2.4),
+ ocaml-nox (>= 3.11.1-3~),
+ ocaml-findlib (>= 1.2.5),
  libpq-dev,
  quilt,
- dh-ocaml (>= 0.4),
+ dh-ocaml (>= 0.9),
  cdbs
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/postgresql-ocaml.git
@@ -22,12 +22,13 @@ Homepage: http://www.ocaml.info/home/ocaml_sources.html#postgresql-ocaml
 Package: libpostgresql-ocaml-dev
 Architecture: any
 Depends:
- ocaml-nox-${F:OCamlABI},
- ocaml-findlib,
  libpq-dev,
- libpostgresql-ocaml (= ${binary:Version}),
+ ${ocaml:Depends},
+ ${shlibs:Depends},
  ${misc:Depends}
+Provides: ${ocaml:Provides}
 Suggests: ocamlmakefile
+Recommends: ocaml-findlib
 Description: OCaml bindings to PostgreSQL's libpq
  This OCaml-library provides an interface to PostgreSQL, an
  efficient and reliable, open source, relational database.
@@ -41,9 +42,10 @@ Description: OCaml bindings to PostgreSQL's libpq
 Package: libpostgresql-ocaml
 Architecture: any
 Depends:
- ocaml-base-nox-${F:OCamlABI},
+ ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}
+Provides: ${ocaml:Provides}
 Breaks: nurpawiki (<< 1.2.3-2~)
 Replaces: libpostgresql-ocaml-dev (<< 1.11.1)
 Conflicts: libpostgresql-ocaml-dev (<< 1.11.1)
diff --git a/debian/libpostgresql-ocaml-dev.ocamldoc b/debian/libpostgresql-ocaml-dev.ocamldoc
new file mode 100644
index 0000000..1bfdd46
--- /dev/null
+++ b/debian/libpostgresql-ocaml-dev.ocamldoc
@@ -0,0 +1 @@
+# This file must not be empty to be represented in .diff.gz!

-- 
postgresql-ocaml packaging



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