[Pkg-ocaml-maint-commits] [SCM] pgocaml packaging branch, master, updated. upstream/1.3-22-gc52dcd7

Guillaume Yziquel guillaume.yziquel at citycable.ch
Mon Jul 6 15:10:50 UTC 2009


The following commit has been merged in the master branch:
commit c52dcd7c4dd85efa9bca0a1ecc285555cb45649b
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Mon Jul 6 17:06:44 2009 +0200

    clean:: rule added to rules, to remove pgocaml.cmxs when cleaning source.

diff --git a/debian/rules b/debian/rules
index d8721d2..8b5a2ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,3 +39,6 @@ OCAML_OCAMLDOC_OCAMLFIND_FLAGS = -package extlib -package pcre -package csv -pac
 
 pre-build::
 	make depend
+
+clean::
+	rm -f pgocaml.cmxs

-- 
pgocaml packaging



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