[Python-apps-commits] r5084 - in packages/mayavi2/trunk/debian (changelog control)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Wed Apr 7 00:50:48 UTC 2010
Date: Wednesday, April 7, 2010 @ 00:50:29
Author: varun
Revision: 5084
* debian/control:
- Add versioned depends on python-vtk (>= 5.4.2-5) (Closes: #550635)
Modified:
packages/mayavi2/trunk/debian/changelog
packages/mayavi2/trunk/debian/control
Modified: packages/mayavi2/trunk/debian/changelog
===================================================================
--- packages/mayavi2/trunk/debian/changelog 2010-04-05 15:27:30 UTC (rev 5083)
+++ packages/mayavi2/trunk/debian/changelog 2010-04-07 00:50:29 UTC (rev 5084)
@@ -1,3 +1,10 @@
+mayavi2 (3.3.1-2) UNRELEASED; urgency=low
+
+ * debian/control:
+ - Add versioned depends on python-vtk (>= 5.4.2-5) (Closes: #550635)
+
+ -- Varun Hiremath <varun at debian.org> Tue, 06 Apr 2010 20:37:22 -0400
+
mayavi2 (3.3.1-1) unstable; urgency=low
* New upstream release
@@ -54,7 +61,7 @@
* debian/rules: Reset PYTHONPATH as a temporary fix for bug in
python-vtk #529961, which fixes FTBFS (Closes: #533946)
* Add patches/manpage.diff to fix a lintian warning
- * Add patches/wxversion.diff to set the default wx version to 2.8
+ * Add patches/wxversion.diff to set the default wx version to 2.8
(Closes: #478870)
-- Varun Hiremath <varun at debian.org> Wed, 24 Jun 2009 05:43:17 -0400
@@ -88,7 +95,7 @@
[ Varun Hiremath ]
* New upstream release (Closes: #499580)
+ Fixes bugs (Closes: #481839, #489781, #487853)
- * Upstream source split into many sub-packages
+ * Upstream source split into many sub-packages
* debian/control: add python-envisagecore, python-envisageplugins,
python-apptools, libjs-jquery, python-configobj to Depends
* Switch to python-wxgtk2.8 (Closes: #477986)
Modified: packages/mayavi2/trunk/debian/control
===================================================================
--- packages/mayavi2/trunk/debian/control 2010-04-05 15:27:30 UTC (rev 5083)
+++ packages/mayavi2/trunk/debian/control 2010-04-07 00:50:29 UTC (rev 5084)
@@ -15,7 +15,7 @@
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.4.2-5), python-pkg-resources, python-envisagecore,
python-envisageplugins, python-apptools, libjs-jquery,
python-configobj, libvtk5.4
Suggests: python-scipy, ipython
More information about the Python-apps-commits
mailing list