[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.0-5-10-g4a60790

Stefano Zacchiroli zack at upsilon.cc
Mon Apr 6 13:41:00 UTC 2009


The following commit has been merged in the master branch:
commit 82e416eaa6bf7c9edcd6c24a530dce89565d61d3
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Mon Apr 6 13:46:24 2009 +0200

    revamp recommends on line editor(s)

diff --git a/debian/changelog b/debian/changelog
index 21df5b3..4ab1b00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,11 @@ ocaml (3.11.0-6) UNRELEASED; urgency=low
   * Add kfreebsd-amd64 to the list of supported native architectures.
     (Closes: #519916)
 
+  [ Stefano Zacchiroli ]
+  * debian/control
+    - remove recommends to ledit from ocaml-nox (does not ship "ocaml")
+    - change recommends from ledit to "ledit | rlwrap" for ocaml-interp
+
  -- Samuel Mimram <smimram at debian.org>  Mon, 16 Mar 2009 15:07:00 +0100
 
 ocaml (3.11.0-5) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 59340e5..0159f86 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,6 @@ Depends:
 Suggests: ocaml-doc, libgdbm-dev, tuareg-mode | ocaml-mode
 Recommends:
  camlp4,
- ledit,
  file
 Provides:
  ocaml-nox-${F:OCamlABI},
@@ -232,7 +231,7 @@ Depends:
  ocaml-base-nox (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
-Recommends: ledit
+Recommends: ledit | rlwrap
 Replaces: ocaml (<< 3.07.2a-3)
 Conflicts: ocaml (<< 3.07.2a-3)
 Description: OCaml interactive interpreter and standard libraries

-- 
OCaml packaging



More information about the Pkg-ocaml-maint-commits mailing list