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

Julien Cristau jcristau-guest at costa.debian.org
Fri Dec 9 16:46:12 UTC 2005


Author: jcristau-guest
Date: 2005-12-09 16:46:12 +0000 (Fri, 09 Dec 2005)
New Revision: 2277

Modified:
   trunk/packages/ocaml/trunk/debian/changelog
   trunk/packages/ocaml/trunk/debian/rules
Log:
We don't want to do the ABI substitution on the whole source, only in the debian/ subdir

Modified: trunk/packages/ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog	2005-12-09 11:02:19 UTC (rev 2276)
+++ trunk/packages/ocaml/trunk/debian/changelog	2005-12-09 16:46:12 UTC (rev 2277)
@@ -1,3 +1,10 @@
+ocaml (3.09.0-4) UNRELEASED; urgency=low
+
+  * debian/rules: the abi-sed rule is phony, we don't want to run configure
+    twice.
+
+ -- Julien Cristau <julien.cristau at ens-lyon.org>  Fri,  9 Dec 2005 17:45:16 +0100
+
 ocaml (3.09.0-3) unstable; urgency=low
 
   * Fix build on non-native arches which was broken by the changes to

Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules	2005-12-09 11:02:19 UTC (rev 2276)
+++ trunk/packages/ocaml/trunk/debian/rules	2005-12-09 16:46:12 UTC (rev 2277)
@@ -38,7 +38,7 @@
 endif
 
 abi-sed:
-	for t in `find . -name \*.in`; do \
+	for t in `find debian/ -name \*.in`; do \
 	  sed -e 's%#OcamlABI#%$(OCAMLABI)%' -e 's%#OcamlMAJOR#%$(OCAMLMAJOR)%' $$t >$${t%.in};	\
 	done
 
@@ -287,4 +287,4 @@
 	dh_builddeb -s
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch 
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch abi-sed




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