From: Stefano Zacchiroli Date: Mon, 1 Aug 2005 15:18:05 +0000 (+0000) Subject: 3.08.3-6, fixes postinst bug for missing ocaml-md5sums X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~743 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d811a5a627ec8cf89aef9fa66878e4400799cf6d;p=ocaml.git 3.08.3-6, fixes postinst bug for missing ocaml-md5sums --- diff --git a/debian/changelog b/debian/changelog index 46ecc549..a7d66929 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ -ocaml (3.08.3-6) UNRELEASED; urgency=low +ocaml (3.08.3-6) unstable; urgency=low - * NOT RELEASED YET + Changes by Stefano Zacchiroli: + * debian/control + - added versioned dep from ocaml to ocaml-base-nox to ensure + ocaml-md5sums exists at postinst invocation time (Closes: #320779) - -- Stefano Zacchiroli Sun, 31 Jul 2005 11:37:24 +0200 + -- Debian OCaml Maintainers Sun, 31 Jul 2005 11:37:24 +0200 ocaml (3.08.3-5) unstable; urgency=low diff --git a/debian/control b/debian/control index bb7054aa..f0d387f4 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Description: ML language implementation with a class-based object system Package: ocaml Architecture: any -Depends: ocaml-base (= ${Source-Version}), ocaml-base-3.08.3, ocaml-nox-3.08.3 +Depends: ocaml-base (= ${Source-Version}), ocaml-base-3.08.3, ocaml-nox-3.08.3, ocaml-base-nox (>= 3.08.3-6) Suggests: xlibs-dev, tcl8.4-dev, tk8.4-dev, Provides: ocaml-3.08.3 Description: ML language implementation with a class-based object system