[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:04 UTC 2009
The following commit has been merged in the master branch:
commit 38b00c17baa0c23996e46580edb833b956471e8f
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Sun Feb 22 18:28:49 2009 +0100
debian/*.dirs.in: use explicit substitution variables instead of making assumption on stdlib dir location
diff --git a/debian/changelog b/debian/changelog
index af27cdb..41c1eaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ postgresql-ocaml (1.7.0-4) UNRELEASED; urgency=low
- add missing ${misc:Depends} to -dev library package
- add build-dep on dh-ocaml, which now ships the CDBS class
* debian/rules: use ocaml.mk as a "rules" CDBS snippet
+ * debian/*.dirs.in: use explicit substitution variables instead of
+ making assumption on stdlib dir location
* bump debhelper compatibility level to 7
[ Stephane Glondu ]
diff --git a/debian/libpostgresql-ocaml-dev.dirs.in b/debian/libpostgresql-ocaml-dev.dirs.in
index 92126d8..cc51687 100644
--- a/debian/libpostgresql-ocaml-dev.dirs.in
+++ b/debian/libpostgresql-ocaml-dev.dirs.in
@@ -1 +1 @@
-usr/lib/ocaml/@OCamlABI@
+ at OCamlStdlibDir@
diff --git a/debian/libpostgresql-ocaml.dirs.in b/debian/libpostgresql-ocaml.dirs.in
index b9e0896..a8131b4 100644
--- a/debian/libpostgresql-ocaml.dirs.in
+++ b/debian/libpostgresql-ocaml.dirs.in
@@ -1 +1 @@
-usr/lib/ocaml/@OCamlABI@/stublibs
+ at OCamlDllDir@
--
postgresql-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list