[Pkg-ocaml-maint-commits] [SCM] cmigrep packaging branch, master, updated. debian/1.5-7-16-gd39f75c

Ralf Treinen treinen at free.fr
Wed Feb 16 19:32:44 UTC 2011


The following commit has been merged in the master branch:
commit 0bf6b606de70b17d818b3eb9857c1f2f9e1ad075
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Feb 16 20:19:53 2011 +0100

    we stil have to specify byte compilations

diff --git a/debian/rules b/debian/rules
index 9ac9788..b25c353 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,8 @@ DOCDIR = debian/cmigrep/usr/share/doc/cmigrep
 	dh $@ --with ocaml
 
 #override_dh_auto_build:
-#	$(MAKE) byte GODI_LIB=/usr/lib/ocaml/compiler-libs
+	$(MAKE) byte
+# GODI_LIB=/usr/lib/ocaml/compiler-libs
 
 # cmigrep binary is installed by dh_install
 override_dh_auto_install:

-- 
cmigrep packaging



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