-ocaml (3.12.1-5) UNRELEASED; urgency=low
+ocaml (4.00.1-1) UNRELEASED; urgency=low
+
++ [ Stéphane Glondu ]
+ * New upstream release
- -- Sylvain Le Gall <gildor@debian.org> Fri, 21 Sep 2012 01:20:13 +0000
+ [ Sylvain Le Gall ]
+ * Remove Sylvain Le Gall from uploaders
+
+ [ Mehdi Dogguy ]
+ * Use DEB_BUILD_GNU_TYPE instead of relying on "uname -m" (Closes: #689517).
+ Thanks to Konstantinos Margaritis for the patch.
+
+ -- Stéphane Glondu <glondu@debian.org> Wed, 14 Nov 2012 13:07:19 +0100
+
+ocaml (4.00.0-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Stéphane Glondu <glondu@debian.org> Fri, 27 Jul 2012 07:30:10 +0200
+
+ocaml (4.00.0~rc1-1) experimental; urgency=low
+
+ * New upstream release candidate
+ - fix linking of pthread_atfork (Closes: #682441)
+ * Merge changes from 3.12.1-4
+
+ -- Stéphane Glondu <glondu@debian.org> Sat, 21 Jul 2012 15:42:10 +0200
+
+ocaml (4.00.0~beta2-2) experimental; urgency=low
+
+ * Fix natdynlink detection on sparc
+ * Cherry-pick an upstream fix in native compilation on powerpc
+ * Fixes in the test suite:
+ - use legacy -custom for lib-marshal test
+ - some tests were still triggering ocamlopt even on bytecode
+ - fix asmcomp tests on powerpc
+ - fix symbol mangling in asmcomp tests on kfreebsd-i386 and sparc
+ * Bump Standards-Version to 3.9.3
+
+ -- Stéphane Glondu <glondu@debian.org> Thu, 21 Jun 2012 16:42:25 +0200
+
+ocaml (4.00.0~beta2-1) experimental; urgency=low
+
+ * New upstream beta release
+ - new "R" parameter in OCAMLRUNPARAMS to enable automatic
+ randomization of the generic hash function (Closes: #659149,
+ CVE-2012-0839)
+ - the layout of the ocaml-compiler-libs binary package has changed
+ significantly as a result of upstream installing +compiler-libs by
+ itself; toplevel libraries have been moved there
+ * Change the layout of the ocaml-source binary package
+ * Merge changes from version 3.12.1-3
+
+ -- Stéphane Glondu <glondu@debian.org> Wed, 13 Jun 2012 22:38:41 +0200
+
+ocaml (4.00.0~~dev15+12379-1) experimental; urgency=low
+
+ * New upstream snapshot, based on the 4.00 upstream branch
+ - partially revert r12328 to avoid FTBFS
+ - the dbm bindings have been removed upstream and are now released
+ separately
+ - declare armel and armhf as native architectures supporting
+ natdynlink
+ * Run the test-suite
+ - on kfreebsd-*, skip lib-thread tests (they hang and I am not able
+ to reproduce it myself)
+ - on slow architectures, skip some tests that take too much time
+ - fix asmcomp tests on Hurd (Closes: #661716)
+ - fix "embedded" test broken by our -custom behaviour
+
+ -- Stéphane Glondu <glondu@debian.org> Thu, 19 Apr 2012 09:04:28 +0200
ocaml (3.12.1-4) unstable; urgency=low
export OCAML_STDLIB_DIR
CONFIGURE_OPTS := \
- --with-pthread -prefix /usr \
- -libdir $(OCAML_STDLIB_DIR) \
+ --host $(DEB_BUILD_GNU_TYPE)\
+ --with-pthread -prefix $(DEB_TEST_BUILD_PREFIX)/usr \
+ -libdir $(DEB_TEST_BUILD_PREFIX)$(OCAML_STDLIB_DIR) \
-x11lib "$(shell pkg-config --variable=libdir x11)" \
- -mandir /usr/share/man \
+ -mandir $(DEB_TEST_BUILD_PREFIX)/usr/share/man \
-tkdefs "-I/usr/include/tcl8.5" \
-tklibs "-L/usr/lib -ltk8.5 -ltcl8.5"