[SCM] Debian packaging of libspreadsheet-xlsx-perl branch, master, updated. a979f86e7c369f2c21b0a6591b0bd7d6318e0f48

gregor herrmann gregoa at debian.org
Thu Jul 5 20:55:33 UTC 2012


The following commit has been merged in the master branch:
commit d326020f0ac87f3078c4c3fbd1360628bb529f71
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:55:02 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index c55c9aa..daa3f76 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,27 @@
 Source: libspreadsheet-xlsx-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libarchive-zip-perl (>= 1.18),
- libspreadsheet-parseexcel-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libarchive-zip-perl,
+                     libspreadsheet-parseexcel-perl
 Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/Spreadsheet-XLSX/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libspreadsheet-xlsx-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libspreadsheet-xlsx-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libspreadsheet-xlsx-perl.git
+Homepage: http://search.cpan.org/dist/Spreadsheet-XLSX/
 
 Package: libspreadsheet-xlsx-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libarchive-zip-perl (>= 1.18),
- libspreadsheet-parseexcel-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libarchive-zip-perl,
+         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 packaging of libspreadsheet-xlsx-perl



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