This is an automated email from the git hooks/post-receive script. reazem-guest pushed a commit to branch master in repository jsemver.
commit 5faf61bf3486f8e2cc60873d8eaa35ea6335fb17 Author: Alexandre Viau <[email protected]> Date: Mon Feb 23 17:37:27 2015 -0500 Added longer package desc --- debian/control | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index b731935..c7dd161 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,9 @@ Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Suggests: ${maven:OptionalDepends}, libsemver-java-doc Description: Java implementation of the SemVer Specification - Java implementation of the Semver Specificaiton. + jsemver provides an API to parse, build and compare version + numbers following the Semantic Versioning Specification + (http://semver.org) Package: libsemver-java-doc Architecture: all @@ -24,6 +26,8 @@ Depends: ${misc:Depends} Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends} Suggests: libsemver-java Description: Documentation for Java SemVer - Java implementation of the SemVer Specification. + jsemver provides an API to parse, build and compare version + numbers following the Semantic Versioning Specification + (http://semver.org) . This package contains the API documentation of libsemver-java. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsemver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

