Imported Upstream version 20220109
[platform/upstream/byacc.git] / package / debian / control
index 46beb2f..40437f6 100644 (file)
@@ -1,11 +1,13 @@
 Source: byacc
 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
+Uploaders: Thomas E. Dickey <dickey@his.com>
 Section: devel
 Priority: optional
-Standards-Version: 4.3.0
-Build-Depends: debhelper (>= 11)
+Standards-Version: 4.6.0.1
+Build-Depends: debhelper-compat (= 12),
 Homepage: https://invisible-island.net/byacc/
-Vcs-Git: https://salsa.debian.org/dickey/byacc
+Vcs-Browser: https://salsa.debian.org/debian/byacc
+Vcs-Git: https://salsa.debian.org/debian/byacc.git
 
 Package: byacc
 Provides: yacc
@@ -18,17 +20,21 @@ Description: public domain Berkeley LALR Yacc parser generator
  parsers consist of a set of LALR(1) parsing tables and a driver
  routine written in the C programming language.  It has a public domain
  license which includes the generated C.
+ .
+ Related packages: bison, btyacc, byacc2, antlr
 
 Package: byacc2
 Provides: yacc
 Architecture: any
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: public domain Berkeley LALR Yacc parser generator
+Description: public domain Berkeley LALR Yacc parser generator, with back-tracking
  This package provides a parser generator utility that reads a grammar
  specification from a file and generates an LR(1) parser for it.  The
  parsers consist of a set of LALR(1) parsing tables and a driver
  routine written in the C programming language.  It has a public domain
  license which includes the generated C.
  .
- This package has the backtracking extension.
+ This package has the backtracking extension, adapted from btyacc.
+ .
+ Related packages: bison, btyacc, byacc, antlr