[Python-apps-commits] r8529 - in packages/pyspread/trunk/debian (changelog control)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Tue Apr 24 12:57:40 UTC 2012
Date: Tuesday, April 24, 2012 @ 12:57:37
Author: jwilk
Revision: 8529
Fix numpy dependency.
Modified:
packages/pyspread/trunk/debian/changelog
packages/pyspread/trunk/debian/control
Modified: packages/pyspread/trunk/debian/changelog
===================================================================
--- packages/pyspread/trunk/debian/changelog 2012-04-24 08:52:20 UTC (rev 8528)
+++ packages/pyspread/trunk/debian/changelog 2012-04-24 12:57:37 UTC (rev 8529)
@@ -2,4 +2,4 @@
* Initial release. (Closes: #601950)
- -- Andreas Noteng <andreas at noteng.no> Sat, 21 Apr 2012 17:04:09 +0200
+ -- Andreas Noteng <andreas at noteng.no> Tue, 24 Apr 2012 10:52:20 +0200
Modified: packages/pyspread/trunk/debian/control
===================================================================
--- packages/pyspread/trunk/debian/control 2012-04-24 08:52:20 UTC (rev 8528)
+++ packages/pyspread/trunk/debian/control 2012-04-24 12:57:37 UTC (rev 8529)
@@ -12,7 +12,7 @@
Package: pyspread
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-numpy (>= 1.1.0),
+Depends: ${misc:Depends}, ${python:Depends}, python-numpy (>= 1:1.1.0),
python-wxgtk2.8 (>= 2.8.10.1), python-pyme (>= 0.8.1)
Recommends: python-gmpy (>= 1.1.0), python-rpy (>= 1.0.3)
Description: cross-platform Python spreadsheet application
More information about the Python-apps-commits
mailing list