libspreadsheet-writeexcel-perl 2.38-1 source package in Ubuntu

Changelog

libspreadsheet-writeexcel-perl (2.38-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * New upstream release.
    'Fixes' "FTBFS with perl 5.18: POD" by removing the failing test.
    The POD still has errors, as detected by lintian
    (manpage-has-errors-from-pod2man).
    (Closes: #710995)
  * Add patch to declare the POD encoding; this fixes the actual problem
    behind #710995.
  * Switch to "3.0 (quilt)" source format.
  * debian/copyright: switch formatting to Copyright-Format 1.0. Update
    copyright years and license stanzas.
  * Bump debhelper compatibility level to 8.
  * Set Standards-Version to 3.9.4 (no further changes).

 -- gregor herrmann <email address hidden>  Wed, 05 Jun 2013 20:11:55 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libspreadsheet-writeexcel-perl_2.38-1.dsc 2.4 KiB c724ecc71296429acbd673fe7f2c958d99249dd52f4c402fdb631746065873c8
libspreadsheet-writeexcel-perl_2.38.orig.tar.gz 483.0 KiB 57ba16d96a820fa19bf4c8c9e035ce4c0e66a37aaf4d6405f304ebb87eeffa92
libspreadsheet-writeexcel-perl_2.38-1.debian.tar.gz 6.1 KiB 891705d518c9a2b48755ebae4ed17c797780e201a29c2eceaf9c13cd3c1c6caa

Available diffs

No changes file available.

Binary packages built by this source

libspreadsheet-writeexcel-perl: module to create Excel spreadsheets

 Spreadsheet::WriteExcel is a Perl module that can be used to create a cross-
 platform Excel binary file. Multiple worksheets can be added to a workbook
 and formatting can be applied to cells. Additionally, this module supports
 writing text, numeric values, formulas and hyperlinks to cells.
 .
 The Excel file produced by this module is compatible with Excel 5, 95, 97
 and 2000. Generated files are also compatible with the Linux/UNIX spreadsheet
 applications OpenOffice.org, Gnumeric and XESS. The generated files are not
 compatible with MS Access.
 .
 This module cannot be used to read an Excel file. See Spreadsheet::ParseExcel
 (libspreadsheet-parseexcel-perl) or look at the main documentation for some
 suggestions. This module cannot be used to write to an existing Excel file.