The following commit has been merged in the master branch:
commit 8cf144f95a765d24deb7b58777d5abd8effc2a8b
Author: Stefano Zacchiroli <[email protected]>
Date: Sat Feb 21 15:16:31 2009 +0100
ocamlinit.mk: clean up ocamlinit-stamp upon ocamlinit-clean (it used to
induce very subtle FTBFSs)
diff --git a/debian/changelog b/debian/changelog
index a0ac0a8..3f2ba10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dh-ocaml (0.4) unstable; urgency=low
+
+ * ocamlinit.mk: clean up ocamlinit-stamp upon ocamlinit-clean (it used
+ to induce very subtle FTBFSs)
+
+ -- Stefano Zacchiroli <[email protected]> Sat, 21 Feb 2009 15:15:54 +0100
+
dh-ocaml (0.3) unstable; urgency=low
[ Stephane Glondu ]
diff --git a/share/ocamlinit.mk b/share/ocamlinit.mk
index 2c884ac..57bb46c 100644
--- a/share/ocamlinit.mk
+++ b/share/ocamlinit.mk
@@ -54,7 +54,7 @@ ocamlinit-stamp:
touch $@
ocamlinit-clean:
- rm -f $(OCAML_IN_FILES)
+ rm -f ocamlinit-stamp $(OCAML_IN_FILES)
.PHONY: ocamlinit ocamlinit-clean
--
dh-ocaml packaging
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits