[Pkg-ocaml-maint-commits] [SCM] ocamlp3l packaging branch, master, updated. debian/2.03-1-1-gf6fa907
Sylvain Le Gall
gildor at debian.org
Tue Aug 12 16:49:35 UTC 2008
The following commit has been merged in the master branch:
commit 009c32a64b605c7c8c22b287ad11281c76b220bc
Author: Sylvain Le Gall <gildor at debian.org>
Date: Mon Aug 11 23:21:54 2008 +0200
Replace build-deps from ocaml-nox to ocaml.
diff --git a/debian/control b/debian/control
index d4c67b9..352b19c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: cdbs (>= 0.4.23), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-8)
+Build-Depends: cdbs (>= 0.4.23), debhelper (>= 5), dpatch, ocaml (>= 3.10.0-8)
Standards-Version: 3.8.0
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlp3l.git
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlp3l.git
@@ -12,7 +12,7 @@ Homepage: http://camlp3l.inria.fr
Package: ocamlp3l
Architecture: any
Section: devel
-Depends: ocaml-base-${F:OCamlABI}, ocaml-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-${F:OCamlABI}, ocaml-${F:OCamlABI}, ${shlibs:Depends}
Description: functional parallel programming based on OCaml
OcamlP3l is a parallel programming system based on Objective Caml and the P3L
languages, providing seamless integration of parallel programming and
--
ocamlp3l packaging
More information about the Pkg-ocaml-maint-commits
mailing list