[Python-apps-commits] r12483 - in packages/mayavi2/trunk/debian (4 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Tue Oct 13 03:44:48 UTC 2015


    Date: Tuesday, October 13, 2015 @ 03:44:46
  Author: varun
Revision: 12483

* New upstream release (Closes: #784839)
* Bump Standards-Version to 3.9.6
* d/control: BD on python-vtk6 (Closes: #798169)
* Fix d/watch file

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	2015-10-11 18:07:29 UTC (rev 12482)
+++ packages/mayavi2/trunk/debian/changelog	2015-10-13 03:44:46 UTC (rev 12483)
@@ -1,3 +1,12 @@
+mayavi2 (4.4.3-1) unstable; urgency=medium
+
+  * New upstream release (Closes: #784839)
+  * Bump Standards-Version to 3.9.6
+  * d/control: BD on python-vtk6 (Closes: #798169)
+  * Fix d/watch file
+
+ -- Varun Hiremath <varun at debian.org>  Mon, 12 Oct 2015 21:52:54 -0400
+
 mayavi2 (4.3.1-4) unstable; urgency=medium
 
   * Add a patch to fix python interpreter (Closes: #785627)

Modified: packages/mayavi2/trunk/debian/control
===================================================================
--- packages/mayavi2/trunk/debian/control	2015-10-11 18:07:29 UTC (rev 12482)
+++ packages/mayavi2/trunk/debian/control	2015-10-13 03:44:46 UTC (rev 12483)
@@ -4,9 +4,9 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~),
- python-setuptools, python-setupdocs, python-vtk, python-numpy (>= 1:1.4.1-4~)
-Standards-Version: 3.9.5
-X-Python-Version: 2.7
+ python-setuptools, python-setupdocs, python-vtk6, python-numpy (>= 1:1.4.1-4~)
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
 Homepage: http://code.enthought.com/projects/mayavi/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/mayavi2/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/mayavi2/trunk/
@@ -15,7 +15,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  python-traits, python-traitsui, python-wxgtk2.8, python-numpy,
- python-vtk (>= 5.4.2-5), python-pkg-resources, python-envisage,
+ python-vtk6, python-pkg-resources, python-envisage,
  python-apptools (>= 4.0.0-1), libjs-jquery, python-configobj
 Suggests: python-scipy, ipython
 Description: scientific visualization package for 2-D and 3-D data

Modified: packages/mayavi2/trunk/debian/rules
===================================================================
--- packages/mayavi2/trunk/debian/rules	2015-10-11 18:07:29 UTC (rev 12482)
+++ packages/mayavi2/trunk/debian/rules	2015-10-13 03:44:46 UTC (rev 12483)
@@ -38,4 +38,4 @@
 	dh_link $(JQUERY) /usr/share/doc/mayavi2/docs/build/tvtk/html/jquery.js
 
 get-orig-source:
-	-uscan --force-download --rename
+	-uscan --force-download --repack --rename

Modified: packages/mayavi2/trunk/debian/watch
===================================================================
--- packages/mayavi2/trunk/debian/watch	2015-10-11 18:07:29 UTC (rev 12482)
+++ packages/mayavi2/trunk/debian/watch	2015-10-13 03:44:46 UTC (rev 12483)
@@ -1,5 +1,5 @@
 version=3
 opts="uversionmangle=s/([ab])/~$1/,dversionmangle=s/\+.*//" \
-http://pypi.python.org/pypi/mayavi .*mayavi-(.*).tar.gz \
+http://pypi.debian.net/mayavi/mayavi-(.*).(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) \
 debian debian/orig-tar.sh
 




More information about the Python-apps-commits mailing list