[Pkg-ocaml-maint-commits] [SCM] cryptokit packaging branch, master, updated. debian/1.3-8-8-gccaa207

Samuel Mimram samuel.mimram at ens-lyon.org
Tue Feb 24 18:13:07 UTC 2009


The following commit has been merged in the master branch:
commit 827bd9921be4a589481be6ca3d49e4c337272101
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date:   Tue Feb 24 19:09:19 2009 +0100

    Add misc:Depends.

diff --git a/debian/control b/debian/control
index 106ad65..e90d97e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cryptokit.git
 Package: libcryptokit-ocaml
 Section: libs
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
 Description: cryptographic algorithm library for OCaml - runtime
  The Cryptokit library for Objective Caml provides a variety of
  cryptographic primitives that can be used to implement cryptographic
@@ -38,7 +38,7 @@ Description: cryptographic algorithm library for OCaml - runtime
 Package: libcryptokit-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libcryptokit-ocaml (= ${binary:Version})
+Depends: ocaml-nox-${F:OCamlABI}, libcryptokit-ocaml (= ${binary:Version}), ${misc:Depends}
 Description: cryptographic algorithm library for OCaml - development
  The Cryptokit library for Objective Caml provides a variety of
  cryptographic primitives that can be used to implement cryptographic
diff --git a/debian/control.in b/debian/control.in
index 5424c0f..501dd35 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cryptokit.git
 Package: libcryptokit-ocaml
 Section: libs
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
 Description: cryptographic algorithm library for OCaml - runtime
  The Cryptokit library for Objective Caml provides a variety of
  cryptographic primitives that can be used to implement cryptographic
@@ -38,7 +38,7 @@ Description: cryptographic algorithm library for OCaml - runtime
 Package: libcryptokit-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libcryptokit-ocaml (= ${binary:Version})
+Depends: ocaml-nox-${F:OCamlABI}, libcryptokit-ocaml (= ${binary:Version}), ${misc:Depends}
 Description: cryptographic algorithm library for OCaml - development
  The Cryptokit library for Objective Caml provides a variety of
  cryptographic primitives that can be used to implement cryptographic

-- 
cryptokit packaging



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