[Pkg-ocaml-maint-commits] [SCM] camlimages packaging branch, master, updated. debian/3.0.1-3-7-g23201f4

Mehdi Dogguy mehdi at debian.org
Thu Oct 8 11:23:49 UTC 2009


The following commit has been merged in the master branch:
commit c28a237984484704aa6975ce608a3df577e89add
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Thu Oct 8 11:51:45 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index fb73655..91f79b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ camlimages (1:3.0.1-4) unstable; urgency=low
     (Closes: #549763)
   * Reorder inclusions in debian/rules to workaround a CDBS bug.
   * Bump standards to 3.8.3
+  * Use new features of dh-ocaml (>= 0.9)
 
  -- Mehdi Dogguy <mehdi at debian.org>  Tue, 06 Oct 2009 17:09:31 +0200
 
diff --git a/debian/control b/debian/control
index 5d2e590..b963d51 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: cdbs (>= 0.4.23),
  liblablgtk2-ocaml-dev (>= 2.12.0-3),
  chrpath, 
  ghostscript, 
- dh-ocaml (>= 0.4.1),
+ dh-ocaml (>= 0.9),
  automake1.9
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/camlimages.git
@@ -31,7 +31,12 @@ Homepage: http://gallium.inria.fr/camlimages/
 Package: libcamlimages-ocaml
 Architecture: any
 Section: ocaml
-Depends: ocaml-base-${F:OCamlABI}, liblablgtk2-ocaml, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides:
+ ${ocaml:Provides}
 Description: OCaml image processing library
  CamlImages is an image processing library for OCaml, which provides:
  .
@@ -56,7 +61,18 @@ Description: OCaml image processing library
 Package: libcamlimages-ocaml-dev
 Architecture: any
 Section: ocaml
-Depends: ocaml-${F:OCamlABI}, libcamlimages-ocaml (= ${binary:Version}), libpng12-dev, libjpeg62-dev, libtiff4-dev, libxpm-dev, libfreetype6-dev, libgif-dev, liblablgtk2-ocaml-dev, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ libpng12-dev,
+ libjpeg62-dev,
+ libtiff4-dev,
+ libxpm-dev,
+ libfreetype6-dev,
+ libgif-dev,
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides:
+ ${ocaml:Provides}
 Description: OCaml image processing library
  CamlImages is an image processing library for OCaml, which provides:
  .

-- 
camlimages packaging



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