[Pkg-ocaml-maint-commits] [SCM] cameleon packaging branch, master, updated. debian/1.9.18.svn20090908+703-1-8-g1ae9f68

Stephane Glondu steph at glondu.net
Tue Oct 27 13:47:34 UTC 2009


The following commit has been merged in the master branch:
commit a4ca491bc48684e7baeb464fa7fd2a9c92a45629
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Oct 26 13:43:28 2009 +0100

    Switch packaging to dh-ocaml 0.9

diff --git a/debian/cameleon-doc.doc-base b/debian/cameleon-doc.doc-base
new file mode 100644
index 0000000..cb9e3f0
--- /dev/null
+++ b/debian/cameleon-doc.doc-base
@@ -0,0 +1,8 @@
+Document: cameleon-doc-ocamldoc-api-reference
+Title: Cameleon's library API Reference
+Abstract: API reference manual for libcameleon-ocaml-dev (generated via OCamldoc)
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/cameleon-doc/html/api/index.html
+Files: /usr/share/doc/cameleon-doc/html/api/*
diff --git a/debian/control b/debian/control
index 55bc0f9..c7cfd32 100644
--- a/debian/control
+++ b/debian/control
@@ -11,16 +11,16 @@ Build-Depends: cdbs (>= 0.4.23-1.1),
  quilt,
  patchutils (>= 0.2.25),
  cdbs (>= 0.4.27),
- ocaml-nox (>= 3.11.0-5),
+ ocaml-nox (>= 3.11.1-3~),
  po4a, docbook-xml (>= 4.4), docbook-xsl, libxml2-utils, xsltproc,
  debhelper (>= 7),
- dh-ocaml (>= 0.4.1),
+ dh-ocaml (>= 0.9.1~),
  camlp4,
- ocaml-findlib,
- liblablgtk2-ocaml-dev (>= 2.12.0-2),
- libxml-light-ocaml-dev,
- liblablgtksourceview-ocaml-dev,
- libpcre-ocaml-dev,
+ ocaml-findlib (>= 1.2.5),
+ liblablgtk2-ocaml-dev (>= 2.14),
+ libxml-light-ocaml-dev (>= 2.2-12~),
+ liblablgtksourceview2-ocaml-dev,
+ libpcre-ocaml-dev (>= 6.0.1-2~),
  imagemagick,
  docbook-ebnf
 Standards-Version: 3.8.3
@@ -31,8 +31,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cameleon.git
 Package: cameleon
 Architecture: any
 Depends:
- libcameleon-ocaml-dev (= ${binary:Version}),
- ocaml-base-nox-${F:OCamlABI},
+ ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}
 Suggests: cameleon-doc
@@ -75,10 +74,10 @@ Description: documentation for Cameleon
 Package: libcameleon-ocaml-dev
 Architecture: any
 Depends:
- liblablgtk2-ocaml-dev,
- libxml-light-ocaml-dev,
+ ${ocaml:Depends},
+ ${shlibs:Depends},
  ${misc:Depends}
-Suggests: cameleon-doc
+Suggests: ocaml-findlib, cameleon-doc
 Provides:
  libreport-ocaml-dev,
  libmlchat-ocaml-dev,
@@ -86,7 +85,8 @@ Provides:
  libgpattern-ocaml-dev,
  liboptions-ocaml-dev,
  libokey-ocaml-dev,
- libconfigwin-ocaml-dev
+ libconfigwin-ocaml-dev,
+ ${ocaml:Provides}
 Conflicts:
  libreport-ocaml-dev,
  libmlchat-ocaml-dev,

-- 
cameleon packaging



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