[Pkg-ocaml-maint-commits] [SCM] cryptokit packaging branch, master, updated. debian/1.3-13-2-g67886e1

Stephane Glondu steph at glondu.net
Sat Jul 25 14:00:20 UTC 2009


The following commit has been merged in the master branch:
commit 67886e16a64abdcfbcd1b1d787fadbe96f3a6e59
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 25 15:50:29 2009 +0200

    Update debian/control to use new dh-ocaml

diff --git a/debian/changelog b/debian/changelog
index 6585b25..3b41a69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 cryptokit (1.3-14) UNRELEASED; urgency=low
 
-  * Add missing dependency on zli1g-dev (Closes: #536505)
+  * Add missing dependency on zlib1g-dev (Closes: #536505)
+  * debian/control:
+    - move to section ocaml
+    - update Standards-Version to 3.8.2
+    - update for dh-ocaml 0.9, and add versioned build-dependency
 
- -- Stephane Glondu <steph at glondu.net>  Fri, 10 Jul 2009 18:24:48 +0200
+ -- Stephane Glondu <steph at glondu.net>  Sat, 25 Jul 2009 15:51:37 +0200
 
 cryptokit (1.3-13) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 38b449d..e2d8c8d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,16 +12,23 @@ Uploaders:
  Stephane Glondu <steph at glondu.net>,
  Mehdi Dogguy <dogguy at pps.jussieu.fr>
 DM-Upload-Allowed: yes
-Build-Depends: cdbs (>= 0.4.23-1.1), ocaml-nox (>= 3.11), debhelper (>= 7), zlib1g-dev, dpkg-dev (>= 1.13.19), dh-ocaml
-Standards-Version: 3.8.1
+Build-Depends: cdbs (>= 0.4.23-1.1), ocaml-nox (>= 3.11),
+ debhelper (>= 7),
+ zlib1g-dev,
+ dh-ocaml (>= 0.9)
+Standards-Version: 3.8.2
 Homepage: http://pauillac.inria.fr/~xleroy/software.html#cryptokit
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/cryptokit.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cryptokit.git
 
 Package: libcryptokit-ocaml
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
 Replaces: libcryptokit-ocaml-dev (<< 1.3-11)
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
 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
@@ -47,11 +54,11 @@ Description: cryptographic algorithm library for OCaml - runtime
 Package: libcryptokit-ocaml-dev
 Architecture: any
 Depends:
- ocaml-nox-${F:OCamlABI},
- libcryptokit-ocaml (= ${binary:Version}),
  zlib1g-dev,
+ ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}
+Provides: ${ocaml:Provides}
 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
diff --git a/debian/control.in b/debian/control.in
index 5ed74b7..92035b7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,18 +1,25 @@
 Source: cryptokit
-Section: libdevel
+Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: @OCamlTeam@
-Build-Depends: @cdbs@, debhelper (>= 7), zlib1g-dev, dpkg-dev (>= 1.13.19), dh-ocaml
-Standards-Version: 3.8.0
+Build-Depends:
+ @cdbs@,
+ debhelper (>= 7),
+ zlib1g-dev,
+ dh-ocaml (>= 0.9)
+Standards-Version: 3.8.2
 Homepage: http://pauillac.inria.fr/~xleroy/software.html#cryptokit
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/cryptokit.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cryptokit.git
 
 Package: libcryptokit-ocaml
-Section: libs
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
 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
@@ -36,9 +43,12 @@ Description: cryptographic algorithm library for OCaml - runtime
  This package provides just the shared library for Cryptokit.
 
 Package: libcryptokit-ocaml-dev
-Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libcryptokit-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
 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

-- 
cryptokit packaging



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