[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.1-2-12-ga84635e

Stephane Glondu steph at glondu.net
Fri Jul 24 13:48:51 UTC 2009


The following commit has been merged in the master branch:
commit a84635eb87e8fd976ce505d41db2a156a555e69d
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jul 24 15:48:11 2009 +0200

    Make calls to ocamlrun explicit

diff --git a/debian/rules b/debian/rules
index c7f7a68..0ef05b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,10 +25,10 @@ DISTDIR = $(PACKAGE)-$(OCAML_ABI)
 SRCTARBALL = $(PACKAGE)-source-$(OCAML_ABI).tar.bz2
 
 # Environment variable for dh_ocaml 
-OCAMLBYTEINFO = debian/ocamlbyteinfo/ocamlbyteinfo
+OCAMLBYTEINFO = boot/ocamlrun debian/ocamlbyteinfo/ocamlbyteinfo
 OCAMLPLUGININFO = debian/ocamlbyteinfo/ocamlplugininfo
-OCAMLDUMPAPPROX = tools/dumpapprox
-OCAMLOBJINFO = tools/objinfo
+OCAMLDUMPAPPROX = boot/ocamlrun tools/dumpapprox
+OCAMLOBJINFO = boot/ocamlrun tools/objinfo
 export OCAMLBYTEINFO
 export OCAMLPLUGININFO
 export OCAMLDUMPAPPROX

-- 
OCaml packaging



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