This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jackson-module-afterburner.
commit 69cbe0bc0266fbdf5010d58e1588e2d43b0e2469 Author: Tim Potter <[email protected]> Date: Tue Nov 4 13:32:46 2014 +1100 Update descriptions in d/control --- debian/control | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 521b3f2..8188181 100644 --- a/debian/control +++ b/debian/control @@ -22,5 +22,20 @@ Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/jackson-module-afterburne Package: libjackson2-module-afterburner-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Description: fast and powerful JSON library for Java -- byte code generation for POJOs + The Jackson Data Processor is a multi-purpose Java library for processing + JSON. Jackson aims to be the best possible combination of fast, correct, + lightweight, and ergonomic for developers. It offers three alternative methods + for processing JSON: + . + * Streaming API inspired by StAX + * Tree Model + * Data Binding converts JSON to and from POJOs + . + In addition to the core library, there are numerous extension that provide + additional functionality such as additional data formats beyond JSON, + additional data types or JVM languages. + . + This package contains a module for speeding up serialization and + deserialization of plain-old-Java-objects data types using byte-code + generation. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-module-afterburner.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

