From: Stephane Glondu Date: Mon, 28 Dec 2009 15:13:59 +0000 (+0100) Subject: New upstream release candidate X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~368 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5f460770d8a96e6f57283ae17e7e0fba9e719e85;p=ocaml.git New upstream release candidate --- diff --git a/debian/changelog b/debian/changelog index 68253709..7a98fb65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -ocaml (3.11.1-6) UNRELEASED; urgency=low +ocaml (3.11.2~rc1-1) UNRELEASED; urgency=low + [ Mehdi Dogguy ] * camlp4-extra: - Add cma files back into the package (Requested by users). - Don't install a manpage for camlp4boot (which is not installed). @@ -8,7 +9,10 @@ ocaml (3.11.1-6) UNRELEASED; urgency=low * debian/control: - Make camlp4-extra depend on ocaml-base-nox - -- Mehdi Dogguy Wed, 16 Dec 2009 13:21:56 +0100 + [ Stéphane Glondu ] + * New upstream release candidate + + -- Stéphane Glondu Mon, 28 Dec 2009 18:50:43 +0100 ocaml (3.11.1-5) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 29164991..b9c592ce 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/quilt/quilt.make PACKAGE := ocaml ALL_PACKAGES := $(shell sed -ne 's/^Package: //p' debian/control) OCAMLMAJOR := 3.11 -OCAMLMINOR := 1 +OCAMLMINOR := 2+rc1 # Build cache (for Debian debugging) BUILDCACHE := $(wildcard ../ocaml.cache)