[Pkg-ocaml-maint-commits] [ocaml-portaudio] 01/02: Add ocamlbuild to Build-Depends
Stéphane Glondu
glondu at moszumanska.debian.org
Fri Jul 14 15:24:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository ocaml-portaudio.
commit 921c7788e3208a986cb2c9426c1cdef572563692
Author: Stephane Glondu <steph at glondu.net>
Date: Fri Jul 14 17:19:50 2017 +0200
Add ocamlbuild to Build-Depends
---
debian/control | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 0002749..1206b5e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,15 @@ 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:
+Build-Depends:
cdbs (>= 0.4.85~),
debhelper (>= 7.0.1),
dh-buildinfo,
ocaml-nox,
- dh-ocaml (>= 0.9),
- portaudio19-dev,
- ocaml-findlib (>= 1.2.4),
+ dh-ocaml (>= 0.9),
+ portaudio19-dev,
+ ocaml-findlib (>= 1.2.4),
+ ocamlbuild,
pkg-config
Standards-Version: 3.9.2
Homepage: http://savonet.sourceforge.net/
@@ -29,8 +30,8 @@ Description: OCaml bindings for the portaudio library
Package: libportaudio-ocaml-dev
Architecture: any
-Depends: ${ocaml:Depends},
- portaudio19-dev, libportaudio-ocaml (= ${binary:Version}),
+Depends: ${ocaml:Depends},
+ portaudio19-dev, libportaudio-ocaml (= ${binary:Version}),
ocaml-findlib, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml bindings for the portaudio library
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-portaudio.git
More information about the Pkg-ocaml-maint-commits
mailing list