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

Stephane Glondu steph at glondu.net
Wed Jun 24 10:31:02 UTC 2009


The following commit has been merged in the master branch:
commit 918ffd0dd34b51bf73ea90ee2aff3da483adcfb1
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jun 24 11:36:58 2009 +0200

    Add missing comma in dependencies

diff --git a/debian/control b/debian/control
index 28fa12d..5f74d45 100644
--- a/debian/control
+++ b/debian/control
@@ -101,7 +101,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,

-- 
OCaml packaging



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