[Python-modules-commits] r7233 - in packages/ipython/trunk/debian (changelog control)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Mon Dec 29 17:07:57 UTC 2008


    Date: Monday, December 29, 2008 @ 17:07:56
  Author: speijnik-guest
Revision: 7233

Updated recommends and dependencies.

Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/control

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2008-12-29 09:37:57 UTC (rev 7232)
+++ packages/ipython/trunk/debian/changelog	2008-12-29 17:07:56 UTC (rev 7233)
@@ -13,15 +13,14 @@
     Provides more usable error message when trying to execute ipython-wx
     without python-wxgtk2.8 installed.
   * Updated build dependencies and recommends.
-    - Added depends:
-      + python-foolscap
-      + python-twisted-core
-      + python-zope-interface
     - Added recommends: 
       + global (required by ipy_gnuglobal IPython extension)
-      + python-ctypes
+      + python (>= 2.5) | python-ctypes
       + python-openssl
       + python-wxwidgets2.8 (needed by ipythonx and ipython-wx)
+      + python-foolscap
+      + python-twisted-core
+      + python-zope-interface
     - Added build dependencies (Build-Depends-Indep): 
       + python-sphinx (needed for building the documentation)
       + python-pygments (needed for syntax highlighting in documentation)
@@ -46,7 +45,7 @@
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Stephan Peijnik <debian at sp.or.at>  Wed, 17 Dec 2008 09:51:06 +0100
+ -- Stephan Peijnik <debian at sp.or.at>  Mon, 29 Dec 2008 18:07:15 +0100
 
 ipython (0.8.4-1) unstable; urgency=low
 

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2008-12-29 09:37:57 UTC (rev 7232)
+++ packages/ipython/trunk/debian/control	2008-12-29 17:07:56 UTC (rev 7233)
@@ -14,11 +14,11 @@
 
 Package: ipython
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-pexpect, python-foolscap, python-zope-interface, python-twisted-core
+Depends: ${python:Depends}, ${misc:Depends}, python-pexpect
 Conflicts: python2.3-ipython, python2.4-ipython, ipython-common
 Replaces: python2.3-ipython, python2.4-ipython, ipython-common
 Suggests: python-profiler, python-numpy, python-matplotlib, libjs-query, python-gobject, python-gtk2, python-qt3 | python-qt4
-Recommends: python-wxgtk2.8, global, python-openssl (>= 0.6), python-ctypes
+Recommends: python-wxgtk2.8, global, python-openssl (>= 0.6), python (>= 2.5) | python-ctypes, python-foolscap, python-zope-interface, python-twisted-core
 Description: enhanced interactive Python shell
  IPython can be used as a replacement for the standard Python shell,
  or it can be used as a complete working environment for scientific




More information about the Python-modules-commits mailing list