[Pkg-ocaml-maint-commits] [SCM] uuidm packaging branch, master, updated. debian/0.9.3-2-1-gfdaa136
Sylvain Le Gall
gildor at debian.org
Tue Mar 3 01:07:46 UTC 2009
The following commit has been merged in the master branch:
commit dad60dc06852e03bcbce991d4cdb707294fcf8c4
Author: Sylvain Le Gall <gildor at debian.org>
Date: Tue Mar 3 02:06:39 2009 +0100
Add ${misc:Depends} as dependency
diff --git a/debian/changelog b/debian/changelog
index 610a8b6..7ff2da8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ uuidm (0.9.3-2) unstable; urgency=low
* Update debian/compat to level 7
* Add dh-ocaml build-dependency, use rules/ocaml.mk
* Tighten dependency on ocaml-nox
+ * Add ${misc:Depends} as dependency
- -- Sylvain Le Gall <gildor at debian.org> Tue, 03 Mar 2009 02:03:04 +0100
+ -- Sylvain Le Gall <gildor at debian.org> Tue, 03 Mar 2009 02:05:38 +0100
uuidm (0.9.3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b97f55b..0ce6f42 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: http://erratique.ch/software/uuidm
Package: libuuidm-ocaml-dev
Architecture: any
-Depends: ocaml-base-${F:OCamlABI}
+Depends: ocaml-base-${F:OCamlABI}, ${misc:Depends}
Description: Universally unique identifiers for OCaml
This library is an OCaml module implementing 128 bits universally unique
identifiers (uuid) version 3, 5 (name based with MD5, SHA-1 hashing) and 4
--
uuidm packaging
More information about the Pkg-ocaml-maint-commits
mailing list