This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcofoja-java.
commit 6946ebda322e58f35061251bda6f0c5e6e3ddd45 Author: Emmanuel Bourg <[email protected]> Date: Mon Apr 14 18:06:02 2014 +0200 Updated the package description --- debian/changelog | 1 + debian/control | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1bb0e98..a9c0f71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ cofoja (1.0~r139-3) UNRELEASED; urgency=medium * Team upload. * debian/control: - Standards-Version updated to 3.9.5 (no changes) + - Updated the package description * Switch to debhelper level 9 * Replaced debian/get-orig-source.sh with debian/orig-tar.sh and made it work with uscan diff --git a/debian/control b/debian/control index 7634cd7..a8a866c 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-java/libcofoja-java.git;a=summary Package: libcofoja-java Architecture: all Depends: ${misc:Depends}, ${java:Depends} -Description: Java framework for runtime checking +Description: Java API for annotating code with contracts Contracts for Java is a contract programming framework for Java, which uses annotation processing and bytecode instrumentation to provide run-time checking. @@ -24,5 +24,9 @@ Description: Java framework for runtime checking These contract annotations are: - easy to write and read - checked at runtime - . - + Annotating code with contracts helps you: + * design, + * document, + * test, and + * debug + programs. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcofoja-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

