[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:18 UTC 2010


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

    temporary patch to build libraries. remove unneeded libdose3-ocaml. Separate
    packages for distcheck and buildcheck

diff --git a/debian/control b/debian/control
index facac52..7132563 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +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-findlib,
- libdose3-ocaml (= ${binary:Version}),
- ${misc:Depends}
+Depends: ocaml-nox-${F:OCamlABI}, ${ocaml: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.
@@ -30,28 +28,31 @@ Description: OCaml libraries for package dependencies (development files)
  problems (monitoring package evolutions, correct and complete
  dependency resolution, repository-wide uninstallability checks).
  .
- This package contains the development stuff you need to use dose2 in
+ This package contains the development stuff you need to use dose3 in
  the development of your programs.
 
-Package: libdose3-ocaml
+Package: dose3-distcheck
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
- libpcre-ocaml,
- libzip-ocaml, libbz2-ocaml,
- ${shlibs:Depends}, ${misc:Depends}
-Description: OCaml libraries for managing packages and their dependencies
- Dose3 is a framework made of several OCaml libraries for managing
- distribution packages and their dependencies.
- .
- Though not tied to any particular distribution, Dose3 constitutes a
- pool of libraries which enable analyzing packages coming from various
- distribution. 
- .
- Besides basic functionalities for querying and setting package
- properties, dose also implements algorithms for solving more complex
- problems (monitoring package evolutions, correct and complete
- dependency resolution, repository-wide uninstallability checks).
+Depends: ${ocaml: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
+ distribution. It comes in several versions:
+  - edos-debcheck for Debian packages
+  - edos-rpmcheck for rpm packages
+ 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.
+
+Package: dose3-builddebcheck
+Architecture: any
+Depends: ${ocaml:Depends}, ${misc:Depends}
+ 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.
  .
- This package contains the runtime stuff you need to run programs using
- dose2.
+ 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