From: Samuel Mimram Date: Fri, 16 Jun 2006 11:55:13 +0000 (+0000) Subject: Last fixes before upload. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~639 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c6b3aedf49b45aad51d67b6394494018c0d3fdd6;p=ocaml.git Last fixes before upload. --- diff --git a/debian/changelog b/debian/changelog index 2ec09c77..6744fb57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ocaml (3.09.2-4) UNRELEASED; urgency=low +ocaml (3.09.2-4) unstable; urgency=low [ Julien Cristau ] * Update reference to upstream tarball location in debian/copyright. diff --git a/debian/control b/debian/control index ab645e63..d1b08701 100644 --- a/debian/control +++ b/debian/control @@ -98,6 +98,7 @@ Package: ocaml-native-compilers Architecture: alpha amd64 arm hurd-i386 i386 ia64 kfreebsd-i386 powerpc sparc Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, gcc, binutils, ${shlibs:Depends} Provides: ocaml-best-compilers +Replaces: ocaml-nox (<= 3.09.2-3) Description: Native code compilers of the ocaml suite (the .opt ones) Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system diff --git a/debian/rules b/debian/rules index b8b2a440..02a033f7 100755 --- a/debian/rules +++ b/debian/rules @@ -239,7 +239,7 @@ install-arch: build-arch done) # Remove .opt manpages from ocaml-nox - rm -f $(wildcard debian/ocaml-nox/usr/share/man/man1/*.opt.1) $(wildcard debian/ocaml-nox/usr/share/man/man1/*.opt.1.gz) + 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 .