r54529 - in /trunk/libspreadsheet-read-perl: Changes META.yml Makefile.PL README Read.pm debian/README.source debian/changelog debian/control debian/copyright debian/rules debian/source/ debian/source/format examples/ss2tk examples/xls2csv examples/xlscat

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Mar 19 02:00:45 UTC 2010


Author: jawnsy-guest
Date: Fri Mar 19 02:00:33 2010
New Revision: 54529

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54529
Log:
* 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

Added:
    trunk/libspreadsheet-read-perl/debian/source/
    trunk/libspreadsheet-read-perl/debian/source/format
Removed:
    trunk/libspreadsheet-read-perl/debian/README.source
Modified:
    trunk/libspreadsheet-read-perl/Changes
    trunk/libspreadsheet-read-perl/META.yml
    trunk/libspreadsheet-read-perl/Makefile.PL
    trunk/libspreadsheet-read-perl/README
    trunk/libspreadsheet-read-perl/Read.pm
    trunk/libspreadsheet-read-perl/debian/changelog
    trunk/libspreadsheet-read-perl/debian/control
    trunk/libspreadsheet-read-perl/debian/copyright
    trunk/libspreadsheet-read-perl/debian/rules
    trunk/libspreadsheet-read-perl/examples/ss2tk
    trunk/libspreadsheet-read-perl/examples/xls2csv
    trunk/libspreadsheet-read-perl/examples/xlscat

Modified: trunk/libspreadsheet-read-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/Changes?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/Changes (original)
+++ trunk/libspreadsheet-read-perl/Changes Fri Mar 19 02:00:33 2010
@@ -1,4 +1,10 @@
 Revision history for Spreadsheet::Read
