[Pkg-ocaml-maint-commits] [ocaml-mm] 01/03: Add ocamlbuild to Build-Depends

Stéphane Glondu glondu at moszumanska.debian.org
Fri Jul 14 15:21:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-mm.

commit d8bb03960e043caf4eb15e8765c01552eec25511
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jul 14 17:15:31 2017 +0200

    Add ocamlbuild to Build-Depends
---
 debian/control | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 9e1ec85..95d83f9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: cdbs (>= 0.4.85~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
  ocaml-nox,
- dh-ocaml (>= 0.9), 
+ dh-ocaml (>= 0.9),
+ ocamlbuild,
  ocaml-findlib (>= 1.2.4)
 Standards-Version: 3.9.4
 Homepage: http://savonet.sourceforge.net/
@@ -27,13 +28,13 @@ Description: OCaml multimedia library -- runtime files
 
 Package: libmm-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, 
+Depends: ${ocaml:Depends},
          libmm-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: OCaml multimedia library -- developpement files
  OCaml-mm is a toolkit for audio and video processing
  in OCaml. It provides a standard interface and various
- usual manipulations on audio data, images and video data. 
+ usual manipulations on audio data, images and video data.
  .
  This package contains all the development stuff you need to develop
  OCaml programs which use ocaml-mm.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-mm.git



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