Fix FTBFS by specifying the path to ocamlrun explicitly when building
authorJulien Cristau <julien.cristau@ens-lyon.org>
Sat, 30 Jul 2005 22:13:58 +0000 (22:13 +0000)
committerJulien Cristau <julien.cristau@ens-lyon.org>
Sat, 30 Jul 2005 22:13:58 +0000 (22:13 +0000)
ocaml-md5sums, because /usr/bin/ocamlrun doesn't exist yet.

debian/changelog
debian/patches/ocaml-md5sums.dpatch

index 7570e7d1eadf87655a9cbfba1cc130c71e6c58f5..464703177982b924fbcaf5cac1962066887e7e87 100644 (file)
@@ -1,8 +1,9 @@
 ocaml (3.08.3-5) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Fix FTBFS by specifying the path to ocamlrun explicitly when building
+    ocaml-md5sums, because /usr/bin/ocamlrun doesn't exist yet.
 
- -- Stefano Zacchiroli <zack@takhisis.invalid>  Fri, 29 Jul 2005 12:55:56 +0200
+ -- Julien Cristau <julien.cristau@ens-lyon.org>  Sun, 31 Jul 2005 00:10:42 +0200
 
 ocaml (3.08.3-4) unstable; urgency=low
 
index f99a1269892f7740e0ba4eeb1490e75e4a9d6936..b2f49de2538f463d24791cdc86c084f26f2d117a 100755 (executable)
@@ -72,8 +72,8 @@ diff -urNad --exclude=CVS --exclude=.svn ./ocaml-md5sums/Makefile /tmp/dpep-work
 +
 +DESTDIR = /usr/local/bin
 +OFLAGS = -I ../otherlibs/unix -I ../otherlibs/str
-+OCAMLC = ../ocamlc $(OFLAGS)
-+OCAMLOPT = ../ocamlopt $(OFLAGS)
++OCAMLC = ../boot/ocamlrun ../ocamlc $(OFLAGS)
++OCAMLOPT = ../boot/ocamlrun ../ocamlopt $(OFLAGS)
 +OCAML_LIBS = unix str
 +NAME = ocaml-md5sums
 +BYTE = $(NAME)