This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jtharness.
commit 422e8767195a2b96e2e383d89be7f1d89a189d46 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 29 20:54:21 2014 +0000 Improved the package description --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3aa35c8..5c1f482 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jtharness (4.4.0-MR1-Rel-b19-2) UNRELEASED; urgency=medium * debian/control: - Fixed the Vcs-Svn URL - Standards-Version updated to 3.9.6 (no changes) + - Improved the package description * Switch to debhelper level 9 * Use XZ compression for the upstream tarball * debian/copyright: Updated the Format URI diff --git a/debian/control b/debian/control index bd5cd53..f33fd5d 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Depends: junit4, libservlet3.0-java, ${java:Depends}, ${misc:Depends} -Description: jtharness +Description: General purpose test harness for Java The JT harness is a general purpose, fully-featured, flexible, and configurable test harness very well suited for most types of unit testing. Originally developed as a test harness to run TCK test suites, it has since evolved into a @@ -35,7 +35,7 @@ Section: doc Architecture: all Depends: ${java:Depends}, ${misc:Depends} Suggests: libjtharness-java -Description: jtharness (documentation) +Description: JT harness (documentation) This is the javadoc for the libjtharness-java package. . The JT harness is a general purpose, fully-featured, flexible, and configurable -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jtharness.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

