1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
Source: dose3
Section: ocaml
Priority: extra
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stefano Zacchiroli <zack@debian.org>,
Ralf Treinen <treinen@debian.org>
Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9~),
# use the following line only when autoconf stuff has been patched:
# automake, autoconf,
ocaml-nox (>= 3.11.1-3~), camlp4,
libre-ocaml-dev,
libextlib-ocaml-dev,
libocamlgraph-ocaml-dev (>= 1.8.5),
libcudf-ocaml-dev (>= 0.7),
libzip-ocaml-dev, libbz2-ocaml-dev, librpm-dev (>= 4.8),
perl, graphviz, hevea, texlive-latex-base, texlive-latex-extra
Standards-Version: 3.9.6
Homepage: http://www.mancoosi.org/software/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/dose3.git
Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/dose3.git
XS-Testsuite: autopkgtest
Package: libdose3-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: OCaml libraries for package dependencies (development files)
Dose3 is a framework consisting of several OCaml libraries for analysing
the metadata of software packages (like Packages files of Debian suites).
.
Though not tied to any particular distribution, Dose3 constitutes a
pool of libraries which enable analyzing packages coming from various
distributions.
.
Besides basic functionalities for querying and setting package
properties, dose3 also implements algorithms for solving more complex
problems (monitoring package evolutions, correct and complete
dependency resolution, repository-wide uninstallability checks).
.
This package contains the development stuff you need to use dose3 for
the development of programs.
Package: libdose3-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: OCaml libraries for package dependencies (runtime files)
Dose3 is a framework consisting of several OCaml libraries for analysing
the metadata of software packages (like Packages files of Debian suites).
.
Though not tied to any particular distribution, Dose3 constitutes a
pool of libraries which enable analyzing packages coming from various
distributions.
.
Besides basic functionalities for querying and setting package
properties, dose3 also implements algorithms for solving more complex
problems (monitoring package evolutions, correct and complete
dependency resolution, repository-wide uninstallability checks).
.
This package contains only the shared runtime stub libraries.
Package: dose-distcheck
Section: devel
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
Breaks: dose3-distcheck (<< 2.9.13)
Replaces: dose3-distcheck (<< 2.9.13)
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:
- dose-debcheck for Debian packages
- dose-rpmcheck for rpm packages
- dose-eclipsecheck for OSGi plugins
Package: dose-builddebcheck
Section: devel
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
Breaks: dose3-builddebcheck (<< 2.9.13)
Replaces: dose3-builddebcheck (<< 2.9.13)
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 of Debian packages, whether
the build-dependencies of each source package can be satisfied by the
binary packages.
Package: dose-extra
Section: devel
Architecture: any
Provides: ceve
Breaks: ceve (<< 2.9.10)
Replaces: ceve (<< 2.9.10)
Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: Extra QA tools from the Dose3-library
This package contains extra tools for analyzing meta-data of software
packages:
- ceve, a general metadata parser supporting different input formats
(Debian, rpm, and others) and different output formats.
- dose-outdated, a Debian-specific tool for finding packages that are not
installable with respect to a package repository, and that can only be
made installable again by fixing the package itself.
- dose-challenged, a Debian-specific tool for checking which packages
will certainly become uninstallable when some existing package is upgraded
to a newer version.
- dose-coinstall, a Debian-specific tool for checking whether a set of
packages can be installed all together.
The tools dose-distcheck and dose-builddebcheck are packaged in their
own resepective packages.
Package: apt-cudf
Section: admin
Architecture: any
Depends: aspcud | cudf-solver,
${ocaml:Depends}, ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: CUDF solver integration for APT
apt-cudf provides integration among the APT package manager and CUDF solvers,
allowing APT to rely on external (CUDF-based) dependency solvers to plan
package installation, upgrade, and removal.
.
CUDF is a distribution-independent, standard format to describe dependency
solving scenarios, as faced by package managers in popular package-based
GNU/Linux distributions. APT is a well-known package manager for Debian-based
distributions, which is able to delegate dependency solving to external
solvers, by the means of the External Dependency Solving Protocol (EDSP).
.
apt-cudf provides the glue between the EDSP protocol and CUDF solvers,
enabling any installed CUDF solver to be used as an external solver for APT.
.
Several CUDF solvers are available in Debian. They all provide the cudf-solver
virtual package.
Package: edos-distcheck
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, dose-distcheck, dose-builddebcheck
Description: Checks dependencies of packages (transitional package)
This is a transitional package which can be safely removed, its only
purpose is to ease the transition to the dose3 tools.
|