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

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


Author: munga-guest
Date: Mon Mar  3 18:04:36 2008
New Revision: 5283

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5283
Log:
fix double compilation problem

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=5283&op=diff
==============================================================================
--- trunk/packages/jocaml/trunk/debian/rules (original)
+++ trunk/packages/jocaml/trunk/debian/rules Mon Mar  3 18:04:36 2008
@@ -53,7 +53,7 @@
 clean: 
 	dh_testdir
 	dh_testroot
-	$(RM) -rf build-indep-stamp build-arch-stamp myocamlbuild_config.ml _tags
+	$(RM) -rf myocamlbuild_config.ml _tags
 	$(RM) -f debian/jocaml.install debian/jocaml.dirs
 	if [ -f Makefile -a -f config/Makefile ]; then \
 		$(MAKE) clean;   \
@@ -95,5 +95,5 @@
 
 binary-indep:
 
-binary: binary-arch binary-indep
-.PHONY: build clean binary-arch binary-indep binary install 
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install build-arch




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