This is an automated email from the git hooks/post-receive script. tjaalton-guest pushed a commit to branch master in repository jackson-module-jaxb-annotations.
commit b7c2bb2965bc7e52cbd92de046a0bdcaaf298606 Author: Timo Aaltonen <[email protected]> Date: Thu Jul 3 12:49:33 2014 +0300 fix the binary name, descriptions, maven.publishedRules --- debian/control | 10 ++++++---- debian/{true.poms => libjackson2-module-jaxb-annotations.poms} | 0 debian/maven.publishedRules | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 653708d..1d63f29 100644 --- a/debian/control +++ b/debian/control @@ -14,10 +14,12 @@ Vcs-Git: git://anonscm.debian.org/pkg-java/jackson-module-jaxb-annotations.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jackson-module-jaxb-annotations.git Homepage: http://wiki.fasterxml.com/JacksonJAXBAnnotations -Package: true +Package: libjackson2-module-jaxb-annotations Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: ${maven:OptionalDepends} -Description: Jackson-module-JAXB-annotations - Support for using JAXB annotations as an alternative to "native" Jackson - annotations, for configuring data binding. +Description: fast and powerful JSON library for Java -- JAXB annotations + This Jackson extension module provides support for using JAXB (javax.xml.bind) + annotations as an alternative to native Jackson annotations. It is most often used + to make it easier to reuse existing data beans that used with JAXB framework to read + and write XML. diff --git a/debian/true.poms b/debian/libjackson2-module-jaxb-annotations.poms similarity index 100% rename from debian/true.poms rename to debian/libjackson2-module-jaxb-annotations.poms diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules index 8b13789..a9e7f56 100644 --- a/debian/maven.publishedRules +++ b/debian/maven.publishedRules @@ -1 +1,2 @@ +com.fasterxml.jackson.module jackson-module-jaxb-annotations jar s/2\..*/2.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-module-jaxb-annotations.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

