This is an automated email from the git hooks/post-receive script. grinorcole-guest pushed a commit to branch master in repository csvjdbc.
commit cba4e98fabed3eedbf3258b903b55cdc2d163b3c Author: Christopher Hoskin <[email protected]> Date: Mon May 2 19:20:56 2016 +0100 Add package descriptions and ITP number --- debian/changelog | 3 +-- debian/control | 22 ++++++++++++++++++---- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff9641d..3e40c47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ csvjdbc (1.0.29-1) UNRELEASED; urgency=medium - * Initial release (Closes: #nnnn) <nnnn is the bug number of your - ITP> + * Initial release (Closes: #823234) -- Christopher Hoskin <[email protected]> Mon, 02 May 2016 15:50:08 +0100 diff --git a/debian/control b/debian/control index 56d8729..c29a3fe 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,15 @@ Package: libcsvjdbc-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Suggests: ${maven:OptionalDepends}, libcsvjdbc-java-doc -Description: CsvJdbc - a Java JDBC driver for reading comma-separated-value files +Description: read-only JDBC driver that uses CSV or DBF files as database tables + CsvJdbc is a read-only JDBC driver that uses Comma Separated Value (CSV) files + or DBF files as database tables. It is ideal for writing data import programs + or analyzing log files. + . + The driver enables a directory or a ZIP file containing CSV or DBF files to be + accessed as though it were a database containing tables. However, as there is + no real database management system behind the scenes, not all JDBC + functionality is available. Package: libcsvjdbc-java-doc Architecture: all @@ -23,7 +30,14 @@ Section: doc Depends: ${misc:Depends} Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends} Suggests: libcsvjdbc-java -Description: Documentation for CsvJdbc - a Java JDBC driver for reading comma-separated-value files +Description: Documentation for csvjdbc + CsvJdbc is a read-only JDBC driver that uses Comma Separated Value (CSV) files + or DBF files as database tables. It is ideal for writing data import programs + or analyzing log files. + . + The driver enables a directory or a ZIP file containing CSV or DBF files to be + accessed as though it were a database containing tables. However, as there is + no real database management system behind the scenes, not all JDBC + functionality is available. . This package contains the API documentation of libcsvjdbc-java. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/csvjdbc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

