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
|
Source: dh-ocaml
Section: ocaml
Priority: extra
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Mehdi Dogguy <mehdi@debian.org>,
Samuel Mimram <smimram@debian.org>,
Stéphane Glondu <glondu@debian.org>,
Ralf Treinen <treinen@debian.org>,
Romain Beauxis <toots@rastageeks.org>
Build-Depends:
debhelper (>= 10)
Build-Depends-Indep:
docbook-xml (>= 4.4),
docbook-xsl,
xsltproc,
libxml2-utils,
lynx
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/dh-ocaml.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/dh-ocaml.git
Package: dh-ocaml
Architecture: all
Depends: ${misc:Depends}
Recommends:
debhelper,
ocaml-nox (>> 3.12)
Replaces:
ocaml-base-nox (<< 3.11.0~beta1-1),
ocaml (<< 3.11.0~beta1-1),
ocaml-nox (<< 3.11.0~beta1-1),
ocaml-base (<< 3.11.0~beta1-1)
Breaks:
ocaml-base-nox (<< 3.12),
ocaml (<< 3.12),
ocaml-nox (<< 3.12),
ocaml-base (<< 3.12)
Suggests:
git
Description: helper tools for maintaining OCaml-related Debian packages
dh-ocaml is a set of tools and documents to help maintaining Debian
packages related to the Objective Caml (OCaml) programming language.
.
dh-ocaml notably contains the following components:
* Makefile helpers to write debian/rules files implementing OCaml
packaging best-practices (both for CDBS lovers and haters)
* the Debian OCaml Packaging Policy
* dh_ocaml debhelper to automatically computes dependencies among
binary OCaml packages
* ocaml-md5sums, the tool used to maintain the system registry of
OCaml module interface checksums
|