summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSylvain Le Gall <gildor@debian.org>2009-10-07 08:55:35 +0000
committerSylvain Le Gall <gildor@debian.org>2009-10-07 08:55:35 +0000
commit52e092a22b0cafeccad9bda4331eab025f55e1fc (patch)
treeaed3e9a92c6dd010624bdd8c21d05f5b9e8b1909 /debian/control
parentf091aff8998cbd71b0a812a264dfa3329d249b50 (diff)
Use dh_ocaml 0.9 features: OCaml:Provides and OCaml:Depends
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
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