[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:02 UTC 2009


The following commit has been merged in the master branch:
commit abb459796b9d5db7876a87d19c60f21c1c01f129
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun Feb 22 18:25:11 2009 +0100

    add missing ${misc:Depends} to -dev library package

diff --git a/debian/changelog b/debian/changelog
index 0d8e188..19231c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ postgresql-ocaml (1.7.0-4) UNRELEASED; urgency=low
     - drop obsolete versioned dependencies
   * debian/control
     - bump standards-version to 3.8.0 (no changes needed)
+    - add missing ${misc:Depends} to -dev library package
   * bump debhelper compatibility level to 7
 
   [ Stephane Glondu ]
diff --git a/debian/control b/debian/control
index 30eb7df..0e1f678 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Depends:
  ocaml-nox-${F:OCamlABI},
  ocaml-findlib,
  libpq-dev,
- libpostgresql-ocaml (= ${binary:Version})
+ libpostgresql-ocaml (= ${binary:Version}),
+ ${misc:Depends}
 Suggests: ocamlmakefile
 Description: OCaml bindings to PostgreSQL's libpq
  This OCaml-library provides an interface to PostgreSQL, an

-- 
postgresql-ocaml packaging



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