[Pkg-ocaml-maint-commits] [SCM] json-wheel packaging branch, master, updated. debian/1.0.6-1-8-gc7ac671

Stephane Glondu steph at glondu.net
Sat Oct 31 19:59:24 UTC 2009


The following commit has been merged in the master branch:
commit 45746456facdf5aba2e3caaeb717dd77cee5e722
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Oct 31 20:48:36 2009 +0100

    Switch packaging to dh-ocaml 0.9

diff --git a/debian/control b/debian/control
index 9507056..d2cf971 100644
--- a/debian/control
+++ b/debian/control
@@ -5,26 +5,33 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders:
  Romain Beauxis <toots at rastageeks.org>,
  Stéphane Glondu <glondu at debian.org>
+Build-Depends:
+ cdbs (>= 0.4.23-1.1),
+ debhelper (>= 7),
+ ocaml-nox (>= 3.11.1-3~),
+ ocaml-findlib (>= 1.2.5),
+ libocamlnet-ocaml-dev (>= 2.2.9-7~),
+ dh-ocaml (>= 0.9)
 Standards-Version: 3.8.3
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 7), 
-               ocaml-nox, ocaml-findlib, libocamlnet-ocaml-dev (>= 2.2.9-6), 
-               dh-ocaml
 Homepage: http://martin.jambon.free.fr/json-wheel.html
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/json-wheel.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/json-wheel.git
 
 Package: libjson-wheel-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, 
-         libocamlnet-ocaml-dev, ${shlibs:Depends},
-         ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Recommends: ocaml-findlib
 Description: OCaml API to JSON data format
  json-wheel provides an API to generate and read JSON
  data from an OCaml program. It maps each types of data
  defined in the JSON specification to a typed variable
  in OCaml
  .
- json-wheel can also be used in conjonction with 
+ json-wheel can also be used in conjonction with
  json-static to provide a convenient syntax extension
  to OCaml dedicated to parsing an validating JSON
  data.
diff --git a/debian/control.in b/debian/control.in
index 1bfdcc6..0eb1bf4 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,24 +5,31 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders:
  Romain Beauxis <toots at rastageeks.org>,
  Stéphane Glondu <glondu at debian.org>
+Build-Depends:
+ @cdbs@,
+ ocaml-findlib (>= 1.2.5),
+ libocamlnet-ocaml-dev (>= 2.2.9-7~),
+ dh-ocaml (>= 0.9)
 Standards-Version: 3.8.3
-Build-Depends: @cdbs@, ocaml-findlib, libocamlnet-ocaml-dev, dh-ocaml
 Homepage: http://martin.jambon.free.fr/json-wheel.html
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/json-wheel.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/json-wheel.git
 
 Package: libjson-wheel-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, 
-         libocamlnet-ocaml-dev, ${shlibs:Depends},
-         ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Recommends: ocaml-findlib
 Description: OCaml API to JSON data format
  json-wheel provides an API to generate and read JSON
  data from an OCaml program. It maps each types of data
  defined in the JSON specification to a typed variable
  in OCaml
  .
- json-wheel can also be used in conjonction with 
+ json-wheel can also be used in conjonction with
  json-static to provide a convenient syntax extension
  to OCaml dedicated to parsing an validating JSON
  data.
diff --git a/debian/libjson-wheel-ocaml-dev.doc-base b/debian/libjson-wheel-ocaml-dev.doc-base
new file mode 100644
index 0000000..3455b7d
--- /dev/null
+++ b/debian/libjson-wheel-ocaml-dev.doc-base
@@ -0,0 +1,8 @@
+Document: libjson-wheel-ocaml-doc-ocamldoc-api-reference
+Title: Json-wheel OCamldoc API Reference
+Abstract: API reference manual for libjson-wheel-ocaml-dev (generated via OCamldoc)
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libjson-wheel-ocaml-dev/html/index.html
+Files: /usr/share/doc/libjson-wheel-ocaml-dev/html/*

-- 
json-wheel packaging



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