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

varun at users.alioth.debian.org varun at users.alioth.debian.org
Wed Jul 22 02:49:30 UTC 2009


    Date: Wednesday, July 22, 2009 @ 02:49:25
  Author: varun
Revision: 3318

* New upstream release	
* debian/rules: fix build process by adding a workaround for 
  m2_about.jpg image created before build

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

Modified: packages/mayavi2/trunk/debian/changelog
===================================================================
--- packages/mayavi2/trunk/debian/changelog	2009-07-21 07:31:46 UTC (rev 3317)
+++ packages/mayavi2/trunk/debian/changelog	2009-07-22 02:49:25 UTC (rev 3318)
@@ -1,9 +1,11 @@
-mayavi2 (3.2.0-4) UNRELEASED; urgency=low
+mayavi2 (3.3.0-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release	
   * debian/control: Add ipython to Suggests
+  * debian/rules: fix build process by adding a workaround for 
+    m2_about.jpg image created before build
 
- -- Varun Hiremath <varun at debian.org>  Fri, 26 Jun 2009 01:51:47 -0400
+ -- Varun Hiremath <varun at debian.org>  Tue, 21 Jul 2009 22:20:36 -0400
 
 mayavi2 (3.2.0-3) unstable; urgency=low
 

Modified: packages/mayavi2/trunk/debian/rules
===================================================================
--- packages/mayavi2/trunk/debian/rules	2009-07-21 07:31:46 UTC (rev 3317)
+++ packages/mayavi2/trunk/debian/rules	2009-07-22 02:49:25 UTC (rev 3318)
@@ -13,6 +13,12 @@
 JQUERY				 = /usr/share/javascript/jquery/jquery.js
 HTMLDOCS                         = /usr/share/doc/mayavi2/html/
 
+clean::
+	rm ./enthought/mayavi/images/m2_about.jpg
+
+post-patches::
+	cp ./docs/source/mayavi/m2_about.jpg ./enthought/mayavi/images/
+
 install/mayavi2::
 	find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
 	find $(DEB_DESTDIR) -name '*.idx' -delete




More information about the Python-apps-commits mailing list