+
+0.39	Tue 16 Mar 2010
+
+    - Doc fix (RT#54507, Patrick Cronin)
+    - Upped Copyright notices to 2010
+    - Drop YAML version to 1.0
 
 0.38	Tue 15 Dec 2009
 

Modified: trunk/libspreadsheet-read-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/META.yml?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/META.yml (original)
+++ trunk/libspreadsheet-read-perl/META.yml Fri Mar 19 02:00:33 2010
@@ -1,6 +1,6 @@
---- #YAML:1.1
+--- #YAML:1.0
 name:                   Read
-version:                0.38
+version:                0.39
 abstract:               Meta-Wrapper for reading spreadsheet data
 license:                perl
 author:                 
@@ -10,16 +10,12 @@
 provides:
   Spreadsheet::Read:
     file:               Read.pm
-    version:            0.38
+    version:            0.39
 requires:                       
   perl:                 5.006
   Exporter:             0
   Carp:                 0
   Data::Dumper:         0
-recommends:
-  perl:                 5.010001
-  File::Temp:           0.22
-  IO::Scalar:           0
 configure_requires:
   ExtUtils::MakeMaker:  0
 build_requires:
@@ -27,6 +23,11 @@
   Test::Harness:        0
   Test::More:           0.88
   Test::NoWarnings:     0
+recommends:
+  perl:                 5.010001
+  File::Temp:           0.22
+  IO::Scalar:           0
+  Test::More:           0.94
 resources:
   license:              http://dev.perl.org/licenses/
   repository:           http://repo.or.cz/w/Spreadsheet-Read.git
@@ -41,14 +42,14 @@
     recommends:
       Text::CSV:                           1.16
       Text::CSV_PP:                        1.24
-      Text::CSV_XS:                        0.70
+      Text::CSV_XS:                        0.72
   opt_excel:
     description:        Provides parsing of Microsoft Excel files
     requires:
       Spreadsheet::ParseExcel:             0.26
       Spreadsheet::ParseExcel::FmtDefault: 0
     recommends:
-      Spreadsheet::ParseExcel:             0.56
+      Spreadsheet::ParseExcel:             0.57
   opt_excelx:
     description:        Provides parsing of Microsoft Excel 2007 files
     requires:
@@ -57,7 +58,7 @@
   opt_oo:
     description:        Provides parsing of OpenOffice spreadsheets
     requires:
-      Spreadsheet::ReadSXC:                0.2
+      Spreadsheet::ReadSXC:                0.20
   opt_tools:
     description:        Spreadsheet tools
     recommends:

Modified: trunk/libspreadsheet-read-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/Makefile.PL?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/Makefile.PL (original)
+++ trunk/libspreadsheet-read-perl/Makefile.PL Fri Mar 19 02:00:33 2010
@@ -26,7 +26,7 @@
 	"Exporter"			=> 0.00,
 	"Carp"				=> 0.00,
 	"Data::Dumper"			=> 0.00,
-	"File::Temp"			=> 0.14,
+	"File::Temp"			=> 0.22,
 	"IO::Scalar"			=> 0.00,	# Optional
 
 	# Backend parsers, all optional

Modified: trunk/libspreadsheet-read-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/README?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/README (original)
+++ trunk/libspreadsheet-read-perl/README Fri Mar 19 02:00:33 2010
@@ -59,7 +59,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2005-2009 H.Merijn Brand
+Copyright (C) 2005-2010 H.Merijn Brand
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: trunk/libspreadsheet-read-perl/Read.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/Read.pm?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/Read.pm (original)
+++ trunk/libspreadsheet-read-perl/Read.pm Fri Mar 19 02:00:33 2010
@@ -23,7 +23,7 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.38";
+our $VERSION = "0.39";
 sub  Version { $VERSION }
 
 use Carp;
@@ -904,8 +904,8 @@
 is made to analyse and store field attributes like this:
 
     { label  => "Sheet 1",
-      maxrow => 2,
-      maxcol => 4,
+      maxrow => 5,
+      maxcol => 2,
       cell   => [ undef,
 	[ undef, 1 ],
 	[ undef, undef, undef, undef, undef, "Nugget" ],
@@ -1045,7 +1045,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2005-2009 H.Merijn Brand
+Copyright (C) 2005-2010 H.Merijn Brand
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: trunk/libspreadsheet-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/changelog?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/changelog (original)
+++ trunk/libspreadsheet-read-perl/debian/changelog Fri Mar 19 02:00:33 2010
@@ -1,3 +1,13 @@
+libspreadsheet-read-perl (0.39-1) UNRELEASED; urgency=low
+
+  * 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
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 18 Mar 2010 22:30:34 -0400
+
 libspreadsheet-read-perl (0.38-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libspreadsheet-read-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/control?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/control (original)
+++ trunk/libspreadsheet-read-perl/debian/control Fri Mar 19 02:00:33 2010
@@ -1,7 +1,7 @@
 Source: libspreadsheet-read-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, libtest-pod-perl,
  libtest-pod-coverage-perl, libtext-csv-perl (>= 1.16),
  libtext-csv-xs-perl (>= 0.70), libspreadsheet-parseexcel-perl (>= 0.5600),
@@ -11,7 +11,7 @@
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
  Jose Luis Rivas <ghostbar38 at gmail.com>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Ryan Niebur <ryan at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 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/

Modified: trunk/libspreadsheet-read-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/copyright?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/copyright (original)
+++ trunk/libspreadsheet-read-perl/debian/copyright Fri Mar 19 02:00:33 2010
@@ -1,29 +1,30 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: H. Merijn Brand <h.m.brand at xs4all.nl>
-Upstream-Source: http://search.cpan.org/dist/Spreadsheet-Read/
-Upstream-Name: Spreadsheet-Read
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: H. Merijn Brand <h.m.brand at xs4all.nl>
+Source: http://search.cpan.org/dist/Spreadsheet-Read/
+Name: Spreadsheet-Read
 
 Files: *
-Copyright: 2005-2009, H.Merijn Brand <h.m.brand at xs4all.nl>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2005-2010, H.Merijn Brand <h.m.brand at xs4all.nl>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
  2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
-License: Artistic | GPL-1+
+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 GNU/Linux systems, the complete text of the Artistic License
-    can be found in /usr/share/common-licenses/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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
+

Modified: trunk/libspreadsheet-read-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/rules?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/rules (original)
+++ trunk/libspreadsheet-read-perl/debian/rules Fri Mar 19 02:00:33 2010
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
+
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_test:
 	AUTOMATED_TESTING=1 dh_auto_test

Added: trunk/libspreadsheet-read-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/source/format?rev=54529&op=file
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/source/format (added)
+++ trunk/libspreadsheet-read-perl/debian/source/format Fri Mar 19 02:00:33 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libspreadsheet-read-perl/examples/ss2tk
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/examples/ss2tk?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/examples/ss2tk (original)
+++ trunk/libspreadsheet-read-perl/examples/ss2tk Fri Mar 19 02:00:33 2010
@@ -1,7 +1,7 @@
 #!/pro/bin/perl
 
 # ss2tk: show SpreadSheet file in Tk::TableMatrix::Spreadsheet (*)
-#	  (m)'07 [26-06-2007] Copyright H.M.Brand 2005-2009
+#	  (m)'07 [26-06-2007] Copyright H.M.Brand 2005-2010
 
 use strict;
 use warnings;

Modified: trunk/libspreadsheet-read-perl/examples/xls2csv
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/examples/xls2csv?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/examples/xls2csv (original)
+++ trunk/libspreadsheet-read-perl/examples/xls2csv Fri Mar 19 02:00:33 2010
@@ -1,7 +1,7 @@
 #!/pro/bin/perl
 
 # xls2csv: Convert Microsoft Excel spreadsheet to CSV
-#	   (m)'08 [10-03-2008] Copyright H.M.Brand 2008-2009
+#	   (m)'08 [10-03-2008] Copyright H.M.Brand 2008-2010
 
 use strict;
 use warnings;

Modified: trunk/libspreadsheet-read-perl/examples/xlscat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/examples/xlscat?rev=54529&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/examples/xlscat (original)
+++ trunk/libspreadsheet-read-perl/examples/xlscat Fri Mar 19 02:00:33 2010
@@ -1,7 +1,7 @@
 #!/pro/bin/perl
 
 # xls2cat: show XLS/SXC file as Text
-#	  (m)'09 [13-05-2009] Copyright H.M.Brand 2005-2009
+#	  (m)'09 [13-05-2009] Copyright H.M.Brand 2005-2010
 
 use strict;
 use warnings;




More information about the Pkg-perl-cvs-commits mailing list