[Pkg-ocaml-maint-commits] [SCM] uuidm packaging branch, master, updated. debian/0.9.3-3-15-ge73757c
Stephane Glondu
steph at glondu.net
Sun Apr 8 15:48:20 UTC 2012
The following commit has been merged in the master branch:
commit 7f8fdc0ef91bef34e381f9a1eb686985f76af021
Author: Stephane Glondu <steph at 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
More information about the Pkg-ocaml-maint-commits
mailing list