This is an automated email from the git hooks/post-receive script. eighthave pushed a commit to branch master in repository lombok.
commit 1a385ef4cfa2a9e820aa0c818ef3491daf4052ea Author: Hans-Christoph Steiner <[email protected]> Date: Sun Dec 13 23:15:38 2015 +0100 add description --- debian/control | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index c8dd170..498c6c8 100644 --- a/debian/control +++ b/debian/control @@ -13,16 +13,32 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/lombok.git Package: liblombok-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} -Description: TODO - Project Lombok allows one to add 'handlers' to Java language, that know how to - build and compile simple, boilerplate-free, not-quite-java code. +Description: Reduce boilerplate code in Java projects + "Boilerplate" is a term used to describe code that is repeated in + many parts of an application with little alteration. One of the most + frequently voiced criticisms of the Java language is the volume of + this type of code that is found in most projects. This problem is + frequently a result of design decisions in various libraries, but is + exacerbated by limitations in the language itself. Project Lombok + aims to reduce the prevalence of some of the worst offenders by + replacing them with a simple set of annotations. + . + Note: this package currently does not include all of the Lombok + classes, it has only enough to get lombok.ast working, and whatever + else was easy to include. Package: liblombok-java-doc Architecture: all Section: doc Depends: ${java:Depends}, ${misc:Depends} -Description: TODO (documentation) - Project Lombok allows one to add 'handlers' to Java language, that know how to - build and compile simple, boilerplate-free, not-quite-java code. +Description: Reduce boilerplate code in Java projects (documentation) + "Boilerplate" is a term used to describe code that is repeated in + many parts of an application with little alteration. One of the most + frequently voiced criticisms of the Java language is the volume of + this type of code that is found in most projects. This problem is + frequently a result of design decisions in various libraries, but is + exacerbated by limitations in the language itself. Project Lombok + aims to reduce the prevalence of some of the worst offenders by + replacing them with a simple set of annotations. . This package contains the generated API documentation. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

