[Pkg-ocaml-maint-commits] [SCM] ocamlsdl packaging branch, master, updated. debian/0.7.2-11-11-gbef26f9

Stephane Glondu steph at glondu.net
Sun Jun 20 05:13:24 UTC 2010


The following commit has been merged in the master branch:
commit 54063b17f1532393d1f114fe5925e35385a42428
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jun 19 21:55:04 2010 -0700

    Fix some Lintian warnings

diff --git a/debian/control b/debian/control
index 7a83da7..f311049 100644
--- a/debian/control
+++ b/debian/control
@@ -24,9 +24,16 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlsdl.git
 
 Package: libsdl-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, libsdl-ocaml (= ${binary:Version}),
- libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev
+Depends:
+ libsdl1.2-dev,
+ libsdl-image1.2-dev,
+ libsdl-mixer1.2-dev,
+ libsdl-ttf2.0-dev,
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
 Provides: ${ocaml:Provides}
+Suggests: ocaml-findlib
 Description: OCaml bindings for SDL - development files
  SDL (Simple DirectMedia Layer) is a generic API that provides low
  level access to audio, keyboard, mouse, and display framebuffer
@@ -39,7 +46,10 @@ Description: OCaml bindings for SDL - development files
 
 Package: libsdl-ocaml
 Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: OCaml bindings for SDL - runtime files
  SDL (Simple DirectMedia Layer) is a generic API that provides low

-- 
ocamlsdl packaging



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