[pkg-java] r18337 - trunk/jcommander/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 1 22:27:15 UTC 2014


Author: ebourg-guest
Date: 2014-09-01 22:27:15 +0000 (Mon, 01 Sep 2014)
New Revision: 18337

Modified:
   trunk/jcommander/debian/changelog
   trunk/jcommander/debian/control
Log:
Improved the package description



Modified: trunk/jcommander/debian/changelog
===================================================================
--- trunk/jcommander/debian/changelog	2014-09-01 21:58:58 UTC (rev 18336)
+++ trunk/jcommander/debian/changelog	2014-09-01 22:27:15 UTC (rev 18337)
@@ -4,6 +4,7 @@
   * 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

Modified: trunk/jcommander/debian/control
===================================================================
--- trunk/jcommander/debian/control	2014-09-01 21:58:58 UTC (rev 18336)
+++ trunk/jcommander/debian/control	2014-09-01 22:27:15 UTC (rev 18337)
@@ -16,7 +16,9 @@
 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 @@
 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.




More information about the pkg-java-commits mailing list