Commit graph

5 commits

Author SHA1 Message Date
jaapb
e6b767e38d Added OCaml 4.06 support to misc/dose3 (and revbump). 2018-01-10 16:31:34 +00:00
jaapb
43bd3c09bf Updated package to latest version, 5.0.1. Changes (from 4.3) include:
dose3 (5.0) UNRELEASED; urgency=low
* finally implement keep_package/version/feature properly. The globalid
  index that was used to optionally encode the global constraints is
  now disappeared. This simplify the interface of the solver.
* massive refactoring. Change of API . All functions in Depsolver*
  accept a new paramenter "global_constraints" that is a vpkgformula
  enconding all packages that must be co-installed by by default with
  each request. This is used to properly encode debian essential packages
  without abusing 'Keep_package as before.
* Depsolver_int.{solve,init_solver_unit,init_solver_cache} have a new optional
  argument 'explain'. When false, reduce the memory footprint.
* Depsolver.{check_request,check_request_using} accept a new parameter dummy
  that can be used to pass arbitrary contraints as a cudf.package that is going
  to be coinstalled as part of the request and filtered out in the result.
* improvements to the documentation and test units
* add --compare to ceve when used with pef://
* improvements to distcheck --lowmem
* StdOptions.lastest now returns an integer to consider only the last n versions
  of each package
* API change : CudfAdd.latest
* API change : CudfAdd.inttovar -> CudfAdd.inttopkg
* API change : add parameter to check_request and check_request_using
* apt-cudf : package up or downgrades are expressed in a single
  "Install" request and that these do not show up as a "Remove" request anymore.
* StdOptions.DistribOptions.add_options are now different for each input ( ex.
  StdOptions.DistribOptions.add_debian_options )uu
* Debian.Printer.pp_* functions are now methods of the Debian.package class
2017-07-11 10:32:28 +00:00
jaapb
ac72347836 Updated buidlink3.mk file to reflect API change, revbump, removed unused
patches
2016-06-20 10:39:52 +00:00
jaapb
393f61c895 Revised package, no upstream changes. Added option for compiling in
ocamlgraph support; this is necessary for misc/ocaml-opam.
2014-11-06 11:59:17 +00:00
jaapb
c7fe334f11 Added misc/dose3, a package repository analysis toolkit. This is a beta
version, but it includes some patches that I'd have needed to add to make
the latest stable version anyway, so I decided to add this one.
2014-10-27 12:01:36 +00:00