This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lombok-ast.
commit 2c9297090227ca2aa75d3d72286374dbe5599577 Author: Markus Koschany <[email protected]> Date: Sat Mar 12 15:43:26 2016 +0100 Add README.source --- debian/README.source | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..3f5a142 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,24 @@ +This source package combines multiple sources. + +The sources can be found at https://github.com/rzwitserloot/lombok.ast/. + +Normally the build system generates additional sources at build time with +templateProcessor.jar. For unknown reasons this doesn't work yet. All sources +including the generated ones can also be found on maven.org at + +http://grepcode.com/snapshot/repo1.maven.org/maven2/com.android.tools.external.lombok/lombok-ast/0.2.3 + +Since lombok-ast requires classes from OpenJDK 6, they were included in this +source package. They can be downloaded from + +http://projectlombok.org/ivyrepo/langtools/javac-1.6.0.18-sources.zip + +Finally lombok-ast requires an old version of parboiled. These sources were +also included in this package from + +https://github.com/sirthias/parboiled/archive/v0.9.7.2.tar.gz + +Neither the OpenJDK 6 classes nor the old parboiled version are useful for other +packages which is the reason why they were embedded and not packaged +separately. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok-ast.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

