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

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


    Date: Saturday, November 12, 2011 @ 17:59:08
  Author: jtaylor-guest
Revision: 19249

split out -qtconsole package

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

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2011-11-12 17:59:01 UTC (rev 19248)
+++ packages/ipython/trunk/debian/control	2011-11-12 17:59:08 UTC (rev 19249)
@@ -38,13 +38,14 @@
          ${python:Depends}
 Conflicts: ipython-common, python2.3-ipython, python2.4-ipython
 Replaces: ipython-common, python2.3-ipython, python2.4-ipython
-Suggests: libjs-jquery,
+Suggests: ipython-parallel,
+          ipython-qtconsole,
+          libjs-jquery,
           python-gobject,
           python-gtk2,
           python-matplotlib,
           python-numpy,
-          python-profiler,
-          python-qt3 | python-qt4
+          python-profiler
 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
@@ -55,6 +56,24 @@
  verbose and colored traceback reports, auto-parentheses, auto-quoting,
  and is embeddable in other Python programs.
 
+Package: ipython-qtconsole
+Architecture: all
+Depends: ipython (= ${binary:Version}),
+         python-qt3 | python-qt4,
+         ${misc:Depends},
+         ${python: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
+ computing (like Matlab or Mathematica) when paired with the standard
+ Python scientific and numerical tools. It supports dynamic object
+ introspections, numbered input/output prompts, a macro system,
+ session logging, session restoring, complete system shell access,
+ verbose and colored traceback reports, auto-parentheses, auto-quoting,
+ and is embeddable in other Python programs.
+ .
+ This package contains the qt console.
+
 Package: ipython-parallel
 Architecture: all
 Depends: ipython (= ${binary:Version}),

Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules	2011-11-12 17:59:01 UTC (rev 19248)
+++ packages/ipython/trunk/debian/rules	2011-11-12 17:59:08 UTC (rev 19249)
@@ -26,8 +26,12 @@
 endif
 
 override_dh_install:
-	dh_install -pipython --exclude="IPython/parallel/" --exclude="IPython/deathrow/" --exclude="IPython/quarantine/"
+	dh_install -pipython --exclude="IPython/parallel/" \
+		--exclude="IPython/frontend/qt/" \
+		--exclude="IPython/deathrow/" \
+		--exclude="IPython/quarantine/"
 	dh_install -pipython-parallel IPython/parallel/ usr/share/pyshared/
+	dh_install -pipython-qtconsole IPython/frontend/qt/ usr/share/pyshared/
 
 	# remove embedded arparse
 	find $(CURDIR)/debian/ipython/usr/ -name _argparse.py -delete




More information about the Python-modules-commits mailing list