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

varun at users.alioth.debian.org varun at users.alioth.debian.org
Mon Mar 16 04:44:08 UTC 2009


    Date: Monday, March 16, 2009 @ 04:44:07
  Author: varun
Revision: 2627

* Add versioned depends on python-vtk (>= 5.2) and libvtk5 (>= 5.2)
* Fixes version mismatch between tvtk and vtk (Closes: #519783)

Modified:
  packages/mayavi2/trunk/debian/changelog
  packages/mayavi2/trunk/debian/control

Modified: packages/mayavi2/trunk/debian/changelog
===================================================================
--- packages/mayavi2/trunk/debian/changelog	2009-03-16 00:57:50 UTC (rev 2626)
+++ packages/mayavi2/trunk/debian/changelog	2009-03-16 04:44:07 UTC (rev 2627)
@@ -1,3 +1,10 @@
+mayavi2 (3.1.0-2) unstable; urgency=low
+
+  * Add versioned depends on python-vtk (>= 5.2) and libvtk5 (>= 5.2)
+  * Fixes version mismatch between tvtk and vtk (Closes: #519783)
+
+ -- Varun Hiremath <varun at debian.org>  Mon, 16 Mar 2009 00:38:26 -0400
+
 mayavi2 (3.1.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/mayavi2/trunk/debian/control
===================================================================
--- packages/mayavi2/trunk/debian/control	2009-03-16 00:57:50 UTC (rev 2626)
+++ packages/mayavi2/trunk/debian/control	2009-03-16 04:44:07 UTC (rev 2627)
@@ -4,7 +4,7 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Ondrej Certik <ondrej at certik.cz>, Marco Rodrigues <gothicx at sapo.pt>, Varun Hiremath <varun at debian.org>
 Build-Depends: cdbs, debhelper (>= 6), python-all-dev, python-central (>= 0.6.0),
- python-setuptools, python-setupdocs, python-vtk, python-numpy
+ python-setuptools, python-setupdocs, python-vtk (>= 5.2), python-numpy
 Standards-Version: 3.8.0
 XS-Python-Version: current
 Homepage: http://code.enthought.com/projects/mayavi/
@@ -15,9 +15,9 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  python-traits, python-traitsgui, python-wxgtk2.8, python-numpy,
- python-vtk, python-pkg-resources, python-envisagecore,
+ python-vtk (>= 5.2), python-pkg-resources, python-envisagecore,
  python-envisageplugins, python-apptools, libjs-jquery,
- python-configobj
+ python-configobj, libvtk5 (>= 5.2)
 Suggests: python-scipy
 XB-Python-Version: ${python:Versions}
 Description: A scientific visualization package for 2-D and 3-D data




More information about the Python-apps-commits mailing list