[Pkg-ocaml-maint-commits] [SCM] ocurl packaging branch, master, updated. debian/0.5.1-1-12-ge879767

Mehdi Dogguy mehdi at debian.org
Thu Oct 8 12:35:10 UTC 2009


The following commit has been merged in the master branch:
commit 41dc560651dd9fd7d25c82a143334105f40e9b2c
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Oct 8 13:57:23 2009 +0200

    Use new features of dh-ocaml (>= 0.9)

diff --git a/debian/changelog b/debian/changelog
index 4a3b107..3a5d084 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ ocurl (0.5.1-2) UNRELEASED; urgency=low
   * Add myself as uploader
   * Bump Standards-Versions to 3.8.3
     - Add a README.source
+  * Use new features of dh-ocaml (>= 0.9)
 
  -- Mehdi Dogguy <mehdi at debian.org>  Thu, 08 Oct 2009 13:51:53 +0200
 
diff --git a/debian/control b/debian/control
index b422e99..c0f9e70 100644
--- a/debian/control
+++ b/debian/control
@@ -6,17 +6,31 @@ Uploaders:
  Enrico Tassi <gareuselesinge at debian.org>,
  Mehdi Dogguy <mehdi at debian.org>,
  Pietro Abate <Pietro.Abate at pps.jussieu.fr>
+Build-Depends:
+ debhelper (>= 7.0.0),
+ libcurl4-gnutls-dev (>= 7.15.0-2),
+ ocaml-nox (>= 3.10.1),
+ dpatch,
+ ocaml-findlib (>= 1.2.5),
+ libkrb5-dev,
+ cdbs,
+ dh-ocaml (>= 0.9)
 Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7.0.0), libcurl4-gnutls-dev (>= 7.15.0-2), ocaml-nox (>= 3.10.1), dpatch, ocaml-findlib (>= 1.1), libkrb5-dev, cdbs, dh-ocaml
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocurl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocurl.git
 Homepage: http://sourceforge.net/projects/ocurl
 
 Package: libcurl-ocaml-dev
 Architecture: any
-Section: libdevel
-Depends: libcurl-ocaml (= ${binary:Version}), libcurl4-gnutls-dev (>= 7.15.0-2), ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.1), ${misc:Depends}
-Description: OCaml libcurl bindings
+Depends:
+ ${ocaml:Depends},
+ libcurl4-gnutls-dev (>= 7.15.0-2),
+ ocaml-findlib (>= 1.2.5),
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides:
+ ${ocaml:Provides}
+Description: OCaml libcurl bindings (Development package)
  This Objective Caml library provides multi-protocol file transfer
  facilities based on the curl library.
  .
@@ -24,9 +38,13 @@ Description: OCaml libcurl bindings
 
 Package: libcurl-ocaml
 Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OCamlABI}, ${misc:Depends}
-Description: OCaml curl bindings 
+Depends:
+ ${shlibs:Depends},
+ ${ocaml:Depends},
+ ${misc:Depends}
+Provides:
+ ${ocaml:Provides}
+Description: OCaml curl bindings (Runtime Library)
  This Objective Caml library provides multi-protocol file transfer
  facilities based on the curl library.
  .

-- 
ocurl packaging



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