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

Eric Cooper ecc at cmu.edu
Wed Oct 7 15:01:00 UTC 2009


The following commit has been merged in the master branch:
commit 280e62bc0def4451d94553cc30dfec9d48fe3f8e
Author: Eric Cooper <ecc at cmu.edu>
Date:   Wed Oct 7 10:54:26 2009 -0400

    convert to dh_ocaml 0.9
    
    change section to "ocaml"

diff --git a/debian/control b/debian/control
index 0179811..8f69792 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,27 @@
 Source: ocaml-sha
-Section: devel
+Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Eric Cooper <ecc at cmu.edu>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0), cdbs, ocaml-nox (>= 3.11), dh-ocaml, ocaml-findlib
-Standards-Version: 3.8.0
+Build-Depends:
+ debhelper (>= 7.0),
+ ocaml-nox (>= 3.11),
+ ocaml-findlib,
+ cdbs,
+ dh-ocaml (>= 0.9)
+Standards-Version: 3.8.3
 Homepage: http://tab.snarc.org/projects/ocaml_sha
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-sha.git
 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}, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: ${ocaml:Provides}
 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
@@ -23,8 +31,11 @@ Description: SHA cryptographic hash functions for OCaml
 
 Package: libsha-ocaml-dev
 Architecture: any
-Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libsha-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: ${ocaml:Provides}
 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
diff --git a/debian/libsha-ocaml-dev.ocamldoc b/debian/libsha-ocaml-dev.ocamldoc
new file mode 100644
index 0000000..0f6e224
--- /dev/null
+++ b/debian/libsha-ocaml-dev.ocamldoc
@@ -0,0 +1,2 @@
+# flags for ocamldoc
+# (this file must be non-empty to be represented in the .diff.gz for the package)

-- 
ocaml-sha packaging



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