From: Sven Luther Date: Tue, 22 Mar 2005 07:08:36 +0000 (+0000) Subject: Fixed 3.08 -> 3.08.3 migration for ld.conf :/ X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~758 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b7c5eca50d110ce26f9c025ab1e1443900cb92c;p=ocaml.git Fixed 3.08 -> 3.08.3 migration for ld.conf :/ --- diff --git a/debian/changelog b/debian/changelog index a3186a08..16fba769 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ocaml (3.08.3-2) unstable; urgency=medium + + * Missed some 3.08 -> 3.08.3 migration for ld.conf files. + + -- Sven Luther Tue, 22 Mar 2005 08:06:01 +0100 + ocaml (3.08.3-1) unstable; urgency=medium * New upstream stable point version. diff --git a/debian/ld.conf b/debian/ld.conf index 6d629b2a..86fcf00e 100644 --- a/debian/ld.conf +++ b/debian/ld.conf @@ -1,2 +1,2 @@ -/usr/local/lib/ocaml/3.08/stublibs -/usr/lib/ocaml/3.08/stublibs +/usr/local/lib/ocaml/3.08.3/stublibs +/usr/lib/ocaml/3.08.3/stublibs diff --git a/debian/ocaml-base-nox.postinst b/debian/ocaml-base-nox.postinst index 0a841fad..344bd67b 100644 --- a/debian/ocaml-base-nox.postinst +++ b/debian/ocaml-base-nox.postinst @@ -1,5 +1,5 @@ #!/bin/sh -mkdir -p /usr/local/lib/ocaml/3.08/stublibs || true +mkdir -p /usr/local/lib/ocaml/3.08.3/stublibs || true for i in /usr/lib/ocaml/3.06 /etc/ocaml /var/lib/ocaml; do \ if [ -e $i/ld.conf ]; then \