From: Stephane Glondu Date: Sat, 7 Nov 2009 01:50:00 +0000 (+0100) Subject: Exclude compiler-libs for export calculation (Closes: #554871) X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~381 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b9b2865638e698e411100181761c9f21bda0a9a;p=ocaml.git Exclude compiler-libs for export calculation (Closes: #554871) --- diff --git a/debian/changelog b/debian/changelog index 718648b2..4da0c78c 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 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 811cd4c1..2694a5c8 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