[Pkg-ocaml-maint-commits] r4113 - in /trunk/packages/cryptokit/trunk/debian: changelog control.in

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Mon Jul 23 22:55:08 UTC 2007


Author: gildor
Date: Mon Jul 23 22:55:08 2007
New Revision: 4113

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4113
Log:
* Dependency missing (strange)

Modified:
    trunk/packages/cryptokit/trunk/debian/changelog
    trunk/packages/cryptokit/trunk/debian/control.in

Modified: trunk/packages/cryptokit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptokit/trunk/debian/changelog?rev=4113&op=diff
==============================================================================
--- trunk/packages/cryptokit/trunk/debian/changelog (original)
+++ trunk/packages/cryptokit/trunk/debian/changelog Mon Jul 23 22:55:08 2007
@@ -1,3 +1,9 @@
+cryptokit (1.3-5) experimental; urgency=low
+
+  * Add dependency on ocaml package
+
+ -- Sylvain Le Gall <gildor at debian.org>  Tue, 24 Jul 2007 00:56:00 +0200
+
 cryptokit (1.3-4) experimental; urgency=low
 
   [ Sylvain Le Gall ]

Modified: trunk/packages/cryptokit/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptokit/trunk/debian/control.in?rev=4113&op=diff
==============================================================================
--- trunk/packages/cryptokit/trunk/debian/control.in (original)
+++ trunk/packages/cryptokit/trunk/debian/control.in Mon Jul 23 22:55:08 2007
@@ -11,7 +11,7 @@
 Package: libcryptokit-ocaml
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ocaml-base-${F:OCamlABI}, ${shlibs: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
@@ -37,7 +37,7 @@
 Package: libcryptokit-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: libcryptokit-ocaml (= ${binary:Version})
+Depends: ocaml-${F:OCamlABI}, libcryptokit-ocaml (= ${binary:Version})
 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




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