[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.50.1-4

Sylvain Le Gall gildor at debian.org
Wed Oct 7 10:09:36 UTC 2009


The following commit has been merged in the master branch:
commit 52e092a22b0cafeccad9bda4331eab025f55e1fc
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Wed Oct 7 08:55:35 2009 +0000

    Use dh_ocaml 0.9 features: OCaml:Provides and OCaml:Depends

diff --git a/debian/changelog b/debian/changelog
index 6819d69..e5e9a02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 ocamlbricks (0.50.1-3) UNRELEASED; urgency=low
 
+  [ Mehdi Dogguy ]
   * Add a .doc-base file for the documentation instead of calling by
     hand ocamldoc-api-ref-config (Closes: #549732).
 
+  [ Sylvain Le Gall ]
+  * Use dh_ocaml 0.9 features: OCaml:Provides and OCaml:Depends
+
  -- Mehdi Dogguy <mehdi at debian.org>  Tue, 06 Oct 2009 16:45:19 +0200
 
 ocamlbricks (0.50.1-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 7c9238f..3d52241 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>> 5.0.0),
  ocaml (>= 3.11.0-5),
  liblablgtk2-ocaml-dev (>= 2.12.0-2),
  bash (>= 3.1),
- dh-ocaml,
+ dh-ocaml (>= 0.9),
  dpatch
 Standards-Version: 3.8.0
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlbricks.git
@@ -18,7 +18,8 @@ Homepage: http://darcs.marionnet.org/repos/ocamlbricks/
 Package: libocamlbricks-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, liblablgtk2-ocaml-dev (>= 2.6.0-7)
+Depends: ${ocaml:Depends}, liblablgtk2-ocaml-dev (>= 2.6.0-7)
+Provides: ${ocaml:Provides}
 Replaces: ocamlbricks (<< 0.50.1)
 Suggests: ocaml-findlib
 Description: Miscellaneous utility functions in OCaml for Marionnet
diff --git a/debian/rules b/debian/rules
index 093a7df..6de9832 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,6 +90,7 @@ binary-arch: build install
 	dh_makeshlibs -s
 	dh_installdeb -s
 	dh_shlibdeps -s
+	dh_ocaml -s
 	dh_gencontrol -s -- -VF:OCamlABI="$(OCAMLABI)"
 	dh_md5sums -s
 	dh_builddeb -s

-- 
ocamlbricks packaging



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