[Pkg-ocaml-maint-commits] [SCM] ocamlgraph packaging branch, master, updated. debian/0.99c-1-8-g72f6ae3
Stefano Zacchiroli
zack at upsilon.cc
Fri Mar 6 10:49:10 UTC 2009
The following commit has been merged in the master branch:
commit 663c8ca522d71aa195c1f47c776696c757e41f4f
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Fri Mar 6 11:45:48 2009 +0100
debian/control: add missing ${misc:Depends}
diff --git a/debian/changelog b/debian/changelog
index 8d4fa69..665e258 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
ocamlgraph (1.0-1) UNRELEASED; urgency=low
[ Sylvain Le Gall ]
- * NOT RELEASED YET
* New upstream release
* Update copyright file to something more compliant with
http://wiki.debian.org/Proposals/CopyrightFormat
@@ -10,7 +9,10 @@ ocamlgraph (1.0-1) UNRELEASED; urgency=low
[ Stephane Glondu ]
* Switch packaging to git
- -- Stephane Glondu <steph at glondu.net> Wed, 25 Feb 2009 10:45:31 +0100
+ [ Stefano Zacchiroli ]
+ * debian/control: add missing ${misc:Depends}
+
+ -- Stefano Zacchiroli <zack at debian.org> Fri, 06 Mar 2009 11:45:37 +0100
ocamlgraph (0.99c-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d74852e..d9bb51d 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlgraph.git
Package: libocamlgraph-ocaml-dev
Architecture: any
Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}
+Depends:
+ ocaml-nox-${F:OCamlABI},
+ ${misc:Depends}
Suggests: graphviz | springgraph
Description: graph library for OCaml
Ocamlgraph is a graph library for OCaml. Its contribution is
--
ocamlgraph packaging
More information about the Pkg-ocaml-maint-commits
mailing list