[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.1-2-7-g3663a00

Mehdi Dogguy dogguy at pps.jussieu.fr
Wed Jul 22 22:33:47 UTC 2009


The following commit has been merged in the master branch:
commit ca0fefc1ef4bd0f7b8ea034789608ced769ecdf7
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Wed Jul 22 15:47:27 2009 +0200

    Synchronize debian/control and debian/control.in

diff --git a/debian/changelog b/debian/changelog
index 66a98ae..348e9f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ocaml (3.11.1-3) UNRELEASED; urgency=low
     - ocamlbyteinfo to read content of bytecode binaries
     - ocamlplugininfo to read content of shared object files (.cmxs)
   * Move some files from ocaml-interp to ocaml-nox and ocaml-base-nox
+  * Synchronize debian/control and debian/control.in
   * Add myself to Uploaders
 
  -- Mehdi Dogguy <dogguy at pps.jussieu.fr>  Tue, 21 Jul 2009 17:09:31 +0200
diff --git a/debian/control.in b/debian/control.in
index ce3144c..0966b07 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -18,10 +18,8 @@ Build-Depends:
  libgdbm-dev,
  quilt,
  bzip2,
- docbook-xml,
- docbook-utils,
  dh-ocaml (>= 0.4)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml.git
 Homepage: http://caml.inria.fr/
@@ -106,7 +104,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- ocaml-nox (= ${binary:Version})
+ ocaml-nox (= ${binary:Version}),
  camlp4 (= ${binary:Version})
 Description: Pre Processor Pretty Printer for OCaml - extras
  Objective Caml (OCaml) is an implementation of the ML language,
@@ -240,7 +238,7 @@ Depends:
  ocaml-base-nox (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
-Recommends: ledit | rlwrap
+Recommends: ledit | readline-editor
 Replaces: ocaml (<< 3.07.2a-3)
 Conflicts: ocaml (<< 3.07.2a-3)
 Description: OCaml interactive interpreter and standard libraries
diff --git a/debian/rules b/debian/rules
index 44c42d9..c81234d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,6 +54,7 @@ ocamlinit-stamp: debian/$(SRCTARBALL)
 
 # Generate ocaml-native-compilers' Architecture field.
 # Should never be called automatically.
+.PHONY: debian/control
 debian/control:
 	sed -e 's/@OCamlNativeArchs@/$(OCAML_NATIVE_ARCHS)/g' debian/control.in > $@
 

-- 
OCaml packaging



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