From: Stephane Glondu Date: Wed, 24 Jun 2009 09:36:58 +0000 (+0200) Subject: Add missing comma in dependencies X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~401 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=918ffd0dd34b51bf73ea90ee2aff3da483adcfb1;p=ocaml.git Add missing comma in dependencies --- diff --git a/debian/control b/debian/control index 28fa12dd..5f74d45c 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,