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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Dec 4 21:11:11 UTC 2011


    Date: Sunday, December 4, 2011 @ 21:11:10
  Author: piotr
Revision: 19508

ipython-qtconsole: add python-pyside.qt{core,gui,svn} as an alternative dependency to python-qt4

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

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2011-12-04 18:36:50 UTC (rev 19507)
+++ packages/ipython/trunk/debian/changelog	2011-12-04 21:11:10 UTC (rev 19508)
@@ -1,3 +1,10 @@
+ipython (0.11-3) UNRELEASED; urgency=low
+
+  * ipython-qtconsole: add python-pyside.qt{core,gui,svn} as an alternative
+    dependency to python-qt4
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 04 Dec 2011 22:06:36 +0100
+
 ipython (0.11-2) unstable; urgency=low
 
   * upload to unstable

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2011-12-04 18:36:50 UTC (rev 19507)
+++ packages/ipython/trunk/debian/control	2011-12-04 21:11:10 UTC (rev 19508)
@@ -62,7 +62,9 @@
 Architecture: all
 Depends: ipython (= ${binary:Version}),
          python-pygments,
-         python-qt4,
+         python-qt4 | python-pyside.qtcore,
+         python-qt4 | python-pyside.qtgui,
+         python-qt4 | python-pyside.qtsvg,
          python-zmq (>= 2.0.10.1),
          ${misc:Depends},
          ${python:Depends}




More information about the Python-modules-commits mailing list