From: Ralf Treinen Date: Sat, 2 Jan 2010 12:42:54 +0000 (+0100) Subject: ocaml-mode: depnds on emacs23 now X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~365^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=86467cd89eb5f337f90cfed336731ed9802b2c6c;p=ocaml.git ocaml-mode: depnds on emacs23 now --- diff --git a/debian/changelog b/debian/changelog index 68253709..80e56cff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ ocaml (3.11.1-6) UNRELEASED; urgency=low + [ Mehdi Dogguy ] * camlp4-extra: - Add cma files back into the package (Requested by users). - Don't install a manpage for camlp4boot (which is not installed). @@ -8,7 +9,10 @@ ocaml (3.11.1-6) UNRELEASED; urgency=low * debian/control: - Make camlp4-extra depend on ocaml-base-nox - -- Mehdi Dogguy Wed, 16 Dec 2009 13:21:56 +0100 + [ Ralf Treinen ] + * debian/control.in: bump dependency of ocaml-mode on emacs22 to emacs23. + + -- Ralf Treinen Sat, 02 Jan 2010 13:42:30 +0100 ocaml (3.11.1-5) unstable; urgency=low diff --git a/debian/control b/debian/control index fd329dba..d7cdcbce 100644 --- a/debian/control +++ b/debian/control @@ -278,7 +278,7 @@ Description: OCaml interpreter and standard libraries Package: ocaml-mode Architecture: all Depends: - emacs22 | emacsen, + emacs23 | emacsen, ${shlibs:Depends}, ${misc:Depends} Suggests: ocaml diff --git a/debian/control.in b/debian/control.in index 744bfd57..ab01ec5d 100644 --- a/debian/control.in +++ b/debian/control.in @@ -278,7 +278,7 @@ Description: OCaml interpreter and standard libraries Package: ocaml-mode Architecture: all Depends: - emacs22 | emacsen, + emacs23 | emacsen, ${shlibs:Depends}, ${misc:Depends} Suggests: ocaml