[Pkg-ocaml-maint-commits] [SCM] dose2 packaging branch, master, updated. 34228ff9e71134bf50482b4db619a8d8be775a2d

Stefano Zacchiroli zack at upsilon.cc
Wed Apr 16 20:01:31 UTC 2008


The following commit has been merged in the master branch:
commit 5cc678adf7effd3ffe3cbfa77edd588b450b39d5
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat Apr 12 18:56:03 2008 +0200

    debian/control draft (with descriptions)

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1eed144
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,64 @@
+Source: dose2
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>
+Build-Depends: cdbs, debhelper (>= 6),
+ ocaml-nox, camlp4,
+ ocaml-findlib, menhir,
+ libpcre-ocaml-dev, libcalendar-ocaml-dev, libmysql-ocaml-dev
+Standards-Version: 3.7.3
+Homepage: http://gforge.inria.fr/projects/sodiac/
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/dose2.git
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/dose2.git
+
+Package: libdose2-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
+ libdose2-ocaml (= ${binary:Version}),
+ libpcre-ocaml-dev, libcalendar-ocaml-dev, libmysql-ocaml-dev,
+ ${misc:Depends}
+Description: OCaml libraries for managing packages and their dependencies
+ Dose 2 is a framework made of several of OCaml libraries for managing
+ distribution packages and their dependencies.
+ .
+ Though not tied to any particular distribution, Dose 2 forms a
+ background of libraries which enable injecting packages coming for
+ various distribution. Companion libraries (e.g. ceve) and tools (e.g.
+ pkglab) rely on Dose 2 to manage packages coming from various
+ distributions, e.g. Debian and Red Hat.
+ .
+ Besides basic functionalities for querying and setting package
+ properties, Dose 2 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 Dose 2 in
+ the development of your programs.
+
+Package: libdose2-ocaml
+Architecture: any
+Section: libs
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
+ libdose2-ocaml (= ${binary:Version}),
+ libpcre-ocaml, libmysql-ocaml,
+ ${shlibs:Depends}, ${misc:Depends}
+Description: OCaml libraries for managing packages and their dependencies
+ Dose 2 is a framework made of several of OCaml libraries for managing
+ distribution packages and their dependencies.
+ .
+ Though not tied to any particular distribution, Dose 2 forms a
+ background of libraries which enable injecting packages coming for
+ various distribution. Companion libraries (e.g. ceve) and tools (e.g.
+ pkglab) rely on Dose 2 to manage packages coming from various
+ distributions, e.g. Debian and Red Hat.
+ .
+ Besides basic functionalities for querying and setting package
+ properties, Dose 2 also implements algorithms for solving more complex
+ problems (monitoring package evolutions, correct and complete
+ dependency resolution, repository-wide uninstallability checks).
+ .
+ This package contains the runtime stuff you need to run programs using
+ Dose 2.
+

-- 
dose2 packaging



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