[Pkg-ocaml-maint-commits] [SCM] mlpost packaging branch, master, updated. debian/0.8.1-1-1-gcb6a1cb

Stephane Glondu steph at glondu.net
Mon May 24 15:40:56 UTC 2010


The following commit has been merged in the master branch:
commit cb6a1cb458679412ea2b08795c49613e74239613
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon May 24 17:18:35 2010 +0200

    Set OCAMLFIND_DESTDIR at configure time

diff --git a/debian/changelog b/debian/changelog
index 98a5199..29a0055 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mlpost (0.8.1-2) unstable; urgency=low
+
+  * Set OCAMLFIND_DESTDIR at configure time, so that the paths compiled
+    into the mlpost tool are correct
+
+ -- Stéphane Glondu <glondu at debian.org>  Mon, 24 May 2010 17:23:04 +0200
+
 mlpost (0.8.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index f31294c..1a99d09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ $(EXAMPLES_TARBALL):
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure: $(EXAMPLES_TARBALL)
-	./configure --prefix=$(PREFIX)/usr
+	OCAMLFIND_DESTDIR=$(OCAML_STDLIB_DIR) ./configure --prefix=$(PREFIX)/usr
 
 .PHONY: override_dh_auto_install
 override_dh_auto_install:

-- 
mlpost packaging



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