[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. upstream/0.7-35-g929b2cb

Ralf Treinen treinen at free.fr
Wed Jul 21 20:17:48 UTC 2010


The following commit has been merged in the master branch:
commit b5e1921a4cf4ed2c8b2daad3120188025ecbeb6c
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Jul 21 21:23:53 2010 +0200

    fix dependencies

diff --git a/debian/control b/debian/control
index 1308e67..c68b6a2 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/dose3.git
 
 Package: libdose3-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ${ocaml:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
 Description: OCaml libraries for package dependencies (development files)
  Dose3 is a framework made of several OCaml libraries for managing
  distribution packages and their dependencies.
@@ -33,7 +33,9 @@ Description: OCaml libraries for package dependencies (development files)
 
 Package: dose3-distcheck
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}
+Depends: ${F:OCamlInterpDepends},
+ ${shlibs:Depends},
+ ${misc:Depends}
 Description: Checks whether dependencies of packages can be satisfied
  This software checks for every package of a distribution whether it
  is possible to satisfy its dependencies and conflicts within this
@@ -46,7 +48,10 @@ Description: Checks whether dependencies of packages can be satisfied
 
 Package: dose3-builddebcheck
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}
+Depends: ${F:OCamlInterpDepends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: Checks whether build-dependencies can be satisfied
  This software checks, given a collection of source package stanzas
  and a collection of binary package stanzas, whether the build-dependencies
  of each source package can be satisfied by the binay packages.
@@ -54,5 +59,3 @@ Depends: ${ocaml:Depends}, ${misc:Depends}
  NOTE: This is an experimental package which will eventually replace
  edos-distcheck. Until then, the name of the package or of the binary,
   as well as command line options and output format, are subject to change.
-
-

-- 
dose3 packaging



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