The following commit has been merged in the master branch:
commit 6044e364c99666743d4c587dcc8aad86b7518d2d
Author: Mehdi Dogguy <[email protected]>
Date:   Wed Feb 18 16:45:33 2009 +0100

    Add misc:Depends

diff --git a/debian/control b/debian/control
index 13930e0..b5e1b84 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Package: menhir
 Architecture: any
 Depends:
   ${F:OCamlRuntime},
-  ${shlibs:Depends}
+  ${shlibs:Depends},
+  ${misc:Depends}
 Description: Parser generator for OCaml
  Menhir is a LR(1) parser generator for OCaml. It is mostly compatible
  with the standard ocamlyacc and has the following enhancements:

-- 
menhir packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to