[Python-apps-commits] r487 - in packages/mayavi2/trunk/debian (3 files)

varun-guest at users.alioth.debian.org varun-guest at users.alioth.debian.org
Wed Jan 9 04:14:37 UTC 2008


    Date: Wednesday, January 9, 2008 @ 04:14:36
  Author: varun-guest
Revision: 487

* Add debian/README.Debian-source file

Added:
  packages/mayavi2/trunk/debian/README.Debian-source
Modified:
  packages/mayavi2/trunk/debian/changelog
  packages/mayavi2/trunk/debian/rules

Added: packages/mayavi2/trunk/debian/README.Debian-source
===================================================================
--- packages/mayavi2/trunk/debian/README.Debian-source	                        (rev 0)
+++ packages/mayavi2/trunk/debian/README.Debian-source	2008-01-09 04:14:36 UTC (rev 487)
@@ -0,0 +1,22 @@
+mayavi2
+=======
+
+The orig.tar.gz used for packaging mayavi2 has been created by merging
+source tarballs of the following enthought projects:
+
+  enthought.debug
+  enthought.envisage
+  enthought.logger     
+  enthought.mayavi
+  enthought.persistence
+  enthought.plugins.debug
+  enthought.plugins.python_shell
+  enthought.plugins.refresh_code
+  enthought.plugins.text_editor
+  enthought.tvtk
+    
+Please use the rules/get-orig-source target to create the orig.tar.gz.
+For more details on repackaging of upstream sources please see the
+debian/orig-tar.sh file.
+
+ -- Varun Hiremath <varun at debian.org>, Tue,  8 Jan 2008 00:32:04 +0530

Modified: packages/mayavi2/trunk/debian/changelog
===================================================================
--- packages/mayavi2/trunk/debian/changelog	2008-01-07 20:13:08 UTC (rev 486)
+++ packages/mayavi2/trunk/debian/changelog	2008-01-09 04:14:36 UTC (rev 487)
@@ -1,4 +1,4 @@
-mayavi2 (2.0.2a1-2) UNRELEASED; urgency=low
+mayavi2 (2.0.2a1-2) unstable; urgency=low
 
   [ Varun Hiremath ]
   * Initial release (Closes: #453907)
@@ -14,6 +14,7 @@
   * Install examples and docs.
   * Add debain/orig-tar.sh to create orig.tar.gz
   * Update debian/copyright file
+  * Add debian/README.Debian-source file
 
   [ Kumar Appaiah ]
   * Build-Depend on python-vtk (>= 5.0.3-1) instead of 5.0.3-1+b1.
@@ -21,7 +22,7 @@
   [ Marco Rodrigues ]
   * Update Standards-Version to 3.7.3.
 
- -- Varun Hiremath <varun at debian.org>  Tue, 18 Dec 2007 14:52:20 +0530
+ -- Varun Hiremath <varun at debian.org>  Tue, 08 Jan 2008 01:00:54 +0530
 
 mayavi2 (2.0.2a1-1) UNRELEASED; urgency=low
 

Modified: packages/mayavi2/trunk/debian/rules
===================================================================
--- packages/mayavi2/trunk/debian/rules	2008-01-07 20:13:08 UTC (rev 486)
+++ packages/mayavi2/trunk/debian/rules	2008-01-09 04:14:36 UTC (rev 487)
@@ -26,7 +26,7 @@
 	done
 
 binary-predeb/mayavi2::
-	dh_link /usr/lib/python2.4/site-packages/enthought/mayavi/scripts/mayavi2 /usr/bin/mayavi2
+	dh_link /usr/share/pycentral/mayavi2/site-packages/enthought/mayavi/scripts/mayavi2 /usr/bin/mayavi2
 	find $(SITE_PACKAGES) -type f | grep nspkg.pth$ | xargs $(RM)
 	sed -i '/^#!/d' $(SITE_PACKAGES)/enthought/tvtk/setup.py
 	sed -i '/^#!/d' $(SITE_PACKAGES)/enthought/mayavi/scripts/mayavi2.py




More information about the Python-apps-commits mailing list