[Pkg-ocaml-maint-commits] r2466 - trunk/packages/ocaml/trunk/debian

Julien Cristau jcristau-guest at costa.debian.org
Mon Jan 9 22:45:39 UTC 2006


Author: jcristau-guest
Date: 2006-01-09 22:45:38 +0000 (Mon, 09 Jan 2006)
New Revision: 2466

Modified:
   trunk/packages/ocaml/trunk/debian/changelog
   trunk/packages/ocaml/trunk/debian/rules
Log:
The build-arch target is phony

Modified: trunk/packages/ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog	2006-01-09 20:41:07 UTC (rev 2465)
+++ trunk/packages/ocaml/trunk/debian/changelog	2006-01-09 22:45:38 UTC (rev 2466)
@@ -1,9 +1,13 @@
 ocaml (3.09.1-2) UNRELEASED; urgency=low
 
+  [ Samuel Mimram ]
   * Cleaning ocaml-md5sums, closes: #346279.
 
- -- Samuel Mimram <smimram at debian.org>  Fri,  6 Jan 2006 20:51:05 +0100
+  [ Julien Cristau ]
+  * build-arch is a phony target.
 
+ -- Julien Cristau <julien.cristau at ens-lyon.org>  Mon,  9 Jan 2006 23:43:40 +0100
+
 ocaml (3.09.1-1) unstable; urgency=low
 
   [ Samuel Mimram ]

Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules	2006-01-09 20:41:07 UTC (rev 2465)
+++ trunk/packages/ocaml/trunk/debian/rules	2006-01-09 22:45:38 UTC (rev 2466)
@@ -292,4 +292,4 @@
 	dh_builddeb -s
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch abi-sed
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch abi-sed build-arch




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