The following commit has been merged in the master branch:
commit c558f4efeecfdce1408cc80195bcd002d46953cf
Author: Stephane Glondu <st...@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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to