[Pkg-ocaml-maint-commits] [SCM] ocaml-sha packaging branch, master, updated. debian/1.4-5-13-gdfcc230

Eric Cooper ecc at cmu.edu
Mon Mar 2 00:30:33 UTC 2009


The following commit has been merged in the master branch:
commit dfcc23074175448ec73ccf5c446a3f1ce452dbde
Author: Eric Cooper <ecc at cmu.edu>
Date:   Sun Mar 1 19:24:14 2009 -0500

    add misc:Depends to debian/control

diff --git a/debian/control b/debian/control
index 2597b40..5b6e5ce 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Eric Cooper <ecc at cmu.edu>
 Uploaders: Ralf Treinen <treinen at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5.0), cdbs, ocaml-nox (>= 3.11), dh-ocaml, ocaml-findlib
+Build-Depends: debhelper (>= 7.0), cdbs, ocaml-nox (>= 3.11), dh-ocaml, ocaml-findlib
 Standards-Version: 3.8.0
 Homepage: http://tab.snarc.org/projects/ocaml_sha
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-sha.git
@@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-sha.git
 Package: libsha-ocaml
 Architecture: any
 Section: libs
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
 Description: SHA cryptographic hash functions for OCaml
  SHA-1 produces a 160-bit digest from its input.
  SHA-256 and SHA-512 produce 256-bit and 512-bit digests
@@ -24,7 +24,7 @@ Description: SHA cryptographic hash functions for OCaml
 Package: libsha-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libsha-ocaml (= ${binary:Version})
+Depends: ocaml-nox-${F:OCamlABI}, libsha-ocaml (= ${binary:Version}), ${misc:Depends}
 Description: SHA cryptographic hash functions for OCaml
  SHA-1 produces a 160-bit digest from its input.
  SHA-256 and SHA-512 produce 256-bit and 512-bit digests

-- 
ocaml-sha packaging



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