[Pkg-ocaml-maint-commits] [SCM] ocamlviz packaging branch, master, updated. debian/1.01-1-2-g9a73f38
Mehdi Dogguy
mehdi at debian.org
Thu Mar 25 19:31:28 UTC 2010
The following commit has been merged in the master branch:
commit 9a73f38abc10c2044bc8c4e510daf38f59cb159c
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Thu Mar 25 16:03:50 2010 +0100
The gui should depend on graphviz on runtime.
diff --git a/debian/changelog b/debian/changelog
index aa5277a..fd45750 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
ocamlviz (1.01-2) UNRELEASED; urgency=low
* NOT RELEASED
+ * The gui should depend on graphviz on runtime.
- -- Mehdi Dogguy <mehdi at debian.org> Thu, 25 Mar 2010 15:57:41 +0100
+ -- Mehdi Dogguy <mehdi at debian.org> Thu, 25 Mar 2010 16:02:06 +0100
ocamlviz (1.01-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f74d79d..ff150f8 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,8 @@ Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
- ${ocaml:Depends}
+ ${ocaml:Depends},
+ graphviz
Recommends:
libocamlviz-ocaml-dev
Description: real-time profiling tools for Objective Caml (clients)
--
ocamlviz packaging
More information about the Pkg-ocaml-maint-commits
mailing list