[Pkg-ocaml-maint-commits] [SCM] ocaml-r packaging branch, master, updated. upstream/0.1-5-gfa8953e

Guillaume Yziquel guillaume.yziquel at citycable.ch
Thu Oct 15 00:12:24 UTC 2009


The following commit has been merged in the master branch:
commit fa8953e385c5cf8899b2522f0b95da10278d86f6
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Thu Oct 15 02:10:59 2009 +0200

    Add debian/clean.

diff --git a/debian/rules b/debian/rules
index 136e1d2..33dd9f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,3 +44,9 @@ DEB_CONFIGURE_EXTRA_FLAGS = --prefix=/usr --datadir=/usr/share/ocaml-r   \
 
 OCAML_OCAMLDOC_PACKAGES = libr-ocaml-dev
 OCAML_OCAMLDOC_OCAMLFIND_FLAGS =
+
+# These cannot be erased by debian/clean mechanisms becore they are touched
+# by upstream `make clean'
+clean::
+	-$(RM) '$(CURDIR)/src/.depend'
+

-- 
ocaml-r packaging



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