[Pkg-ocaml-maint-commits] [SCM] cameleon packaging branch, master, updated. debian/1.9.18.svn20090908+703-1-8-g1ae9f68

Stephane Glondu steph at glondu.net
Tue Oct 27 13:47:37 UTC 2009


The following commit has been merged in the master branch:
commit 61576a39036da6a2df2f5bda92ec016e920f6ae4
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Oct 26 13:38:47 2009 +0100

    Don't delete .depend files on clean

diff --git a/debian/rules b/debian/rules
index 6c64406..f55bdb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,8 +78,6 @@ OCAML_OCAMLDOC_PACKAGES_DOCBASE := cameleon-doc
 # These cannot be erased by debian/clean mechanisms becore they are touched
 # by upstream `make clean'
 clean::
-	-$(RM) '$(CURDIR)/src/.depend'
-	-$(RM) '$(CURDIR)/src/odot/.depend'
 	-$(RM) '$(CURDIR)/src/custop/custop_installation.ml'
 
 install/cameleon install/cameleon-doc install/libcameleon-ocaml-dev:: cameleon-install-extra

-- 
cameleon packaging



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