[Pkg-ocaml-maint-commits] [SCM] laby packaging branch, master, updated. debian/0.5.0-1-8-g9b7ef2f

Mehdi Dogguy dogguy at pps.jussieu.fr
Mon Jun 29 08:34:54 UTC 2009


The following commit has been merged in the master branch:
commit d7f159ddaf74e10e26bec4ff3c1c8ca267c189fa
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Mon Jun 29 10:33:03 2009 +0200

    Fix runtime dependency for non-native code

diff --git a/debian/rules b/debian/rules
index 36fee49..23657ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_install:
 	cp debian/laby.xpm $(CURDIR)/debian/laby/usr/share/pixmaps/
 	cp debian/laby.desktop $(CURDIR)/debian/laby/usr/share/applications/
 ifeq ($(OCAML_OPT_ARCH),)
-	echo 'F:LabyRuntime=liblablgtk2-ocaml,liblablgtksourceview-ocaml,$(OCAML_RUNTIME)' >> debian/laby.substvars
+	echo 'F:LabyRuntime=liblablgtk2-ocaml,liblablgtksourceview-ocaml,ocaml-base-$(OCAML_ABI)' >> debian/laby.substvars
 endif
 
 %:

-- 
laby packaging



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