considers this port dead (see bug#342704).
[ Julien Cristau ]
* debian/rules: the abi-sed rule is phony, we don't want to run configure
twice.
+ * Stop building the native compilers on hppa, they are buggy and upstream
+ considers this port dead (see bug#342704).
[ Samuel Mimram ]
* Added for_pack_static.dpatch (from CVS) to correct a bug when linking.
* Added myself to uploaders.
- -- Samuel Mimram <smimram@debian.org> Sun, 11 Dec 2005 19:13:13 +0100
+ -- Julien Cristau <julien.cristau@ens-lyon.org> Thu, 15 Dec 2005 17:55:22 +0100
ocaml (3.09.0-3) unstable; urgency=low
you do not require any graphical capilities for your runtime.
Package: ocaml-native-compilers
-Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 powerpc sparc
+Architecture: alpha amd64 arm hurd-i386 i386 ia64 kfreebsd-i386 powerpc sparc
Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, gcc, binutils, ${shlibs:Depends}
Provides: ocaml-best-compilers
Description: Native code compilers of the ocaml suite (the .opt ones)
fi
$(MAKE) world
$(MAKE) bootstrap
+ifneq ($(DEB_BUILD_ARCH),hppa)
if ! grep -q "ARCH=none" config/Makefile; then \
echo "Building native compilers" && \
$(MAKE) opt opt.opt && \
touch opt-built-stamp; \
fi
+endif
if [ -x ./ocamlopt ]; then \
$(MAKE) -C debian/ocaml-md5sums opt; \
else \