[javawriter] 03/05: Fix control file to remove lintian warnings

komal sukhani komal-guest at moszumanska.debian.org
Fri Jul 17 14:29:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

komal-guest pushed a commit to branch master
in repository javawriter.

commit 3557c604ff1c2af9bc43e2d739063cef8bae2ba7
Author: Komal Sukhani <komaldsukhani at gmail.com>
Date:   Thu Jul 16 17:31:15 2015 +0530

    Fix control file to remove lintian warnings
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 16d28fb..1b21193 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libjavawriter-java-doc
-Description: JavaWriter
+Description: Java API for generating .java source files
  A utility class which aids in generating Java source files.
 
 Package: libjavawriter-java-doc
@@ -25,6 +25,10 @@ Depends: ${misc:Depends}, ${maven:DocDepends}
 Recommends: ${maven:DocOptionalDepends}
 Suggests: libjavawriter-java
 Description: Documentation for JavaWriter
- A utility class which aids in generating Java source files.
+ Source file generation can be useful when doing things such as
+ annotation processing or interacting with metadata files (e.g., database
+ schemas, protocol formats). By generating code, you eliminate the need
+ to write boilerplate while also keeping a single source of truth for the
+ metadata.
  .
  This package contains the API documentation of libjavawriter-java.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javawriter.git



More information about the pkg-java-commits mailing list