[Python-apps-commits] r2129 - in packages/mayavi2/trunk/debian (4 files)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Mon Dec 29 03:27:10 UTC 2008
Date: Monday, December 29, 2008 @ 03:27:09
Author: varun
Revision: 2129
* New upstream release
* debian/control: add python-setupdocs to Build-Depends
Modified:
packages/mayavi2/trunk/debian/changelog
packages/mayavi2/trunk/debian/control
packages/mayavi2/trunk/debian/rules
packages/mayavi2/trunk/debian/watch
Modified: packages/mayavi2/trunk/debian/changelog
===================================================================
--- packages/mayavi2/trunk/debian/changelog 2008-12-28 16:09:09 UTC (rev 2128)
+++ packages/mayavi2/trunk/debian/changelog 2008-12-29 03:27:09 UTC (rev 2129)
@@ -1,3 +1,10 @@
+mayavi2 (3.1.0-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/control: add python-setupdocs to Build-Depends
+
+ -- Varun Hiremath <varun at debian.org> Sun, 28 Dec 2008 22:17:30 -0500
+
mayavi2 (3.0.3-1) experimental; urgency=low
[ Marco Rodrigues ]
Modified: packages/mayavi2/trunk/debian/control
===================================================================
--- packages/mayavi2/trunk/debian/control 2008-12-28 16:09:09 UTC (rev 2128)
+++ packages/mayavi2/trunk/debian/control 2008-12-29 03:27:09 UTC (rev 2129)
@@ -3,8 +3,8 @@
Priority: optional
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 (>= 5), python-all-dev, python-central (>= 0.6.0),
- python-setuptools, python-vtk, python-numpy
+Build-Depends: cdbs, debhelper (>= 6), python-all-dev, python-central (>= 0.6.0),
+ python-setuptools, python-setupdocs, python-vtk, python-numpy
Standards-Version: 3.8.0
XS-Python-Version: current
Homepage: http://code.enthought.com/projects/mayavi/
Modified: packages/mayavi2/trunk/debian/rules
===================================================================
--- packages/mayavi2/trunk/debian/rules 2008-12-28 16:09:09 UTC (rev 2128)
+++ packages/mayavi2/trunk/debian/rules 2008-12-29 03:27:09 UTC (rev 2129)
@@ -20,5 +20,10 @@
$(RM) $(DEB_DESTDIR)usr/share/doc/mayavi2/docs/mayavi/mayavi2.man*
dh_link /usr/share/javascript/jquery/jquery.js `pycentral pycentraldir mayavi2`/enthought/mayavi/html/_static/jquery.js
dh_link /usr/share/javascript/jquery/jquery.js `pycentral pycentraldir mayavi2`/enthought/tvtk/html/_static/jquery.js
+ dh_link /usr/share/javascript/jquery/jquery.js `pycentral pycentraldir mayavi2`/enthought/docs/html/mayavi/_static/jquery.js
+ dh_link /usr/share/javascript/jquery/jquery.js `pycentral pycentraldir mayavi2`/enthought/docs/html/tvtk/_static/jquery.js
chmod +x $(PYSHARED)/enthought/mayavi/scripts/mayavi2.py
dh_link `pycentral pycentraldir mayavi2`/enthought/mayavi/scripts/mayavi2.py /usr/bin/mayavi2
+
+get-orig-source:
+ -uscan --force-download --rename
Modified: packages/mayavi2/trunk/debian/watch
===================================================================
--- packages/mayavi2/trunk/debian/watch 2008-12-28 16:09:09 UTC (rev 2128)
+++ packages/mayavi2/trunk/debian/watch 2008-12-29 03:27:09 UTC (rev 2129)
@@ -2,5 +2,3 @@
opts="uversionmangle=s/([ab])/~$1/,dversionmangle=s/\+.*//" \
http://pypi.python.org/packages/source/M/Mayavi/Mayavi-(.*).tar.gz \
debian debian/orig-tar.sh
-
-
More information about the Python-apps-commits
mailing list