[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.1-3-1-g8b9b286

Stephane Glondu steph at glondu.net
Sat Nov 7 02:11:49 UTC 2009


The following commit has been merged in the master branch:
commit 8b9b2865638e698e411100181761c9f21bda0a9a
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Nov 7 02:50:00 2009 +0100

    Exclude compiler-libs for export calculation (Closes: #554871)

diff --git a/debian/changelog b/debian/changelog
index 718648b..4da0c78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml (3.11.1-4) unstable; urgency=low
+
+  * Exclude compiler-libs from exported modules (Closes: #554871)
+
+ -- Stéphane Glondu <glondu at debian.org>  Sat, 07 Nov 2009 02:49:50 +0100
+
 ocaml (3.11.1-3) unstable; urgency=low
 
   [ Mehdi Dogguy ]
diff --git a/debian/rules b/debian/rules
index 811cd4c..2694a5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -231,7 +231,7 @@ endif
 	# Create .md5sums files and compute dependencies. Use
 	# $(OCAML_ABI) because we know that OCaml ABI represents
 	# best dependencies for OCaml package.
-	dh_ocaml \
+	dh_ocaml -Xcompiler-libs \
 	 --runtime-map ocaml-nox:ocaml-base-nox,ocaml:ocaml-base,camlp4 \
 	 --checksum $(OCAML_ABI)
 	dh_gencontrol

-- 
OCaml packaging



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