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

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Sun May 31 11:27:37 UTC 2009


    Date: Sunday, May 31, 2009 @ 11:27:36
  Author: gothicx-guest
Revision: 3026

Change libvtk5 Depends to libvtk5.2; Remover version check at python-vtk

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

Modified: packages/mayavi2/trunk/debian/changelog
===================================================================
--- packages/mayavi2/trunk/debian/changelog	2009-05-31 08:27:31 UTC (rev 3025)
+++ packages/mayavi2/trunk/debian/changelog	2009-05-31 11:27:36 UTC (rev 3026)
@@ -1,3 +1,13 @@
+mayavi2 (3.2.0-2) UNRELEASED; urgency=low
+
+  [ Marco Rodrigues ]
+  * Bump Standards-Version to 3.8.1 (no changes).
+  * debian/control:
+    + Change libvtk5 Depends to libvtk5.2 (Closes: #530476).
+    + Remove version check in python-vtk at Depends.
+
+ -- Marco Rodrigues <gothicx at sapo.pt>  Sun, 31 May 2009 11:56:42 +0100
+
 mayavi2 (3.2.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/mayavi2/trunk/debian/control
===================================================================
--- packages/mayavi2/trunk/debian/control	2009-05-31 08:27:31 UTC (rev 3025)
+++ packages/mayavi2/trunk/debian/control	2009-05-31 11:27:36 UTC (rev 3026)
@@ -4,8 +4,8 @@
 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 (>= 5.2), python-numpy
-Standards-Version: 3.8.0
+ python-setuptools, python-setupdocs, python-vtk, python-numpy
+Standards-Version: 3.8.1
 XS-Python-Version: current
 Homepage: http://code.enthought.com/projects/mayavi/
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/mayavi2/trunk
@@ -15,9 +15,9 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  python-traits, python-traitsgui, python-wxgtk2.8, python-numpy,
- python-vtk (>= 5.2), python-pkg-resources, python-envisagecore,
+ python-vtk, python-pkg-resources, python-envisagecore,
  python-envisageplugins, python-apptools, libjs-jquery,
- python-configobj, libvtk5 (>= 5.2)
+ python-configobj, libvtk5.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