[Pkg-ocaml-maint-commits] r4918 - in /trunk/packages/cryptokit/trunk/debian: changelog control
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Fri Dec 21 23:51:12 UTC 2007
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 <gildor at debian.org> Tue, 04 Sep 2007 01:12:19 +0200
+ -- Samuel Mimram <smimram at debian.org> 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 <debian-ocaml-maint at lists.debian.org>
Uploaders: Julien Cristau <julien.cristau at ens-lyon.org>, Ralf Treinen <treinen at debian.org>, Remi Vanicat <vanicat at debian.org>, Samuel Mimram <smimram at debian.org>, Stefano Zacchiroli <zack at debian.org>, Sven Luther <luther at debian.org>, Sylvain Le Gall <gildor at debian.org>
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
More information about the Pkg-ocaml-maint-commits
mailing list