This is an automated email from the git hooks/post-receive script. merkys-guest pushed a commit to branch master in repository libspreadsheet-readsxc-perl.
commit c08d5e83918c4793ad6a94f159cbac43013a5f10 Author: Andrius Merkys <[email protected]> Date: Wed Dec 20 18:59:20 2017 +0200 Adding short and long description as provided by the upstream. --- debian/control | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index a19cee6..61ebf2d 100644 --- a/debian/control +++ b/debian/control @@ -13,5 +13,13 @@ Package: libspreadsheet-readsxc-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libarchive-zip-perl, libxml-parser-perl Recommends: libunicode-string-perl -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Description: extract OpenOffice 1.x spreadsheet data + Spreadsheet::ReadSXC extracts data from OpenOffice 1.x spreadsheet files + (.sxc). It exports the function read_sxc() which takes a filename and an + optional reference to a hash of options as arguments and returns a + reference to a hash of references to two-dimensional arrays. The hash keys + correspond to the names of worksheets in the OpenOffice workbook. The + two-dimensional arrays correspond to rows and cells in the respective + spreadsheets. If you don't like this because the order of sheets is not + preserved in a hash, read on. The 'OrderBySheet' option provides an array of + hashes instead. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libspreadsheet-readsxc-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
