[Pkg-ocaml-maint-commits] [SCM] ocaml-deriving-ocsigen packaging branch, master, updated. debian/0.1.1a-3-26-g550e6e9

Stephane Glondu steph at glondu.net
Mon Nov 21 20:15:59 UTC 2011


The following commit has been merged in the master branch:
commit 648905509cf49f95433969c814c5f15678fde103
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Nov 21 20:23:10 2011 +0100

    Add missing ${shlibs:Depends}

diff --git a/debian/control b/debian/control
index f83c893..99b03f8 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-deriving-oc
 
 Package: libderiving-ocsigen-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${ocaml:Depends},
+ ${misc:Depends}
 Provides: ${ocaml:Provides}
 Recommends: ocaml-findlib
 Description: deriving functions from type declarations in OCaml (devt files)
@@ -30,7 +33,10 @@ Description: deriving functions from type declarations in OCaml (devt files)
 
 Package: libderiving-ocsigen-ocaml
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${ocaml:Depends},
+ ${misc:Depends}
 Provides: ${ocaml:Provides}
 Recommends: ocaml-findlib
 Description: deriving functions from type declarations in OCaml (runtime)

-- 
ocaml-deriving-ocsigen packaging



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