[Python-apps-commits] r740 - in packages/mayavi2/trunk/debian (5 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Sat Mar 1 16:29:07 UTC 2008


    Date: Saturday, March 1, 2008 @ 16:29:06
  Author: varun
Revision: 740

* New upstream release
  + Fixes full screen segfaults (Closes: #464692)
* debian/control:
  + Depends: replace python-setuptools with python-pkg-resources
  (Closes: #468729)

Modified:
  packages/mayavi2/trunk/debian/changelog
  packages/mayavi2/trunk/debian/control
  packages/mayavi2/trunk/debian/orig-tar.sh
  packages/mayavi2/trunk/debian/rules
  packages/mayavi2/trunk/debian/watch

Modified: packages/mayavi2/trunk/debian/changelog
===================================================================
--- packages/mayavi2/trunk/debian/changelog	2008-02-29 23:04:56 UTC (rev 739)
+++ packages/mayavi2/trunk/debian/changelog	2008-03-01 16:29:06 UTC (rev 740)
@@ -1,3 +1,13 @@
+mayavi2 (2.1.0-1) unstable; urgency=low
+
+  * New upstream release
+    + Fixes full screen segfaults (Closes: #464692)
+  * debian/control:
+    + Depends: replace python-setuptools with python-pkg-resources
+    (Closes: #468729)
+
+ -- Varun Hiremath <varun at debian.org>  Sat, 01 Mar 2008 21:27:07 +0530
+
 mayavi2 (2.0.2a1-4) unstable; urgency=low
 
   * Add python-setuptools to Depends (Closes: #461057)

Modified: packages/mayavi2/trunk/debian/control
===================================================================
--- packages/mayavi2/trunk/debian/control	2008-02-29 23:04:56 UTC (rev 739)
+++ packages/mayavi2/trunk/debian/control	2008-03-01 16:29:06 UTC (rev 740)
@@ -15,7 +15,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  python-enthought-traits, python-enthought-traits-ui, python-wxgtk2.6,
- python-numpy, python-vtk, python-setuptools
+ python-numpy, python-vtk, python-pkg-resources
 Suggests: python-scipy
 XB-Python-Version: ${python:Versions}
 Description: A scientific visualization package for 2-D and 3-D data

Modified: packages/mayavi2/trunk/debian/orig-tar.sh
===================================================================
--- packages/mayavi2/trunk/debian/orig-tar.sh	2008-02-29 23:04:56 UTC (rev 739)
+++ packages/mayavi2/trunk/debian/orig-tar.sh	2008-03-01 16:29:06 UTC (rev 740)
@@ -6,16 +6,16 @@
 
 # package list
 PACKAGE_LIST="
-enthought.debug-2.0.1b1.tar.gz
-enthought.envisage-2.0.1b1.tar.gz
-enthought.logger-2.0.1b1.tar.gz
-enthought.mayavi-2.0.2a1.tar.gz
-enthought.persistence-2.0.1b2.tar.gz
-enthought.plugins.debug-2.0.1b1.tar.gz
-enthought.plugins.python_shell-2.0.1b1.tar.gz
-enthought.plugins.refresh_code-2.0.1b1.tar.gz
-enthought.plugins.text_editor-2.0.1b1.tar.gz
-enthought.tvtk-2.0.0b2.tar.gz
+enthought.debug-2.0.2.tar.gz
+enthought.envisage-2.0.2.tar.gz
+enthought.logger-2.0.2.tar.gz
+enthought.mayavi-2.1.0.tar.gz
+enthought.persistence-2.0.2.tar.gz
+enthought.plugins.debug-2.0.2.tar.gz
+enthought.plugins.python_shell-2.0.2.tar.gz
+enthought.plugins.refresh_code-2.0.2.tar.gz
+enthought.plugins.text_editor-2.0.3.tar.gz
+enthought.tvtk-2.0.1.tar.gz
 "
 
 # download the tarballs

Modified: packages/mayavi2/trunk/debian/rules
===================================================================
--- packages/mayavi2/trunk/debian/rules	2008-02-29 23:04:56 UTC (rev 739)
+++ packages/mayavi2/trunk/debian/rules	2008-03-01 16:29:06 UTC (rev 740)
@@ -6,7 +6,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_COMPRESS_EXCLUDE		:= .py
+DEB_COMPRESS_EXCLUDE		:= .py .vtu .vti .vtk .wrl
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 SITE_PACKAGES=$(DEB_DESTDIR)usr/share/pycentral/mayavi2/site-packages
 

Modified: packages/mayavi2/trunk/debian/watch
===================================================================
--- packages/mayavi2/trunk/debian/watch	2008-02-29 23:04:56 UTC (rev 739)
+++ packages/mayavi2/trunk/debian/watch	2008-03-01 16:29:06 UTC (rev 740)
@@ -1,2 +1,3 @@
 version=3
+opts="uversionmangle=s/([ab])/~$1/,dversionmangle=s/\+.*//" \
 http://code.enthought.com/enstaller/eggs/source/enthought.mayavi-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list