debian/0000755000000000000000000000000011456123066007172 5ustar debian/control0000644000000000000000000000400511456122207010570 0ustar Source: libspreadsheet-read-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl, libtext-csv-perl (>= 1.19), libtext-csv-xs-perl (>= 0.75), libspreadsheet-parseexcel-perl (>= 0.5800), libspreadsheet-xlsx-perl (>= 0.13), libtest-nowarnings-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.94) Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , Jose Luis Rivas , Jonathan Yu , gregor herrmann , Ryan Niebur , Nicholas Bamber Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Spreadsheet-Read/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libspreadsheet-read-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libspreadsheet-read-perl/ Package: libspreadsheet-read-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl, libtext-csv-perl (>= 1.19) Recommends: libtext-csv-xs-perl (>= 0.75), libspreadsheet-parseexcel-perl (>= 0.5800), libspreadsheet-xlsx-perl (>= 0.13) Suggests: perl-tk, libtk-tablematrix-perl Description: reader for common spreadsheet formats Spreadsheet::Read is a Perl module that tries to transparently read arbitrary spreadsheet files and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning. . For OpenOffice, this module uses Spreadsheet::ReadSXC. . For Microsoft Excel, this module uses Spreadsheet::XLSX (for newer files; see the libspreadsheet-xlsx-perl package) or Spreadsheet::ParseExcel (available in libspreadsheet-parseexcel-perl) . For Comma-Separated Value (CSV) files, this module uses Text::CSV (either the pure perl version in libtext-csv-perl, or, if available, the XS-accelerated version packaged as libtext-csv-xs-perl). . For SquirrelCalc, there is a very simplistic built-in parser. debian/copyright0000644000000000000000000000236011455363617011135 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: H. Merijn Brand Source: http://search.cpan.org/dist/Spreadsheet-Read/ Name: Spreadsheet-Read Files: * Copyright: 2005-2010, H.Merijn Brand License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Jeremiah C. Foster 2008, Jose Luis Rivas 2009, 2010, gregor herrmann 2009, Jonathan Yu 2010, Nicholas Bamber License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000036411212456103010215 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Spreadsheet-Read/ .*/Spreadsheet-Read-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011456122752010622 5ustar debian/patches/series0000644000000000000000000000002211455363617012037 0ustar interpreter.patch debian/patches/interpreter.patch0000644000000000000000000000044411455363617014216 0ustar Description: fix path Forwarded: not-needed Origin: vendor Author: gregor herrmann Reviewed-by: Nicholas Bamber Last-Update: 2010-10-12 --- a/Read.pm +++ b/Read.pm @@ -1,4 +1,4 @@ -#!/pro/bin/perl +#!/usr/bin/perl package Spreadsheet::Read; debian/compat0000644000000000000000000000000211066203607010365 0ustar 7 debian/changelog0000644000000000000000000001131511456122554011046 0ustar libspreadsheet-read-perl (0.41-1) unstable; urgency=low [ Nicholas Bamber ] * Added myself to Uploaders * New upstream release * Upped standards version to 3.9.1 * Refreshed copyright * Refreshed interpreter patch and removed spelling patch [ gregor herrmann ] * debian/control: bump version for some (build) dependencies according to new upstream requirements. -- Nicholas Bamber Tue, 12 Oct 2010 20:27:19 +0100 libspreadsheet-read-perl (0.40-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ gregor herrmann ] * Update (build) dependency versions as per upstream. * Update DEP3 patch headers. -- gregor herrmann Fri, 21 May 2010 17:10:51 +0200 libspreadsheet-read-perl (0.39-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) * Use new 3.0 (quilt) source format * Update to DEP5 copyright format + Update years of copyright * Replace patch with override to fix shebang lines [ gregor herrmann ] * Bump some versioned dependencies according to new upstream requirements. * Add a patch to fix a spelling mistake in the POD. * Resurrect the part of interpreter.patch that does not act on the examples. -- gregor herrmann Sun, 28 Mar 2010 17:24:00 +0200 libspreadsheet-read-perl (0.38-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Add row() and cellrow() [ gregor herrmann ] * debian/control: bump some versioned (build) dependencies as per new upstream requirements. -- Jonathan Yu Tue, 15 Dec 2009 20:26:59 -0500 libspreadsheet-read-perl (0.37-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Update dependencies per upstream * Standards-Version 3.8.3 (drop perl version dependency) * Rewrite control description * Add myself to Uploaders and Copyright [ Ryan Niebur ] * Update ryan52's email address -- Jonathan Yu Tue, 10 Nov 2009 08:58:00 -0500 libspreadsheet-read-perl (0.35-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release (closes: #526567) * Add myself to Uploaders * Debian Policy 3.8.1 * Add build dep on libtest-nowarnings-perl [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Minimize debian/rules, bump versioned build dependencies; activate AUTOMATED_TESTING. * Set Standards-Version to 3.8.2 (no changes). * Refresh patch. * Add a build dependency on libtest-simple-perl >= 0.88, the test suite now uses a feature in a newer Test::More than the one included in perl-modules. * Bump versioned (build) dependencies on several prerequisites. -- gregor herrmann Fri, 26 Jun 2009 17:52:18 +0200 libspreadsheet-read-perl (0.34-1) unstable; urgency=low * New upstream release. * debian/control: bump versioned (build) dependencies. * Add padding 0s to the required versions of libspreadsheet-parseexcel-perl, otherwise 0.3300 >> 0.49. -- gregor herrmann Thu, 29 Jan 2009 19:45:19 +0100 libspreadsheet-read-perl (0.33-1) unstable; urgency=low * New upstream release. * debian/control: bump versioned (build) dependencies and add libspreadsheet-xlsx-perl. * Extend interpreter.patch to include new example script. * debian/control: update short and long description. -- gregor herrmann Sat, 24 Jan 2009 03:47:50 +0100 libspreadsheet-read-perl (0.31-1) unstable; urgency=low * New upstream release. * Extend interpreter.patch to also fix the path in the examples. * Update years of upstream copyright. -- gregor herrmann Mon, 05 Jan 2009 14:52:40 +0100 libspreadsheet-read-perl (0.30-1) unstable; urgency=low * New upstream release. * debian/control: - switch Vcs-Browser field to ViewSVN - bump versioned (build) dependencies on libspreadsheet-parseexcel-perl and libtext-csv-xs-perl - remove module versions from long description - add /me to Uploaders * Add a description to interpreter.patch. -- gregor herrmann Thu, 01 Jan 2009 22:35:24 +0100 libspreadsheet-read-perl (0.29-1) unstable; urgency=low [ Jose Luis Rivas ] * New upstream release * Added me as uploader. [ gregor herrmann ] * debian/control: - bump versioned Recommends on libtext-csv-xs-perl to 0.56 - make build dependencies versioned too - wrap a long line -- Jose Luis Rivas Sun, 02 Nov 2008 03:37:27 -0430 libspreadsheet-read-perl (0.28-1) unstable; urgency=low * Initial Release. Closes: #497780 -- Jeremiah C. Foster Tue, 23 Sep 2008 22:25:11 +0200 debian/libspreadsheet-read-perl.examples0000644000000000000000000000001311066264635015600 0ustar examples/* debian/source/0000755000000000000000000000000011456122752010473 5ustar debian/source/format0000644000000000000000000000001411350656221011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000045711350656221010255 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_test: AUTOMATED_TESTING=1 dh_auto_test override_dh_installexamples: dh_installexamples sed -i '1s|^#!/pro/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*