[Pkg-ocaml-maint-commits] [SCM] omake packaging branch, master, updated. debian/0.9.8.5-3-3-6-g43b5f4b

Stephane Glondu steph at glondu.net
Thu Jan 8 00:22:15 UTC 2009


The following commit has been merged in the master branch:
commit bfd1cebf64a424759df083c1fc15276cc9ea3fff
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jan 8 00:55:49 2009 +0100

    Do not install ocamldep-omake (Closes: #510919)
    
    The build system of omake detects by itself that standard ocamldep
    supports -modules (starting from OCaml 3.10), and do not need
    ocamldep-omake in this case. However, it still installs it.

diff --git a/debian/rules b/debian/rules
index c2893af..0986879 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,7 @@ install: build
 
 	$(MAKE) INSTALL_ROOT=$(CURDIR)/debian/omake/ install
 
+	rm -f $(CURDIR)/debian/omake/usr/bin/ocamldep-omake
 	rm -f $(CURDIR)/debian/omake/usr/bin/cvs_realclean
 
 

-- 
omake packaging



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