[Pkg-ocaml-maint-commits] [SCM] ocaml-ssl packaging branch, master, updated. debian/0.4.2-3-11-g87e3c46
Stefano Zacchiroli
zack at upsilon.cc
Sun Feb 1 21:03:00 UTC 2009
The following commit has been merged in the master branch:
commit 87e3c46467ab0a03a70a4491aaf0a24bcaa8eed9
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Sun Feb 1 21:56:57 2009 +0100
add missing ${misc:Depends} dependencies
diff --git a/debian/changelog b/debian/changelog
index 753dc11..dd06143 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ ocaml-ssl (0.4.2-5) experimental; urgency=low
- bump Standards-Version to 3.8.0 (no changes needed)
- bumpd ocaml build-dep to ensure proper rebuild on experimental
- add build-dep on dh-ocaml and cdbs
+ - add missing ${misc:Depends} dependencies
* debian/rules: switch packaging to CDBS
* bump debhelper requirements to 7 (change build-dep and compat
accordingly)
diff --git a/debian/control b/debian/control
index 096daa1..3c10111 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-ssl.git
Package: libssl-ocaml
Section: libs
Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI}, ${misc:Depends}, ${shlibs:Depends}
Description: OCaml bindings for OpenSSL
OCaml library for communicating using SSL/TLS encrypted connections.
.
@@ -29,7 +29,7 @@ Description: OCaml bindings for OpenSSL
Package: libssl-ocaml-dev
Section: libdevel
Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libssl-dev (>= 0.9.6), libssl-ocaml (= ${binary:Version})
+Depends: ocaml-nox-${F:OCamlABI}, libssl-dev (>= 0.9.6), libssl-ocaml (= ${binary:Version}), ${misc:Depends}
Recommends: ocaml-findlib
Description: OCaml bindings for OpenSSL
OCaml library for communicating using SSL/TLS encrypted connections.
--
ocaml-ssl packaging
More information about the Pkg-ocaml-maint-commits
mailing list