The following commit has been merged in the master branch:
commit 7f8fdc0ef91bef34e381f9a1eb686985f76af021
Author: Stephane Glondu <st...@glondu.net>
Date:   Sun Apr 8 17:24:36 2012 +0200

    Add missing dependency to ${shlibs:Depends}

diff --git a/debian/control b/debian/control
index b2a7cdb..d8485a5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,10 @@ Homepage: http://erratique.ch/software/uuidm
 
 Package: libuuidm-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: Universally unique identifiers for OCaml
  This library is an OCaml module implementing 128 bits universally unique

-- 
uuidm packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to