[Pkg-ocaml-maint-commits] [SCM] ocaml-mad packaging branch, master, updated. debian/0.3.5-2-9-g86d6583

Mehdi Dogguy mehdi at debian.org
Wed Oct 7 11:25:44 UTC 2009


The following commit has been merged in the master branch:
commit 1efade5ec321434eff79ebec225b4a03f24d41c0
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Wed Oct 7 13:14:05 2009 +0200

    Switch to new dh-ocaml

diff --git a/debian/changelog b/debian/changelog
index b933db1..4f9e605 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ocaml-mad (0.3.5-2) UNRELEASED; urgency=low
   * Add a patch to not link system libraries into cma (Closes: #549761)
   * Add quilt to build-dependencies
   * Add myself to uploaders
+  * Switch to new dh-ocaml
   * Updated standards to 3.8.3.
     - Move to section ocaml
     - add a README.source
diff --git a/debian/control b/debian/control
index 427bd58..d2575ef 100644
--- a/debian/control
+++ b/debian/control
@@ -6,15 +6,28 @@ Uploaders:
  Romain Beauxis <toots at rastageeks.org>,
  Mehdi Dogguy <mehdi at debian.org>,
  Samuel Mimram <smimram at debian.org>
+Build-Depends:
+ cdbs (>= 0.4.23-1.1),
+ ocaml-nox (>= 3.11),
+ debhelper (>= 7),
+ libmad0-dev,
+ ocaml-findlib (>= 1.2.4),
+ pkg-config,
+ dh-ocaml,
+ quilt
 Standards-Version: 3.8.3
-Build-Depends: cdbs (>= 0.4.23-1.1), ocaml-nox (>= 3.11), debhelper (>= 7), libmad0-dev, ocaml-findlib (>= 1.2.4), pkg-config, dh-ocaml
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-mad.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-mad.git
 
 Package: libmad-ocaml
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
-Description: OCaml bindings for the MAD library
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides:
+ ${ocaml:Provides}
+Description: OCaml bindings for the MAD library (Runtime library)
  This OCaml library interfaces the MAD C library to decode MPEG files.
  The MAD library currently only supports the MPEG 1 standard, but fully
  implements all three audio layers (Layer I, Layer II, and Layer III, the
@@ -29,8 +42,14 @@ Description: OCaml bindings for the MAD library
 
 Package: libmad-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libmad0-dev, libmad-ocaml (= ${binary:Version}), ${misc:Depends}
-Description: OCaml bindings for the MAD library
+Depends:
+ ${ocaml:Depends},
+ libmad0-dev,
+ libmad-ocaml (= ${binary:Version}),
+ ${misc:Depends}
+Provides:
+ ${ocaml:Depends}
+Description: OCaml bindings for the MAD library (Development package)
  This OCaml library interfaces the MAD C library to decode MPEG files.
  The MAD library currently only supports the MPEG 1 standard, but fully
  implements all three audio layers (Layer I, Layer II, and Layer III, the

-- 
ocaml-mad packaging



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