[Pkg-ocaml-maint-commits] [SCM] ocaml-alsa packaging branch, master, updated. debian/0.1.4-1-1-g7683cbf

Romain Beauxis toots at rastageeks.org
Mon Oct 12 05:31:34 UTC 2009


The following commit has been merged in the master branch:
commit 7683cbf7571eadebb5811261543eff5f0612219d
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Oct 12 00:34:33 2009 -0500

    Use new dependency system

diff --git a/debian/changelog b/debian/changelog
index 5775c61..815223f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-alsa (0.1.4-2) unstable; urgency=low
+
+  * Use new automatic dependency system. 
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 12 Oct 2009 00:34:14 -0500
+
 ocaml-alsa (0.1.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index e234c59..660f771 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-alsa.git
 
 Package: libalsa-ocaml
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the ALSA library
  This OCaml library interfaces the ALSA library libasound to access audio
  devices.
@@ -19,7 +20,9 @@ Description: OCaml bindings for the ALSA library
 
 Package: libalsa-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libasound2-dev, libalsa-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends: ${ocaml:Depends}, libasound2-dev, libalsa-ocaml (= ${binary:Version}), 
+         ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the ALSA library
  This OCaml library interfaces the ALSA library libasound to access audio
  devices.
diff --git a/debian/control.in b/debian/control.in
index 0c433cf..a52caaa 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,7 +10,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-alsa.git
 
 Package: libalsa-ocaml
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the ALSA library
  This OCaml library interfaces the ALSA library libasound to access audio
  devices.
@@ -19,7 +20,9 @@ Description: OCaml bindings for the ALSA library
 
 Package: libalsa-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libasound2-dev, libalsa-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends: ${ocaml:Depends}, libasound2-dev, libalsa-ocaml (= ${binary:Version}), 
+         ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the ALSA library
  This OCaml library interfaces the ALSA library libasound to access audio
  devices.

-- 
ocaml-alsa packaging



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