[Python-apps-commits] r988 - in packages/spe/trunk/debian (changelog control)
stani-guest at users.alioth.debian.org
stani-guest at users.alioth.debian.org
Tue Apr 22 13:12:19 UTC 2008
Date: Tuesday, April 22, 2008 @ 13:12:18
Author: stani-guest
Revision: 988
spe: fixed python-tools dependency
Modified:
packages/spe/trunk/debian/changelog
packages/spe/trunk/debian/control
Modified: packages/spe/trunk/debian/changelog
===================================================================
--- packages/spe/trunk/debian/changelog 2008-04-22 12:36:04 UTC (rev 987)
+++ packages/spe/trunk/debian/changelog 2008-04-22 13:12:18 UTC (rev 988)
@@ -5,7 +5,8 @@
tarball
* Added python-wxtools as a dependency because of xrced
* Corrected python-wxgtk dependencies so that 2.8 is preferred
- * Dropped python-profiler in Suggests as spe no longer supports profiling
+ * Dropped python-profiler in Suggests as spe no longer supports profiling
+ * Moved python-wxtools from Depends to Suggests as XRCed is now optional
-- Stani M <spe.stani.be at gmail.com> Tue, 08 Apr 2008 13:05:12 +0200
Modified: packages/spe/trunk/debian/control
===================================================================
--- packages/spe/trunk/debian/control 2008-04-22 12:36:04 UTC (rev 987)
+++ packages/spe/trunk/debian/control 2008-04-22 13:12:18 UTC (rev 988)
@@ -13,9 +13,9 @@
Package: spe
Architecture: all
-Depends: ${python:Depends}, python-wxgtk2.8 | python-wxgtk2.6, python-wxglade, python-wxtools, kiki, winpdb, pychecker (>= 0.8.17-5)
+Depends: ${python:Depends}, python-wxgtk2.8 | python-wxgtk2.6, python-wxglade, kiki, winpdb, pychecker (>= 0.8.17-5)
Recommends: wx2.8-doc | wx2.6-doc
-Suggests: blender (>= 2.35), python-doc
+Suggests: blender (>= 2.35), python-doc, python-wxtools
XB-Python-Version: ${python:Versions}
Description: Stani's Python Editor
Spe is a Python IDE with auto-indentation, auto completion, call
More information about the Python-apps-commits
mailing list