Package: python-xlwt
Version: 0.7.2-2
Tags: patch

Hi,

The package description for python-xlwt says:

        module for reading/writing Microsoft Excel spreadsheet files
[...]
        Xlwt is a fork of the unmaintained pyExcelerator.

I wanted to grab some data out of old .xls files and was a little wary
of pyExcelerator's age, so that sounded very useful.  Unfortunately:

        $ dpkg -L python-xlwt | grep xls2cvs
        $

I can't seem to find a parse_xls function, either.  How about this
patch?
---
 debian/changelog |    8 ++++++++
 debian/control   |   16 ++++++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a3c9da1c..fbb8a4ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xlwt (0.7.2+debian1-2.1) local; urgency=low
+
+  * clarify relationship to python-excelerator and python-xlrd in the
+    package description
+  * Suggests: python-xlrd
+
+ -- Jonathan Nieder <[email protected]>  Tue, 04 Oct 2011 21:39:24 -0500
+
 xlwt (0.7.2+debian1-2) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 4dc59a45..592caddb 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,14 @@ X-Python-Version: >= 2.3
 Package: python-xlwt
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-antlr
+Suggests: python-xlrd
 Breaks: ${python:Breaks}
-Description: module for reading/writing Microsoft Excel spreadsheet files
- Xlwt is a Python module for generating .xls spreadsheet files compatible with
- Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. Excel spreadsheets
- can be generated on any platform without needing Excel or a COM server. The
- only requirement is Python 2.3 to 2.6. Xlwt is a fork of the unmaintained
- pyExcelerator.
+Description: module for writing Microsoft Excel spreadsheet files
+ This package provides a pure Python module for writing spreadsheet files
+ readable by Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. Excel
+ spreadsheets can be generated on any platform without needing Excel or a COM
+ server.
+ .
+ Xlwt is a fork of the unmaintained pyExcelerator module with several
+ bugfixes and enhancements. For the functionality previously provided by the
+ parse_xls function, see the python-xlrd package.
-- 
1.7.7.rc1




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to