This is an automated email from the git hooks/post-receive script. eighthave pushed a commit to branch master in repository lombok-ast.
commit 4e95ed4162df63a89c9beea954edf293af94a925 Author: Hans-Christoph Steiner <[email protected]> Date: Fri Dec 18 09:37:15 2015 +0100 add description, homepage, correct package name --- debian/control | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 8f264ce..9e0caa4 100644 --- a/debian/control +++ b/debian/control @@ -10,12 +10,24 @@ Build-Depends: debhelper (>= 9), ivy, junit4 (>=4.8.12) Standards-Version: 3.9.6 -Homepage: <insert the upstream URL, if relevant> +Homepage: https://projectlombok.org Vcs-Git: https://anonscm.debian.org/git/pkg-java/lombok-ast.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/lombok-ast.git -Package: lombok-ast +Package: liblombok-ast-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Description: Robust parser + AST for the java language + Lombok wraps the Abstract Syntax Tree (AST) produced by a target + platform into its own AST system, mostly because both Eclipse and + javac do not allow upward traversal (from a method to its owning + type, for example). + +Package: liblombok-ast-java-doc +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Robust parser + AST for the java language (Documentation) + Lombok wraps the Abstract Syntax Tree (AST) produced by a target + platform into its own AST system, mostly because both Eclipse and + javac do not allow upward traversal (from a method to its owning + type, for example). -- 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

