[Python-modules-commits] r19248 - in packages/ipython/trunk/debian (4 files)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat Nov 12 17:59:03 UTC 2011
Date: Saturday, November 12, 2011 @ 17:59:01
Author: jtaylor-guest
Revision: 19248
split out -parallel package
Added:
packages/ipython/trunk/debian/ipython.install
(from rev 19247, packages/ipython/trunk/debian/install)
Modified:
packages/ipython/trunk/debian/control
packages/ipython/trunk/debian/rules
Deleted:
packages/ipython/trunk/debian/install
Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control 2011-11-12 17:58:57 UTC (rev 19247)
+++ packages/ipython/trunk/debian/control 2011-11-12 17:59:01 UTC (rev 19248)
@@ -54,3 +54,23 @@
session logging, session restoring, complete system shell access,
verbose and colored traceback reports, auto-parentheses, auto-quoting,
and is embeddable in other Python programs.
+
+Package: ipython-parallel
+Architecture: all
+Depends: ipython (= ${binary:Version}),
+ python-zmq (>= 2.1.4),
+ ${misc:Depends},
+ ${python:Depends}
+Conflicts: ipython-common, python2.3-ipython, python2.4-ipython
+Replaces: ipython-common, python2.3-ipython, python2.4-ipython
+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 parallel processing facilities.
Deleted: packages/ipython/trunk/debian/install
===================================================================
--- packages/ipython/trunk/debian/install 2011-11-12 17:58:57 UTC (rev 19247)
+++ packages/ipython/trunk/debian/install 2011-11-12 17:59:01 UTC (rev 19248)
@@ -1 +0,0 @@
-docs/emacs/ipython.el usr/share/emacs/site-lisp
Copied: packages/ipython/trunk/debian/ipython.install (from rev 19247, packages/ipython/trunk/debian/install)
===================================================================
--- packages/ipython/trunk/debian/ipython.install (rev 0)
+++ packages/ipython/trunk/debian/ipython.install 2011-11-12 17:59:01 UTC (rev 19248)
@@ -0,0 +1,2 @@
+/usr/
+docs/emacs/ipython.el usr/share/emacs/site-lisp
Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules 2011-11-12 17:58:57 UTC (rev 19247)
+++ packages/ipython/trunk/debian/rules 2011-11-12 17:59:01 UTC (rev 19248)
@@ -25,8 +25,10 @@
done
endif
-override_dh_auto_install:
- dh_auto_install
+override_dh_install:
+ dh_install -pipython --exclude="IPython/parallel/" --exclude="IPython/deathrow/" --exclude="IPython/quarantine/"
+ dh_install -pipython-parallel IPython/parallel/ usr/share/pyshared/
+
# remove embedded arparse
find $(CURDIR)/debian/ipython/usr/ -name _argparse.py -delete
More information about the Python-modules-commits
mailing list