[jcommander] 11/17: Improved the package description
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Feb 2 22:46:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jcommander.
commit b249bbd9f7b95e1a89118094f40a94e8bece0636
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Sep 1 22:27:15 2014 +0000
Improved 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 c1511af..25b1470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jcommander (1.35-1) UNRELEASED; urgency=medium
* New upstream release
* debian/control:
- Use canonical URLs for the Vcs-* fields
+ - Improved the package description
* Switch to debhelper level 9
-- Emmanuel Bourg <ebourg at apache.org> Mon, 01 Sep 2014 23:50:39 +0200
diff --git a/debian/control b/debian/control
index 5593e9b..909ed0d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,9 @@ Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libjcommander-java-doc
Description: Java framework for parsing command line parameters
- A Java framework to parse command line options with annotations.
+ JCommander is a Java framework to parse command line options with annotations.
+ The command line options are defined by annotating the fields of a Java class
+ and the parser populates the fields automatically.
Package: libjcommander-java-doc
Architecture: all
@@ -24,7 +26,9 @@ Section: doc
Depends: ${misc:Depends}, ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libjcommander-java
-Description: Java framework for parsing command line parameters
- A Java framework to parse command line options with annotations.
+Description: Java framework for parsing command line parameters (documentation)
+ JCommander is a Java framework to parse command line options with annotations.
+ The command line options are defined by annotating the fields of a Java class
+ and the parser populates the fields automatically.
.
This package contains the API documentation of libjcommander-java.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jcommander.git
More information about the pkg-java-commits
mailing list