[Python-apps-commits] r7921 - in packages/mayavi2/trunk/debian (6 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Thu Dec 8 09:06:42 UTC 2011


    Date: Thursday, December 8, 2011 @ 09:06:41
  Author: varun
Revision: 7921

* d/control: Add version depends on python-apptools (Closes: #633992)
* d/rules: Remove the extraneous examples directory (Closes: #649906)
* Add patches/ipython.diff to updated docs to IPython 0.11 (Closes: #636465)

Added:
  packages/mayavi2/trunk/debian/patches/
  packages/mayavi2/trunk/debian/patches/ipython.diff
  packages/mayavi2/trunk/debian/patches/series
Modified:
  packages/mayavi2/trunk/debian/changelog
  packages/mayavi2/trunk/debian/control
  packages/mayavi2/trunk/debian/rules

Modified: packages/mayavi2/trunk/debian/changelog
===================================================================
--- packages/mayavi2/trunk/debian/changelog	2011-12-08 08:41:35 UTC (rev 7920)
+++ packages/mayavi2/trunk/debian/changelog	2011-12-08 09:06:41 UTC (rev 7921)
@@ -1,3 +1,11 @@
+mayavi2 (4.0.0-3) unstable; urgency=low
+
+  * d/control: Add version depends on python-apptools (Closes: #633992)
+  * d/rules: Remove the extraneous examples directory (Closes: #649906)
+  * Add patches/ipython.diff to updated docs to IPython 0.11 (Closes: #636465)
+
+ -- Varun Hiremath <varun at debian.org>  Thu, 08 Dec 2011 03:58:08 -0500
+
 mayavi2 (4.0.0-2) unstable; urgency=low
 
   * Team upload

Modified: packages/mayavi2/trunk/debian/control
===================================================================
--- packages/mayavi2/trunk/debian/control	2011-12-08 08:41:35 UTC (rev 7920)
+++ packages/mayavi2/trunk/debian/control	2011-12-08 09:06:41 UTC (rev 7921)
@@ -16,7 +16,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  python-traits, python-traitsui, python-wxgtk2.8, python-numpy,
  python-vtk (>= 5.4.2-5), python-pkg-resources, python-envisage,
- python-apptools, libjs-jquery, python-configobj
+ python-apptools (>= 4.0.0-1), libjs-jquery, python-configobj
 Suggests: python-scipy, ipython
 Description: scientific visualization package for 2-D and 3-D data
  MayaVi2 is a cross-platform tool for 2-D and 3-D scientific data

Added: packages/mayavi2/trunk/debian/patches/ipython.diff
===================================================================
--- packages/mayavi2/trunk/debian/patches/ipython.diff	                        (rev 0)
+++ packages/mayavi2/trunk/debian/patches/ipython.diff	2011-12-08 09:06:41 UTC (rev 7921)
@@ -0,0 +1,13 @@
+Index: mayavi2-4.0.0/mayavi/tests/README.txt
+===================================================================
+--- mayavi2-4.0.0.orig/mayavi/tests/README.txt	2011-12-08 03:55:09.000000000 -0500
++++ mayavi2-4.0.0/mayavi/tests/README.txt	2011-12-08 03:55:36.000000000 -0500
+@@ -47,7 +47,6 @@
+ You need to import the  `IPython` module and then add the following
+ lines wherver you want to embed the shell::
+ 
+-        embedshell = IPython.Shell.IPShellEmbed()
+-        embedshell()
++        IPython.frontend.terminal.embed.embed()
+ 
+ 

Added: packages/mayavi2/trunk/debian/patches/series
===================================================================
--- packages/mayavi2/trunk/debian/patches/series	                        (rev 0)
+++ packages/mayavi2/trunk/debian/patches/series	2011-12-08 09:06:41 UTC (rev 7921)
@@ -0,0 +1 @@
+ipython.diff

Modified: packages/mayavi2/trunk/debian/rules
===================================================================
--- packages/mayavi2/trunk/debian/rules	2011-12-08 08:41:35 UTC (rev 7920)
+++ packages/mayavi2/trunk/debian/rules	2011-12-08 09:06:41 UTC (rev 7921)
@@ -24,6 +24,7 @@
 
 override_dh_installdeb:
 	dh_installdeb
+	$(RM) $(PYSHARED)/examples
 	chmod +x $(PYSHARED)/mayavi/scripts/mayavi2.py
 	chmod -x $(PYSHARED)/mayavi/tests/data/cellsnd.ascii.inp
 	dh_link /usr/share/pyshared/mayavi/scripts/mayavi2.py /usr/bin/mayavi2




More information about the Python-apps-commits mailing list