debian/0000755000000000000000000000000011375520766007202 5ustar debian/control0000644000000000000000000000210111375517710010572 0ustar Source: libspreadsheet-xlsx-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libarchive-zip-perl (>= 1.18), libspreadsheet-parseexcel-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonathan Yu Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Spreadsheet-XLSX/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libspreadsheet-xlsx-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/ Package: libspreadsheet-xlsx-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libarchive-zip-perl (>= 1.18), libspreadsheet-parseexcel-perl Description: Perl extension for reading MS Excel 2007 files Spreadsheet::XLSX emulates the behaviour of Spreadsheet::ParseExcel for the Excel 2007 (.xlsx) file format. It supports styles and many, but not all, of Excel's quirks. It populates the classes from Spreadsheet::ParseExcel for interoperability; including Workbook, Worksheet, and Cell. debian/copyright0000644000000000000000000000212611375520110011115 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Dmitry Ovsyanko, Source: http://search.cpan.org/dist/Spreadsheet-XLSX/ Name: Spreadsheet-XLSX Files: * Copyright: 2008, Dmitry Ovsyanko License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, 2009, 2010, gregor herrmann 2009, Jonathan Yu 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' 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' debian/watch0000644000000000000000000000043411212456137010222 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search opts=uversionmangle=s/(\.\d)$/${1}0/ \ http://search.cpan.org/dist/Spreadsheet-XLSX/ .*/Spreadsheet-XLSX-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011375520724010623 5ustar debian/patches/series0000644000000000000000000000002711122524737012035 0ustar pod-missing-name.patch debian/patches/pod-missing-name.patch0000644000000000000000000000061711375520253015014 0ustar Description: add missing NAME section to POD Forwarded: no Author: gregor herrmann Last-Update: 2010-05-21 --- a/lib/Spreadsheet/XLSX/Fmt2007.pm +++ b/lib/Spreadsheet/XLSX/Fmt2007.pm @@ -157,6 +157,10 @@ __END__ +=head1 NAME + +Spreadsheet::XLSX::Fmt2007 - Formatting module for Spreadsheet::XLSX + =head1 SYNOPSIS $cell = $myworkbook->worksheet->{Cells}[$row][$col] debian/compat0000644000000000000000000000000211047356000010360 0ustar 7 debian/changelog0000644000000000000000000000443211375520710011044 0ustar libspreadsheet-xlsx-perl (0.13-1) unstable; urgency=low * New upstream release. * Convert to source format 3.0 (quilt). Remove quilt framework. * Set Standards-Version to 3.8.4 (no changes). * debian/copyright: update formatting. * Update DEP3 patch headers. -- gregor herrmann Fri, 21 May 2010 17:07:51 +0200 libspreadsheet-xlsx-perl (0.12-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Add myself to Uploaders and Copyright * Use new short rules format * Bump debhelper and quilt dependencies * Drop perl version dependency (newer version is in oldstable) * Standards-Version 3.8.3 (no changes) * Slight rewrite of control description [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Thu, 08 Oct 2009 06:51:47 -0400 libspreadsheet-xlsx-perl (0.10-1) unstable; urgency=low * debian/watch: add uversionmangle to deal with single-digit upstream versions. * New upstream release. * Set Standards-Version to 3.8.1 (no changes). -- gregor herrmann Wed, 22 Apr 2009 20:52:50 +0200 libspreadsheet-xlsx-perl (0.09-1) unstable; urgency=low * New upstream release. -- gregor herrmann Thu, 29 Jan 2009 18:03:29 +0100 libspreadsheet-xlsx-perl (0.08-1) unstable; urgency=low * New upstream release. * debian/copyright: update years of packaging copyright. * debian/control: extend long description. -- gregor herrmann Sat, 24 Jan 2009 03:20:22 +0100 libspreadsheet-xlsx-perl (0.07-1) unstable; urgency=low * New upstream release. * Add (build) dependency on libspreadsheet-parseexcel-perl as per new upstream requirements. * Add patch pod-missing-name.patch; add quilt framework; add debian/README.source. -- gregor herrmann Thu, 18 Dec 2008 20:56:30 +0100 libspreadsheet-xlsx-perl (0.04-1) unstable; urgency=low * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * New upstream release. -- gregor herrmann Sat, 22 Nov 2008 17:46:22 +0100 libspreadsheet-xlsx-perl (0.03-1) unstable; urgency=low * Initial release (closes: #486779). -- gregor herrmann Fri, 8 Aug 2008 14:31:42 -0300 debian/source/0000755000000000000000000000000011375520724010474 5ustar debian/source/format0000644000000000000000000000001411375517653011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611375517664010264 0ustar #!/usr/bin/make -f %: dh $@