From: Sven Luther Date: Tue, 22 Mar 2005 23:31:42 +0000 (+0000) Subject: Fixed include symlink. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~757 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=343d134b7468fb0c37a486e4bcbf170a24209fd7;p=ocaml.git Fixed include symlink. --- diff --git a/debian/changelog b/debian/changelog index 16fba769..f37a4783 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ocaml (3.08.3-3) unstable; urgency=medium + + * Missed the include symlink in 3.08 -> 3.08.3 migration. + /me slaps myself, really need to automate this. + + -- Sven Luther Wed, 23 Mar 2005 00:30:19 +0100 + ocaml (3.08.3-2) unstable; urgency=medium * Missed some 3.08 -> 3.08.3 migration for ld.conf files. diff --git a/debian/ocaml-nox.postinst b/debian/ocaml-nox.postinst index 61b88d81..18c61db0 100644 --- a/debian/ocaml-nox.postinst +++ b/debian/ocaml-nox.postinst @@ -1,6 +1,6 @@ #!/bin/sh -e -ln -sf /usr/lib/ocaml/3.08/caml /usr/include/caml +ln -sf /usr/lib/ocaml/3.08.3/caml /usr/include/caml ln -sf ../ocaml-base-nox/Changes.gz /usr/share/doc/ocaml-nox ln -sf ../ocaml-base-nox/README.gz /usr/share/doc/ocaml-nox