csvjdbc 1.0.31-1 source package in Ubuntu

Changelog

csvjdbc (1.0.31-1) unstable; urgency=medium

  * Fix debian/watch
  * Add bundled lib/dans-dbf-lib-*.jar file to Files-Excluded
  * Import new upstream (1.0.31)
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

 -- Christopher Hoskin <email address hidden>  Sat, 24 Sep 2016 10:07:12 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
csvjdbc_1.0.31-1.dsc 2.1 KiB 8cb77432e3bbf59106195efb5340a3fbcee3e1904f24bf7e7de3872e3fc4f5c6
csvjdbc_1.0.31.orig.tar.xz 353.6 KiB 9270c14d14bd6e64e9a32640c3ed7882fb3c44f7d43483cb0f15e1a1d8e98b99
csvjdbc_1.0.31-1.debian.tar.xz 3.1 KiB 9a58689a8ecbed17a466f067be2fb8f2af8617597f21134dee1d9e639de13275

Available diffs

No changes file available.

Binary packages built by this source

libcsvjdbc-java: No summary available for libcsvjdbc-java in ubuntu yakkety.

No description available for libcsvjdbc-java in ubuntu yakkety.

libcsvjdbc-java-doc: 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.