Hi, Attached is the diff for my mayavi 1.5-3.1 NMU.
-- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u mayavi-1.5/debian/control mayavi-1.5/debian/control
--- mayavi-1.5/debian/control
+++ mayavi-1.5/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: A. Maitland Bottoms <[EMAIL PROTECTED]>
Build-Depends: debhelper
-Build-Depends-Indep: debhelper (>= 5.0.37.2), libvtk5-dev, python-tk,
python-vtk, python
+Build-Depends-Indep: debhelper (>= 5.0.37.2), libvtk5-dev, python-tk,
python-vtk, python-dev, python-support (>= 0.4)
Standards-Version: 3.7.2
Package: mayavi
diff -u mayavi-1.5/debian/changelog mayavi-1.5/debian/changelog
--- mayavi-1.5/debian/changelog
+++ mayavi-1.5/debian/changelog
@@ -1,3 +1,10 @@
+mayavi (1.5-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update package to the last python policy (Closes: #380883).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Sun, 3 Sep 2006 23:10:04 +0200
+
mayavi (1.5-3) unstable; urgency=low
Fixes from Christophe Troestler:
diff -u mayavi-1.5/debian/rules mayavi-1.5/debian/rules
--- mayavi-1.5/debian/rules
+++ mayavi-1.5/debian/rules
@@ -8,6 +8,8 @@
# This is the debhelper compatability version to use.
export DH_COMPAT=4
+python=$(shell pyversions -d)
+
configure: configure-stamp
configure-stamp:
dh_testdir
@@ -44,12 +46,12 @@
python setup.py install --prefix $(CURDIR)/debian/mayavi/usr
find $(CURDIR)/debian/mayavi/usr/lib/ -name \*.pyc -exec rm '{}' ';'
- chmod +x
debian/mayavi/usr/lib/python2.4/site-packages/mayavi/Misc/Lut_Editor.py
- chmod +x
debian/mayavi/usr/lib/python2.4/site-packages/vtkPipeline/test_parser.py
- chmod +x
debian/mayavi/usr/lib/python2.4/site-packages/vtkPipeline/vtkPipeline.py
- chmod +x
debian/mayavi/usr/lib/python2.4/site-packages/vtkPipeline/ConfigVtkObj.py
- chmod +x
debian/mayavi/usr/lib/python2.4/site-packages/mayavi/Misc/CTFEditor.py
- chmod +x
debian/mayavi/usr/lib/python2.4/site-packages/mayavi/Misc/GradientEditor.py
+ chmod +x
debian/mayavi/usr/lib/$(python)/site-packages/mayavi/Misc/Lut_Editor.py
+ chmod +x
debian/mayavi/usr/lib/$(python)/site-packages/vtkPipeline/test_parser.py
+ chmod +x
debian/mayavi/usr/lib/$(python)/site-packages/vtkPipeline/vtkPipeline.py
+ chmod +x
debian/mayavi/usr/lib/$(python)/site-packages/vtkPipeline/ConfigVtkObj.py
+ chmod +x
debian/mayavi/usr/lib/$(python)/site-packages/mayavi/Misc/CTFEditor.py
+ chmod +x
debian/mayavi/usr/lib/$(python)/site-packages/mayavi/Misc/GradientEditor.py
mv debian/mayavi/usr/bin/vtk_doc.py debian/mayavi/usr/bin/vtk_doc
# Build architecture-dependent files here.
@@ -67,7 +69,7 @@
dh_installmenu
dh_installexamples
dh_installchangelogs
- dh_python
+ dh_pysupport
dh_link
dh_strip
dh_compress -Xtest_vtk.py -Xheart.mv -Xheart.vtk
signature.asc
Description: Digital signature

