[Python-modules-commits] r7345 - in packages/xlwt/trunk/debian (changelog control)
jandd-guest at users.alioth.debian.org
jandd-guest at users.alioth.debian.org
Fri Jan 16 20:41:27 UTC 2009
Date: Friday, January 16, 2009 @ 20:41:26
Author: jandd-guest
Revision: 7345
prepare xlwt-0.7.0-3 to use python-antlr from antlr 2.7.7-10
Modified:
packages/xlwt/trunk/debian/changelog
packages/xlwt/trunk/debian/control
Modified: packages/xlwt/trunk/debian/changelog
===================================================================
--- packages/xlwt/trunk/debian/changelog 2009-01-15 20:11:43 UTC (rev 7344)
+++ packages/xlwt/trunk/debian/changelog 2009-01-16 20:41:26 UTC (rev 7345)
@@ -1,3 +1,10 @@
+xlwt (0.7.0-3) unstable; urgency=low
+
+ * debian/control: depend on separate python-antlr package instead of
+ antlr (available in antlr-2.7.7-10)
+
+ -- Jan Dittberner <jan at dittberner.info> Fri, 16 Jan 2009 21:35:30 +0100
+
xlwt (0.7.0-2) unstable; urgency=low
* remove examples from module installation directory
Modified: packages/xlwt/trunk/debian/control
===================================================================
--- packages/xlwt/trunk/debian/control 2009-01-15 20:11:43 UTC (rev 7344)
+++ packages/xlwt/trunk/debian/control 2009-01-16 20:41:26 UTC (rev 7345)
@@ -14,7 +14,7 @@
Package: python-xlwt
Architecture: all
-Depends: ${python:Depends}, antlr (>= 2.7)
+Depends: ${python:Depends}, python-antlr
Description: module for reading/writing Microsoft Excel spreadsheet files
Xlwt is a Python module that can generate Microsoft Excel 95 to 2003
compatible spreadsheet files. It can also extract data from these
More information about the Python-modules-commits
mailing list