[Python-apps-commits] r7302 - in packages/mayavi2/trunk/debian (changelog control rules)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Sun Jul 10 18:04:26 UTC 2011


    Date: Sunday, July 10, 2011 @ 18:04:24
  Author: varun
Revision: 7302

Cleanup debian/rules file

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-07-10 17:31:17 UTC (rev 7301)
+++ packages/mayavi2/trunk/debian/changelog	2011-07-10 18:04:24 UTC (rev 7302)
@@ -6,6 +6,7 @@
     - Set X-Python-Version: 2.6, fixes FTBFS (Closes: #625148)
     - Update Depends
   * Update debian/watch file
+  * Cleanup debian/rules file
 
  -- Varun Hiremath <varun at debian.org>  Sat, 09 Jul 2011 01:18:36 -0400
 

Modified: packages/mayavi2/trunk/debian/control
===================================================================
--- packages/mayavi2/trunk/debian/control	2011-07-10 17:31:17 UTC (rev 7301)
+++ packages/mayavi2/trunk/debian/control	2011-07-10 18:04:24 UTC (rev 7302)
@@ -18,7 +18,7 @@
  python-vtk (>= 5.4.2-5), python-pkg-resources, python-envisage,
  python-apptools, libjs-jquery, python-configobj
 Suggests: python-scipy, ipython
-Description: A scientific visualization package for 2-D and 3-D data
+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
  visualization.  Its features include:
    * Visualization of scalar, vector and tensor data in 2 and 3 dimensions

Modified: packages/mayavi2/trunk/debian/rules
===================================================================
--- packages/mayavi2/trunk/debian/rules	2011-07-10 17:31:17 UTC (rev 7301)
+++ packages/mayavi2/trunk/debian/rules	2011-07-10 18:04:24 UTC (rev 7302)
@@ -24,8 +24,6 @@
 
 override_dh_installdeb:
 	dh_installdeb
-	dh_link $(JQUERY) /usr/share/pyshared/mayavi/html/_static/jquery.js
-	dh_link $(JQUERY) /usr/share/pyshared/tvtk/html/_static/jquery.js
 	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