[Python-modules-commits] r24733 - in packages/python-xlrd/trunk/debian (changelog control)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Tue Jun 11 13:31:22 UTC 2013
Date: Tuesday, June 11, 2013 @ 13:31:18
Author: bernat
Revision: 24733
Enhance long description
Modified:
packages/python-xlrd/trunk/debian/changelog
packages/python-xlrd/trunk/debian/control
Modified: packages/python-xlrd/trunk/debian/changelog
===================================================================
--- packages/python-xlrd/trunk/debian/changelog 2013-06-11 13:24:43 UTC (rev 24732)
+++ packages/python-xlrd/trunk/debian/changelog 2013-06-11 13:31:18 UTC (rev 24733)
@@ -12,8 +12,9 @@
+ Drop shebang patch. Not needed anymore.
* Bump Standards-Version to 3.9.4.
* Switch to dh and dh_python2.
+ * Enhance long description in debian/control.
- -- Vincent Bernat <bernat at guybrush.luffy.cx> Tue, 11 Jun 2013 14:53:25 +0200
+ -- Vincent Bernat <bernat at debian.org> Tue, 11 Jun 2013 15:22:17 +0200
python-xlrd (0.6.1-2) unstable; urgency=low
Modified: packages/python-xlrd/trunk/debian/control
===================================================================
--- packages/python-xlrd/trunk/debian/control 2013-06-11 13:24:43 UTC (rev 24732)
+++ packages/python-xlrd/trunk/debian/control 2013-06-11 13:31:18 UTC (rev 24733)
@@ -13,7 +13,10 @@
Package: python-xlrd
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
-Description: extract data from MS Excel spreadsheet files
- Extract data from new and old Microsoft Excel spreadsheets on any platform.
- Pure Python (2.1 or later). Strong support for Excel dates. Unicode-aware.
-
+Description: extract data from Microsoft Excel spreadsheet files
+ xlrd is a Python library to Extract data from new and old Microsoft
+ Excel spreadsheets. It supports both .xls and .xlsx files (from Excel
+ 2007).
+ .
+ xlrd is a pure Python module and does not require any dependency
+ outside of the standard Python distribution.
More information about the Python-modules-commits
mailing list