[Pkg-ocaml-maint-commits] r5284 - /trunk/packages/jocaml/trunk/debian/rules

munga-guest at users.alioth.debian.org munga-guest at users.alioth.debian.org
Mon Mar 3 18:55:37 UTC 2008


Author: munga-guest
Date: Mon Mar  3 18:55:37 2008
New Revision: 5284

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5284
Log:
clean build stamps (rollback)

Modified:
    trunk/packages/jocaml/trunk/debian/rules

Modified: trunk/packages/jocaml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/jocaml/trunk/debian/rules?rev=5284&op=diff
==============================================================================
--- trunk/packages/jocaml/trunk/debian/rules (original)
+++ trunk/packages/jocaml/trunk/debian/rules Mon Mar  3 18:55:37 2008
@@ -53,7 +53,7 @@
 clean: 
 	dh_testdir
 	dh_testroot
-	$(RM) -rf myocamlbuild_config.ml _tags
+	$(RM) -rf build-indep-stamp build-arch-stamp myocamlbuild_config.ml _tags
 	$(RM) -f debian/jocaml.install debian/jocaml.dirs
 	if [ -f Makefile -a -f config/Makefile ]; then \
 		$(MAKE) clean;   \




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