[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.1-5-5-g9688ab7

Mehdi Dogguy mehdi at debian.org
Sat Dec 26 19:47:20 UTC 2009


The following commit has been merged in the master branch:
commit a061cfb531fc202db7ba53a92d095121da6edddb
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sat Dec 26 18:33:39 2009 +0100

    Ingore camlp4-extra when computing deps

diff --git a/debian/changelog b/debian/changelog
index ffaf149..f8ffd9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ocaml (3.11.1-6) unstable; urgency=low
 
   * camlp4-extra:
     - Add cma files back into the package (Requested by users).
+  * debian/rules:
+    - Do not compute dependencies for camlp4-extra
 
  -- Mehdi Dogguy <mehdi at debian.org>  Wed, 16 Dec 2009 13:21:56 +0100
 
diff --git a/debian/rules b/debian/rules
index 3ef35f4..2916499 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 -Xcompiler-libs \
+	dh_ocaml -Xcompiler-libs -Xcamlp4-extra \
 	 --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