[Pkg-ocaml-maint-commits] [SCM] cryptokit packaging branch, master, updated. debian/1.3-13-1-gc8312e7

Stephane Glondu steph at glondu.net
Fri Jul 10 16:27:46 UTC 2009


The following commit has been merged in the master branch:
commit c8312e7966099cac0d2a8cbf2b1d2af6cd28c803
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jul 10 18:26:55 2009 +0200

    Add missing dependency on zli1g-dev (Closes: #536505)

diff --git a/debian/changelog b/debian/changelog
index 1ed3d19..6585b25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cryptokit (1.3-14) UNRELEASED; urgency=low
+
+  * Add missing dependency on zli1g-dev (Closes: #536505)
+
+ -- Stephane Glondu <steph at glondu.net>  Fri, 10 Jul 2009 18:24:48 +0200
+
 cryptokit (1.3-13) unstable; urgency=medium
 
   * Install all *.a files (including the one attached to cryptokit.cmxa)
diff --git a/debian/control b/debian/control
index 22fa1c5..38b449d 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,12 @@ Description: cryptographic algorithm library for OCaml - runtime
 
 Package: libcryptokit-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libcryptokit-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends:
+ ocaml-nox-${F:OCamlABI},
+ libcryptokit-ocaml (= ${binary:Version}),
+ zlib1g-dev,
+ ${shlibs:Depends},
+ ${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