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

varun at users.alioth.debian.org varun at users.alioth.debian.org
Fri Jul 30 02:58:30 UTC 2010


    Date: Friday, July 30, 2010 @ 02:58:29
  Author: varun
Revision: 5938

* debian/rules: Add call to dh_numpy to to generate stricter versioned
  depends on python-numpy (Closes: #590750)
* Bump Standards-Version to 3.9.1

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

Modified: packages/mayavi2/trunk/debian/changelog
===================================================================
--- packages/mayavi2/trunk/debian/changelog	2010-07-28 20:18:21 UTC (rev 5937)
+++ packages/mayavi2/trunk/debian/changelog	2010-07-30 02:58:29 UTC (rev 5938)
@@ -1,3 +1,11 @@
+mayavi2 (3.3.2-2) unstable; urgency=low
+
+  * debian/rules: Add call to dh_numpy to to generate stricter versioned
+    depends on python-numpy (Closes: #590750)
+  * Bump Standards-Version to 3.9.1
+
+ -- Varun Hiremath <varun at debian.org>  Thu, 29 Jul 2010 22:04:27 -0400
+
 mayavi2 (3.3.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/mayavi2/trunk/debian/control
===================================================================
--- packages/mayavi2/trunk/debian/control	2010-07-28 20:18:21 UTC (rev 5937)
+++ packages/mayavi2/trunk/debian/control	2010-07-30 02:58:29 UTC (rev 5938)
@@ -5,7 +5,7 @@
 Uploaders: Varun Hiremath <varun at debian.org>
 Build-Depends: cdbs, debhelper (>= 7), python-all-dev, python-central (>= 0.6.0),
  python-setuptools, python-setupdocs, python-vtk, python-numpy
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 XS-Python-Version: current
 Homepage: http://code.enthought.com/projects/mayavi/
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/mayavi2/trunk

Modified: packages/mayavi2/trunk/debian/rules
===================================================================
--- packages/mayavi2/trunk/debian/rules	2010-07-28 20:18:21 UTC (rev 5937)
+++ packages/mayavi2/trunk/debian/rules	2010-07-30 02:58:29 UTC (rev 5938)
@@ -23,6 +23,10 @@
 	find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
 	find $(DEB_DESTDIR) -name '*.idx' -delete
 
+
+binary-install/mayavi2::
+	dh_numpy
+
 binary-post-install/mayavi2::
 	find $(DEB_DESTDIR) -name 'jquery.js*' -delete
 




More information about the Python-apps-commits mailing list