[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, policy-update, updated. debian/0.9.5-25-ga04fef8
Sylvain Le Gall
gildor at debian.org
Wed Nov 17 17:52:28 UTC 2010
The following commit has been merged in the policy-update branch:
commit a04fef8ad9704ab7fc630d9c408cac39b0ff7cf0
Author: Sylvain Le Gall <gildor at debian.org>
Date: Wed Nov 17 17:52:23 2010 +0000
Fix example of library packages
diff --git a/policy/chapter-libpack.xml b/policy/chapter-libpack.xml
index 0b4cd11..5df9e8c 100644
--- a/policy/chapter-libpack.xml
+++ b/policy/chapter-libpack.xml
@@ -56,14 +56,15 @@
<programlisting>
Package: libpcre-ocaml
Architecture: any
- Section: libs
+ Section: ocaml
Depends: &ocaml-base-nox-vpkg;, ${shlibs:Depends}, ${misc:Depends}
...
Package: libpcre-ocaml-dev
Architecture: any
- Section: libdevel
- Depends: &ocaml-nox-vpkg;, libpcre3-dev (>= 4.5), <emphasis>libpcre-ocaml (= ${binary:Version})</emphasis>, ocaml-findlib (>= 1.1), ${misc:Depends}
+ Section: ocaml
+ Depends: &ocaml-nox-vpkg;, libpcre3-dev (>= 4.5), <emphasis>libpcre-ocaml (= ${binary:Version})</emphasis>, ${misc:Depends}
+ Suggests: ocaml-findlib (>= 1.1)
...
</programlisting>
</example>
--
dh-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list