[Pkg-ocaml-maint-commits] [SCM] jocaml packaging branch, master, updated. upstream/3.11.0-12-g05161f1

Samuel Mimram smimram at debian.org
Wed Feb 11 21:36:42 UTC 2009


The following commit has been merged in the master branch:
commit 31c58488e138440b7f6b00739b0e50c6f5ae6bea
Author: Samuel Mimram <smimram at debian.org>
Date:   Wed Feb 11 17:30:35 2009 +0100

    Don't delete _tags.

diff --git a/debian/rules b/debian/rules
index d895beb..8ef31e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ build-indep-stamp:
 clean:
 	dh_testdir
 	dh_testroot
-	$(RM) -rf build-indep-stamp build-arch-stamp config-stamp myocamlbuild_config.ml _tags
+	$(RM) -rf build-indep-stamp build-arch-stamp config-stamp myocamlbuild_config.ml
 	$(RM) -f $(OFILES) debian/jocaml.links
 	if [ -f Makefile -a -f config/Makefile ]; then \
 		$(MAKE) clean;   \

-- 
jocaml packaging



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