This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository qdwizard.
commit 1d9bfab7a6ce903895a95b45ac9a3a11e6fc814a Author: Markus Koschany <[email protected]> Date: Sun Mar 6 15:41:51 2016 +0100 Slightly improve the package description. --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index ccee990..e61af06 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Felix Natter <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5) -Build-Depends-Indep: junit4 +Build-Depends-Indep: junit4 Standards-Version: 3.9.7 Vcs-Git: https://anonscm.debian.org/git/pkg-java/qdwizard.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/qdwizard.git @@ -14,7 +14,7 @@ Package: libqdwizard-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Suggests: ${maven:OptionalDepends} -Description: Simple Java Wizard API +Description: simple Java Wizard API QDWizard is a dead simple API for creating Swing wizards. It is designed - to be simple and has no dependencies besides Java5. + to minimize required code and has no dependencies besides Java 5. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/qdwizard.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

