[commons-csv] 33/35: Updated the package description

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Sep 29 15:53:30 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository commons-csv.

commit 052e4db7dd9abe1388c9d3b51fd6acf4ff0ca7d9
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 29 14:40:47 2015 +0200

    Updated the package description
---
 debian/changelog |  1 +
 debian/control   | 18 +++++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 58206d6..b31b840 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ commons-csv (0.1-SNAPSHOT+svn678580-4) UNRELEASED; urgency=medium
     - Removed Michael Koch from the uploaders (Closes: #654005)
     - Standards-Version updated to 3.9.6 (no changes)
     - Removed the deprecated DM-Upload-Allowed field
+    - Updated the package description
   * Switch to debhelper level 9
   * debian/copyright: Converted to the Copyright Format 1.0
   * Updated debian/watch
diff --git a/debian/control b/debian/control
index 720456a..915591b 100644
--- a/debian/control
+++ b/debian/control
@@ -13,16 +13,20 @@ Homepage: http://commons.apache.org/sandbox/csv/
 Package: libcommons-csv-java
 Architecture: all
 Depends: ${misc:Depends}
-Description: a Java library for working with csv (comma separated values) files
- libcommons-csv-java is the Apache Commons library for working with csv (comma
- separated value) files.
+Description: Library for reading and writing CSV files
+ The Apache Commons CSV library provides a simple interface for reading
+ and writing files in variations of the Comma Separated Value (CSV) format.
+ The most common CSV formats are supported (RFC 4180, Excel, MySQL, TDF)
+ and custom formats can be handled using a fluent style API.
 
 Package: libcommons-csv-java-doc
 Architecture: all
 Depends: ${misc:Depends}
 Section: doc
-Description: documentation for libcommons-csv-java
- libcommons-csv-java is the Apache Commons library for working with csv (comma
- separated value) files.
+Description: Library for reading and writing CSV files (documentation)
+ The Apache Commons CSV library provides a simple interface for reading
+ and writing files in variations of the Comma Separated Value (CSV) format.
+ The most common CSV formats are supported (RFC 4180, Excel, MySQL, TDF)
+ and custom formats can be handled using a fluent style API.
  .
- This package contains the API documentation for the Commons CSV library
+ This package contains the API documentation for libcommons-csv-java.

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



More information about the pkg-java-commits mailing list