[Pkg-ocaml-maint-commits] [SCM] camlimages packaging branch, master, updated. debian/3.0.1-5-38-gd9a632e

Stephane Glondu steph at glondu.net
Sat Jul 2 18:36:29 UTC 2011


The following commit has been merged in the master branch:
commit c558f4efeecfdce1408cc80195bcd002d46953cf
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 2 12:34:44 2011 +0200

    Call omake verbosely

diff --git a/debian/rules b/debian/rules
index d19db15..2085c54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 
 include /usr/share/ocaml/ocamlvars.mk
 
+OMAKE=omake --verbose
 DESTDIR=$(CURDIR)/debian/tmp
 OCAMLFIND_DESTDIR=$(DESTDIR)$(OCAML_STDLIB_DIR)
 export OCAMLFIND_DESTDIR
@@ -15,16 +16,16 @@ override_dh_auto_configure:
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:
-	omake
+	$(OMAKE)
 
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
 	mkdir -p $(OCAMLFIND_DESTDIR) $(DESTDIR)$(OCAML_DLL_DIR)
-	omake install
+	$(OMAKE) install
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:
-	omake clean
+	$(OMAKE) clean
 	find -name '*.omc' -delete
 
 .PHONY: override_dh_install

-- 
camlimages packaging



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