File: README.source

package info (click to toggle)
antlr4 4.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,168 kB
  • sloc: java: 39,352; xml: 676; sh: 28; makefile: 13
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