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

Sylvain Le Gall gildor at debian.org
Fri Jul 24 00:14:28 UTC 2009


The following commit has been merged in the master branch:
commit 67a51c019490d609014a95c97b131f3be2480058
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Fri Jul 24 00:13:50 2009 +0000

    Fix missing comma in debian/control.in.

diff --git a/debian/control b/debian/control
index 80de8a5..281b107 100644
--- a/debian/control
+++ b/debian/control
@@ -129,7 +129,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- ${ocaml:Depends}
+ ${ocaml:Depends},
  libx11-dev
 Provides: 
  ${ocaml:Provides}
diff --git a/debian/control.in b/debian/control.in
index 4ca1e4b..0566682 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -129,7 +129,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- ${ocaml:Depends}
+ ${ocaml:Depends},
  libx11-dev
 Provides: 
  ${ocaml:Provides}

-- 
OCaml packaging



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