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

vdanjean pushed a commit to branch master
in repository libdata-table-perl.git.

commit 4dea5c1761374f9e876f9f1a9309ad09bb77ee12
Author: Vincent Danjean <vincent.danj...@ens-lyon.org>
Date:   Sun Feb 21 14:03:05 2016 +0100

    Prepare first upload
---
 debian/control   | 16 +++++++++++++---
 debian/copyright | 10 +---------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index daa88be..7c490a7 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,17 @@ Testsuite: autopkgtest-pkg-perl
 Package: libdata-table-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Data type related to database tables, spreadsheets, CSV/TSV 
files, HTML table displays, etc.
- (no description was found)
+Description: manipulate data tables in perl (as in R)
+ This perl package uses perl5 objects to make it easy for manipulating
+ spreadsheet data among disk files, database, and Web publishing.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ A table object contains a header and a two-dimensional array of scalars. Four
+ class methods Data::fromFile, Data::Table::fromCSV, Data::Table::fromTSV, and
+ Data::Table::fromSQL allow users to create a table object from a CSV/TSV file
+ or a database SQL selection in a snap.
+ .
+ Table methods provide basic access, add, delete row(s) or column(s)
+ operations, as well as more advanced sub-table extraction, table sorting,
+ record matching via keywords or patterns, table merging, and web publishing.
+ Data::Table class also provides a straightforward interface to other popular
+ Perl modules such as DBI and GD::Graph.
diff --git a/debian/copyright b/debian/copyright
index c727b38..e833c33 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Data-Table
 Upstream-Contact: unknown
 Upstream-Name: Data-Table
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: unknown
+Copyright: 1998-2008, Yingyao Zhou & Guangzhou Zou.
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-table-perl.git.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to