X-Git-Url: https://git.toastfreeware.priv.at/debian/jabref.git/blobdiff_plain/4160fd99a22cd0a9f42033acf67e0066603f0e6b..ce2b537f5bca370a9c7a78a1a2bd3f1168099b4f:/debian/README.source diff --git a/debian/README.source b/debian/README.source index 7df3fd2..64f0496 100644 --- a/debian/README.source +++ b/debian/README.source @@ -4,3 +4,16 @@ debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. +The files ./src/java/net/sf/jabref/bst/BstLexer.java and +./src/java/net/sf/jabref/bst/BstParser.java are generated with +the command (also note that the Bst.g file is included in the patch +debian/patches/05_antlrv32.patch): + + antlr3 Bst.g + +After generation, they are hand-edited to contain the proper +Java package name and to correct an issue with the _channel +member field. The maintainers are working with upstream to +either include the generation as part of the build process +or to ship the upstream tarball with versions of the parser +and lexer that operate with antlr 3.2.