libspreadsheet-writeexcel-perl 2.40-2 source package in Ubuntu

Changelog

libspreadsheet-writeexcel-perl (2.40-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Brian Cassidy from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * add upstream metadata

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + libspreadsheet-writeexcel-perl: Drop versioned constraint on
      libole-storage-lite-perl in Recommends.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 10:39:14 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libspreadsheet-writeexcel-perl_2.40-2.dsc 2.3 KiB f0f13f59e74f5bedcbaf12efee3f01c85e9104ea578b25cb84b1ebeb8fa6939a
libspreadsheet-writeexcel-perl_2.40.orig.tar.gz 469.7 KiB e356aad6866cf135731268ee0e979a197443c15a04878e9cf3e80d022ad6c07e
libspreadsheet-writeexcel-perl_2.40-2.debian.tar.xz 5.5 KiB a2713054a378387177af4f3c75d207c56f7ed21233cc7d2d156bdd5d092a7a8a

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.