Fixed 3.08 -> 3.08.3 migration for ld.conf :/
authorSven Luther <luther@debian.org>
Tue, 22 Mar 2005 07:08:36 +0000 (07:08 +0000)
committerSven Luther <luther@debian.org>
Tue, 22 Mar 2005 07:08:36 +0000 (07:08 +0000)
debian/changelog
debian/ld.conf
debian/ocaml-base-nox.postinst

index a3186a083b04c13a1ce4dfa82cb012b37ad24137..16fba7693fe894f4f2c711418870118948c43813 100644 (file)
@@ -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 <luther@debian.org>  Tue, 22 Mar 2005 08:06:01 +0100
+
 ocaml (3.08.3-1) unstable; urgency=medium
 
   * New upstream stable point version.
index 6d629b2a81d959e08ec81c61c41948511b49b3c8..86fcf00efe17cac12f2251bffda58b9a86c41631 100644 (file)
@@ -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
index 0a841fadac02674251db112543cff0f547cfcda0..344bd67b4ea79d6c781a47ab0444c26703faece8 100644 (file)
@@ -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                              \