File: README.source

package info (click to toggle)
antlr4 4.7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,124 kB
  • sloc: java: 44,593; javascript: 1,112; xml: 1,088; cs: 71; python: 62; sh: 29; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Information about antlr4
------------------------

This package was debianized using the mh_make command
from the maven-debian-helper package.

The build system uses Maven but prevents it from downloading
anything from the Internet, making the build compliant with
the Debian policy.

debian/generated-sources contains sources generated with the upstreams
distribution, using these steps:

 1. Generate the source files using Maven 3:

      /usr/share/maven/bin/mvn clean compile

 2. Copy the generated files to debian/generated-sources:

     mkdir -p debian/generated-sources
     cp -r runtime/Java/target/generated-sources/antlr4 debian/generated-sources