From: Stephane Glondu Date: Mon, 4 Nov 2019 09:25:39 +0000 (+0100) Subject: Merge branch 'debian/experimental' into debian/sid X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~2^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=83063560c6dc7bc920312536d5743bbfc4d7d981;p=ocaml.git Merge branch 'debian/experimental' into debian/sid --- 83063560c6dc7bc920312536d5743bbfc4d7d981 diff --cc debian/changelog index ab49b138,286abce8..db65c79b --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,54 +1,60 @@@ + ocaml (4.08.1-1) experimental; urgency=medium + + * New upstream release + * Statically link -lbfd to avoid a tight dependency with libbinutils + * Put VERSION in ocaml-base-nox + * Add Breaks/Replaces: ocaml-base to ocaml-base-nox (Closes: #933792) + * Disable testpreempt test on kfreebsd for now + * Add back Debian-specific -custom behaviour + + -- Stéphane Glondu Mon, 30 Sep 2019 16:40:45 +0200 + + ocaml (4.08.0-3) experimental; urgency=medium + + * Disable native compiler on powerpc and x32 + * Tune testpreempt test to make it work on kfreebsd + + -- Stéphane Glondu Tue, 30 Jul 2019 13:27:15 +0200 + + ocaml (4.08.0-2) experimental; urgency=medium + + * Build with BUILD_PATH_PREFIX_MAP set, to improve reproducibility + * Use CCLINKFLAGS for linking all executables and shared libraries, to + pass hardening flags + * Properly disable almabench test on slow architectures (should fix + FTBFS on them) + * Check for definition of AT_SECURE before using it (should fix FTBFS on + kfreebsd-*) + * Add x32 to native architecture (should fix FTBFS) + * Add support for Debian's armhf in configure.ac (should fix FTBFS) + * Add more Lintian overrides + * Fix spelling errors reported by Lintian + * Bump Standards-Version to 4.4.0 + * Remove Samuel from Uploaders + + -- Stéphane Glondu Wed, 24 Jul 2019 10:53:51 +0200 + + ocaml (4.08.0-1) experimental; urgency=medium + + [ Stéphane Glondu ] + * New upstream release + - many Debian-specific patches have been dropped + - drop ocaml-mode binary package + - add ocaml-man binary package + - update debian/copyright + * Bump debhelper compat to 12 + + [ Nicolas Boulenguez ] + * Fix broken doc symlinks (Closes: #877267) + + -- Stéphane Glondu Thu, 11 Jul 2019 14:19:49 +0200 + +ocaml (4.05.0-12) unstable; urgency=medium + + * Provide libnum-ocaml{,-dev} + + -- Stéphane Glondu Tue, 06 Aug 2019 09:27:23 +0200 + ocaml (4.05.0-11) unstable; urgency=medium [ Ralf Treinen ] diff --cc debian/control index efa09bd3,114f9a8d..9e2d2768 --- a/debian/control +++ b/debian/control @@@ -32,10 -29,9 +29,10 @@@ Depends ${misc:Depends}, ${shlibs:Depends}, Provides: + libnum-ocaml, ${ocaml:Provides} - Replaces: ocaml-interp (<< 3.11.1-3) - Breaks: ocaml-interp (<< 3.11.1-3) + Replaces: ocaml-interp (<< 3.11.1-3), ocaml-base (<< 4.08) + Breaks: ocaml-interp (<< 3.11.1-3), ocaml-base (<< 4.08) Description: Runtime system for OCaml bytecode executables (no X) Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system @@@ -76,14 -72,15 +73,15 @@@ Depends gcc, binutils Provides: + libnum-ocaml-dev, ${ocaml:Provides}, ocaml-best-compilers (= ${binary:Version}), - ${F:NativeProvides}, - libnums-ocaml-dev + ${F:NativeProvides} Suggests: ocaml-doc, - tuareg-mode | ocaml-mode + tuareg-mode Recommends: + ocaml-man, file Replaces: ocaml-interp (<< 3.11.1-3), ocaml-native-compilers (<< 4.04.0-1) Breaks: