File: README.source

package info (click to toggle)
antlr3 3.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,576 kB
  • sloc: java: 92,592; xml: 942; makefile: 37; sh: 19
file content (27 lines) | stat: -rw-r--r-- 810 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Information about antlr3
------------------------

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. Disable the patch 01-ignore-antlr-plugin.patch by commenting it out in debian/patches/series

 2. Apply the patches with:

      quilt push -a

 3. Generate the source files using Maven 3:

      /usr/share/maven/bin/mvn clean generate-sources

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

     mkdir -p debian/generated-sources
     cp -r tool/target/generated-sources/antlr3 debian/generated-sources