[Python-apps-commits] r34 - /packages/mayavi2/trunk/debian/rules

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Tue Sep 4 09:14:20 UTC 2007


Author: certik-guest
Date: Tue Sep  4 09:14:20 2007
New Revision: 34

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=34
Log:
removing duplicates

Modified:
    packages/mayavi2/trunk/debian/rules

Modified: packages/mayavi2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/mayavi2/trunk/debian/rules?rev=34&op=diff
==============================================================================
--- packages/mayavi2/trunk/debian/rules (original)
+++ packages/mayavi2/trunk/debian/rules Tue Sep  4 09:14:20 2007
@@ -14,6 +14,7 @@
 python-install-%:
 	mkdir -p $(SITE_PACKAGES)
 	cp -r build/enthought $(SITE_PACKAGES)
+	rm $(SITE_PACKAGES)/enthought/__init__.py
 
 get-orig-tarball:
 	wget http://gael-varoquaux.info/enthought.mayavi.tar.gz -O mayavi2_2.5.orig.tar.gz




More information about the Python-apps-commits mailing list