[Pkg-ocaml-maint-commits] [SCM] ocaml-soundtouch packaging branch, master, updated. debian/0.1.5-2-1-g7da357f
Stephane Glondu
steph at glondu.net
Sun Feb 27 09:43:20 UTC 2011
The following commit has been merged in the master branch:
commit 7da357f7b5598794d035cb479512e2dcec2dfaed
Author: Stephane Glondu <steph at glondu.net>
Date: Sun Feb 27 10:40:53 2011 +0100
Fix dependencies of libsoundtouch-ocaml-dev package
diff --git a/debian/changelog b/debian/changelog
index b62f71c..4f4e845 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-soundtouch (0.1.5-3) unstable; urgency=low
+
+ * Fix dependencies of libsoundtouch-ocaml-dev package
+
+ -- Stéphane Glondu <glondu at debian.org> Sun, 27 Feb 2011 10:41:09 +0100
+
ocaml-soundtouch (0.1.5-2) unstable; urgency=low
* Team upload
diff --git a/debian/control b/debian/control
index 9bf959f..2ec0ffc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,11 @@ Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
Build-Depends:
- cdbs (>= 0.4.53),
- debhelper (>= 8),
+ cdbs,
+ dh-buildinfo,
ocaml-nox,
dh-ocaml (>= 0.9),
+ debhelper (>= 8),
libsoundtouch-dev (>= 1.5.0),
ocaml-findlib (>= 1.2.4),
pkg-config
@@ -31,7 +32,7 @@ Package: libsoundtouch-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
- libsoundtouch1-dev,
+ libsoundtouch-dev,
libsoundtouch-ocaml (= ${binary:Version}),
ocaml-findlib,
${misc:Depends}
diff --git a/debian/control.in b/debian/control.in
index 65c08de..64c67cd 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,8 +3,12 @@ Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
-Build-Depends: @cdbs@,
- libsoundtouch1-dev, ocaml-findlib (>= 1.2.4), pkg-config
+Build-Depends:
+ @cdbs@,
+ debhelper (>= 8),
+ libsoundtouch-dev (>= 1.5.0),
+ ocaml-findlib (>= 1.2.4),
+ pkg-config
Standards-Version: 3.8.3
Homepage: http://savonet.sourceforge.net/
Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-soundtouch.git
@@ -23,8 +27,12 @@ Description: OCaml bindings for the sound stretching library
Package: libsoundtouch-ocaml-dev
Architecture: any
-Depends: ${ocaml:Depends}, libsoundtouch1-dev, libsoundtouch-ocaml (= ${binary:Version}),
- ocaml-findlib, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ libsoundtouch-dev,
+ libsoundtouch-ocaml (= ${binary:Version}),
+ ocaml-findlib,
+ ${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml bindings for the sound stretching library
Libsoundtouch is a library that can be used to change pitch and time
--
ocaml-soundtouch packaging
More information about the Pkg-ocaml-maint-commits
mailing list