This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjibx1.2-java.
commit a2181418c319f96eb4672b8588646f41565f0690 Author: Emmanuel Bourg <[email protected]> Date: Tue Feb 2 11:20:31 2016 +0100 Reworked the packages descriptions --- debian/changelog | 1 + debian/control | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 06a6abb..8193b38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ libjibx1.2-java (1.2.6-1) UNRELEASED; urgency=medium * Removed the suggested java-virtual-machine dependency from libjibx1.2-java * Removed the recommended dependency on a web browser from the doc package * Removed the unused build dependency on antlr + * Reworked the packages descriptions -- Emmanuel Bourg <[email protected]> Tue, 02 Feb 2016 10:08:26 +0100 diff --git a/debian/control b/debian/control index 4d79bde..bdb6dc5 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Description: Framework for binding XML data to Java objects Package: libjibx-java Architecture: all Depends: libjibx1.2-java, ${misc:Depends} -Description: Framework for binding XML data to Java objects +Description: Framework for binding XML data to Java objects (symlink) JiBX lets you work with data from XML documents using your own class structures. The JiBX framework handles all the details of converting your data to and from XML based on your instructions. JiBX is designed @@ -46,5 +46,12 @@ Section: doc Architecture: all Depends: ${misc:Depends} Suggests: libjibx-java -Description: Documentation for libjibx-java +Description: Framework for binding XML data to Java objects (documentation) + JiBX lets you work with data from XML documents using your own class + structures. The JiBX framework handles all the details of converting + your data to and from XML based on your instructions. JiBX is designed + to perform the translation between internal data structures and XML + with very high efficiency, but still allows you a high degree of + control over the translation process. + . This package contains documentation, javadocs and tutorial code for JiBX. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjibx1.2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

