[Pkg-ocaml-maint-commits] [menhir] 01/02: menhir suggests menhir-doc
    Ralf Treinen 
    treinen at moszumanska.debian.org
       
    Thu Jul 13 06:54:26 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
treinen pushed a commit to branch master
in repository menhir.
commit bae026c7e39ce04a323829f8d9b828979b93b133
Author: Ralf Treinen <treinen at free.fr>
Date:   Thu Jul 13 08:27:14 2017 +0200
    menhir suggests menhir-doc
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9f75617..e6ab578 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ menhir (20170712-1) UNRELEASED; urgency=medium
     (closes: #484497).
     - add debian/menhir-doc.docs.
     - examples go now into the menhir-docs package.
+    - menhir suggests Menhir-doc.
   * debian/rules:
     - let upstream's makefile install into debian/tmp, then install stuff
       into package directories with dh_*.
diff --git a/debian/control b/debian/control
index fb29398..4d086d5 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Depends:
   ${ocaml:Depends},
   ${shlibs:Depends},
   ${misc:Depends}
+Suggests: menhir-doc
 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:
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/menhir.git
    
    
More information about the Pkg-ocaml-maint-commits
mailing list