From: Julien Cristau Date: Mon, 20 Jun 2005 18:05:21 +0000 (+0000) Subject: * debian/control: Add a dependency on emacsen-common, because this is needed X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~754 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=81ba849c33bfdc5301075545ff2e81288ffb45d1;p=ocaml.git * debian/control: Add a dependency on emacsen-common, because this is needed to install the caml emacs mode in ocaml-nox (Closes: #312618). * (cosmetic) fix patch header in asmcomp_amd64_emit.mlp.dpatch --- diff --git a/debian/changelog b/debian/changelog index 228badda..606046c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,15 @@ ocaml (3.08.3-3+SVN) UNRELEASED; urgency=low + Changes by Julien Cristau: * Create directories in /usr/local/lib with proper permissions in ocaml-base-nox's postinst, and remove them if empty in prerm (Closes: #270925). * Add patch from upstream bugfix branch by Xavier Leroy to fix code generation on amd64 (reported by John Skaller). + * debian/control: Add a dependency on emacsen-common, because this is needed + to install the caml emacs mode in ocaml-nox (Closes: #312618). - -- Julien Cristau Tue, 14 Jun 2005 03:17:55 +0200 + -- Julien Cristau Mon, 20 Jun 2005 19:58:32 +0200 ocaml (3.08.3-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 935e112c..6621ce5a 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.1 Package: ocaml-nox Architecture: any -Depends: libncurses5-dev, ocaml-base-nox (=${Source-Version}), ocaml-base-nox-3.08.3, ocaml-interp-3.08.3 +Depends: libncurses5-dev, ocaml-base-nox (=${Source-Version}), ocaml-base-nox-3.08.3, ocaml-interp-3.08.3, emacsen-common Suggests: ocaml-doc, libgdbm-dev, emacsen Recommends: ledit, file Provides: ocaml-nox-3.08.3 ${F:BestProvides}, libnums-ocaml-dev diff --git a/debian/patches/asmcomp_amd64_emit.mlp.dpatch b/debian/patches/asmcomp_amd64_emit.mlp.dpatch index a9e7cea4..310c2f9c 100755 --- a/debian/patches/asmcomp_amd64_emit.mlp.dpatch +++ b/debian/patches/asmcomp_amd64_emit.mlp.dpatch @@ -5,7 +5,7 @@ ## DP: Upstream fix for code generation bug on amd64 (PR#3640) @DPATCH@ -diff -urNad ocaml-3.08.3/asmcomp/amd64/emit.mlp /tmp/dpep.7xGPae/ocaml-3.08.3/asmcomp/amd64/emit.mlp +diff -urNad ocaml-3.08.3.orig/asmcomp/amd64/emit.mlp ocaml-3.08.3/asmcomp/amd64/emit.mlp --- ocaml-3.08.3/asmcomp/amd64/emit.mlp 2004-07-01 18:09:03.000000000 +0200 +++ /tmp/dpep.7xGPae/ocaml-3.08.3/asmcomp/amd64/emit.mlp 2005-06-14 03:08:25.481518269 +0200 @@ -10,7 +10,7 @@