From 8b7c5eca50d110ce26f9c025ab1e1443900cb92c Mon Sep 17 00:00:00 2001 From: Sven Luther Date: Tue, 22 Mar 2005 07:08:36 +0000 Subject: [PATCH] Fixed 3.08 -> 3.08.3 migration for ld.conf :/ --- debian/changelog | 6 ++++++ debian/ld.conf | 4 ++-- debian/ocaml-base-nox.postinst | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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 \ -- 2.30.2