[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, master, updated. upstream/3.5-103-g447143e

Eric Cooper ecc at cmu.edu
Wed Mar 11 20:14:48 UTC 2009


The following commit has been merged in the master branch:
commit 6faceae8fe1591c54595ebfb955721caf2c077a0
Author: Eric Cooper <ecc at cmu.edu>
Date:   Sat Mar 7 18:42:21 2009 -0500

    use OCAML_DLL_DIR in debian/rules

diff --git a/debian/rules b/debian/rules
index 42ef1d0..b1edfab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/rules/ocaml.mk
 
 ifeq ($(OCAML_HAVE_OCAMLOPT),no)
     DEB_MAKE_BUILD_TARGET = TARGET=byte
-    DEB_DH_INSTALL_ARGS += _build/dllapprox.so $(OCAML_STDLIB_DIR)/stublibs
+    DEB_DH_INSTALL_ARGS += _build/dllapprox.so $(OCAML_DLL_DIR)
     libs_with_stubs := ocamlnet pcre sha syslog
     comma := ,
     libdeps := $(patsubst %,lib%-ocaml$(comma),$(libs_with_stubs))

-- 
approx upstream and debian packaging



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