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

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat Nov 12 17:59:43 UTC 2011


    Date: Saturday, November 12, 2011 @ 17:59:42
  Author: jtaylor-guest
Revision: 19254

build depend on python-wxgtk2.8 for inputhookwx docs

Modified:
  packages/ipython/trunk/debian/control

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2011-11-12 17:59:35 UTC (rev 19253)
+++ packages/ipython/trunk/debian/control	2011-11-12 17:59:42 UTC (rev 19254)
@@ -18,6 +18,7 @@
                      python-qt4,
                      python-simplegeneric,
                      python-sphinx,
+                     python-wxgtk2.8,
                      python-zmq (>= 2.1.4)
 X-Python-Version: >= 2.6
 Homepage: http://ipython.scipy.org/
@@ -38,9 +39,9 @@
          ${python:Depends}
 Conflicts: ipython-common, python2.3-ipython, python2.4-ipython
 Replaces: ipython-common, python2.3-ipython, python2.4-ipython
-Suggests: ipython-parallel,
+Suggests: ipython-doc,
+          ipython-parallel,
           ipython-qtconsole,
-          ipython-doc,
           python-gobject,
           python-gtk2,
           python-matplotlib,
@@ -59,8 +60,8 @@
 Package: ipython-qtconsole
 Architecture: all
 Depends: ipython (= ${binary:Version}),
+         python-pygments,
          python-qt4,
-         python-pygments,
          ${misc:Depends},
          ${python:Depends}
 Description: enhanced interactive Python shell
@@ -98,7 +99,7 @@
 Package: ipython-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, libjs-jquery
+Depends: libjs-jquery, ${misc:Depends}
 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