[Pkg-ocaml-maint-commits] [menhir] 02/02: improve package descriptions

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 7309e7176fc48cc8b96adb8601dc4d2b2164f867
Author: Ralf Treinen <treinen at free.fr>
Date:   Thu Jul 13 08:36:54 2017 +0200

    improve package descriptions
---
 debian/changelog |  6 ++++--
 debian/control   | 25 +++++++++++++++----------
 2 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e6ab578..0f076a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,15 +6,17 @@ menhir (20170712-1) UNRELEASED; urgency=medium
     - add debian/menhir-doc.docs.
     - examples go now into the menhir-docs package.
     - menhir suggests Menhir-doc.
+  * since we now have the sources of the manual:
+    - drop debian/purify-tarball which is no longer needed.
+    - drop upstream filtering from debian/gbp.conf
   * debian/rules:
     - let upstream's makefile install into debian/tmp, then install stuff
       into package directories with dh_*.
     - use dh_missing --fail-missing
   * drop debian/menhir.manpages, debian/menhir.dirs
-  * drop debian/purify-tarball which is no longer needed.
-  * drop upstream filtering from debian/gbp.conf
   * debian/tests/control: add dependency on @
   * Change section to ocaml
+  * Minor improvements of package descriptions.
 
  -- Ralf Treinen <treinen at debian.org>  Wed, 12 Jul 2017 23:39:40 +0200
 
diff --git a/debian/control b/debian/control
index 4d086d5..1c270e6 100644
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,9 @@ 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:
+ Menhir is a LR(1) parser generator for the OCaml programming language.
+ It is mostly compatible with the ocamlyacc parser generator provided with
+ the OCaml system, and has the following enhancements over ocamlyacc:
   * it accepts LR(1) grammars,
   * it offers parameterized nonterminal symbols as well as a library of
     standard definitions,
@@ -43,8 +44,12 @@ Depends:
 Provides:
   ${ocaml:Provides}
 Description: Menhir library for OCaml
- This package contains the Menhir library for OCaml. It gives access to,
- among others, the following modules:
+ Menhir is a LR(1) parser generator for the OCaml programming language.
+ It is mostly compatible with the ocamlyacc parser generator provided with
+ OCaml, and has a number of enhancements over ocamlyacc.
+ .
+ This package contains the Menhir library for the OCaml programming language.
+ It gives access to, among others, the following modules:
   * InfiniteArray: implements infinite arrays, that is, arrays
     that grow transparently upon demand.
   * RowDisplacement: compresses a two-dimensional table, where some
@@ -55,10 +60,10 @@ Package: menhir-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Description: Documentation of the menhir parser generator for OCaml
- Menhir is a LR(1) parser generator for OCaml. It is mostly compatible
- with the standard ocamlyacc and has a number of enhancements.
+Description: Documentation of the Menhir parser generator for OCaml
+ Menhir is a LR(1) parser generator for the OCaml programming language.
+ It is mostly compatible with the ocamlyacc parser generator provided with
+ OCaml, and has a number of enhancements over ocamlyacc.
  .
- This package contains the menhir manual as a pdf file, and the collection
- of menhir examples.
- 
\ No newline at end of file
+ This package contains the Menhir manual as a pdf file, and the collection
+ of Menhir examples.

-- 
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