-ocaml (3.09.2-6) UNRELEASED; urgency=low
+ocaml (3.09.2-6) unstable; urgency=low
- [ Samuel Mimram ]
- * Correct /usr/include/caml symbolic link (Closes: #379271).
+ * Correct /usr/include/caml symbolic link, closes: #379271.
* Correct symbolic links in documentation directories.
+ * Updated policy.
- -- Julien Cristau <julien.cristau@ens-lyon.org> Sun, 23 Jul 2006 12:42:18 +0200
+ -- Samuel Mimram <smimram@debian.org> Sun, 23 Jul 2006 14:37:36 +0000
ocaml (3.09.2-5) unstable; urgency=low
+++ /dev/null
-#!/bin/sh -e
-
-if [ "$1" = "configure" ]; then
- ocaml-md5sums update
-
- # Save Emacs conffiles from previous ocaml versions
- for f in ocaml ocaml-nox ; do
- file="/etc/emacs/site-start.d/50$f.el"
- if [ -e "$file" ]; then
- mv "$file" "$file.save"
- fi
- done
-fi
-
-#DEBHELPER#
--- /dev/null
+#!/bin/sh -e
+
+if [ "$1" = "configure" ]; then
+ ln -sf /usr/lib/ocaml/#OcamlABI#/caml /usr/include/
+
+ ocaml-md5sums update
+
+ # Save Emacs conffiles from previous ocaml versions
+ for f in ocaml ocaml-nox ; do
+ file="/etc/emacs/site-start.d/50$f.el"
+ if [ -e "$file" ]; then
+ mv "$file" "$file.save"
+ fi
+ done
+fi
+
+#DEBHELPER#
# Remove .opt manpages from ocaml-nox
rm -f debian/ocaml-nox/usr/share/man/man1/*.opt.1
- # make some symbolic links
- cd debian/ocaml-nox/usr/include; ln -sf /usr/lib/ocaml/$(OCAMLABI)/caml .
+ # Make some symbolic links
cd debian/ocaml-native-compilers/usr/share/man/man1; \
ln -sf /usr/share/man/man1/ocamlc.1.gz ocamlc.opt.1.gz; \
ln -sf /usr/share/man/man1/ocamlopt.1.gz ocamlopt.opt.1.gz; \