Author: smimram
Date: Fri Dec 21 23:51:12 2007
New Revision: 4918

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4918
Log:
Depend on ocaml-nox instead of ocaml.

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

Modified: trunk/packages/cryptokit/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptokit/trunk/debian/changelog?rev=4918&op=diff
==============================================================================
--- trunk/packages/cryptokit/trunk/debian/changelog (original)
+++ trunk/packages/cryptokit/trunk/debian/changelog Fri Dec 21 23:51:12 2007
@@ -1,8 +1,9 @@
-cryptokit (1.3-7) UNRELEASED; urgency=low
+cryptokit (1.3-7) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Depend on ocaml-nox instead of ocaml, closes: #450594.
+  * Updated stantards version to 3.7.3, no changes needed.
 
- -- Sylvain Le Gall <[EMAIL PROTECTED]>  Tue, 04 Sep 2007 01:12:19 +0200
+ -- Samuel Mimram <[EMAIL PROTECTED]>  Sat, 22 Dec 2007 00:49:16 +0100
 
 cryptokit (1.3-6) unstable; urgency=low
 

Modified: trunk/packages/cryptokit/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptokit/trunk/debian/control?rev=4918&op=diff
==============================================================================
--- trunk/packages/cryptokit/trunk/debian/control (original)
+++ trunk/packages/cryptokit/trunk/debian/control Fri Dec 21 23:51:12 2007
@@ -4,14 +4,14 @@
 Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]>
 Uploaders:  Julien Cristau <[EMAIL PROTECTED]>, Ralf Treinen <[EMAIL 
PROTECTED]>, Remi Vanicat <[EMAIL PROTECTED]>, Samuel Mimram <[EMAIL 
PROTECTED]>, Stefano Zacchiroli <[EMAIL PROTECTED]>, Sven Luther <[EMAIL 
PROTECTED]>, Sylvain Le Gall <[EMAIL PROTECTED]>
 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 
3.10.0-8), zlib1g-dev, dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/cryptokit
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptokit/trunk/
 
 Package: libcryptokit-ocaml
 Section: libs
 Architecture: any
-Depends: ocaml-base-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-nox-${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: ocaml-${F:OCamlABI}, libcryptokit-ocaml (= ${binary:Version})
+Depends: ocaml-nox-${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


_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to