+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@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
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
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