[Pkg-ocaml-maint-commits] [SCM] advi packaging branch, experimental, updated. debian/1.8-1-37-gb52324d

Ralf Treinen treinen at free.fr
Mon Mar 15 21:37:28 UTC 2010


The following commit has been merged in the experimental branch:
commit dc5cdbac8b02482377e79c6e89afbf8c1b8acbc7
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Mar 10 21:21:39 2010 +0100

    it is always a good idea to follow ocaml syntax when writing ocaml programs

diff --git a/debian/patches/use-data-dir b/debian/patches/use-data-dir
index 50680e8..ea44b19 100644
--- a/debian/patches/use-data-dir
+++ b/debian/patches/use-data-dir
@@ -7,7 +7,7 @@ Index: advi/src/config.ml.in
  
  (* Location of splash.dvi and test/caml.eps *)
 -let advi_loc = "@ADVI_LOC@";;
-+let advi_loc = "/usr/share/advi/";
++let advi_loc = "/usr/share/advi/";;
  let etc_advi_loc = "/etc/advi/";;
  let splash_screen = Filename.concat advi_loc "splash.dvi";;
  let scratch_draw_splash_screen =

-- 
advi packaging



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