r36655 - /packages/openturns/trunk/debian/rules
prudhomm at users.alioth.debian.org
prudhomm at users.alioth.debian.org
Sat Jun 19 07:34:20 UTC 2010
Author: prudhomm
Date: Sat Jun 19 07:34:17 2010
New Revision: 36655
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36655
Log:
site-packages->dist-packages
Modified:
packages/openturns/trunk/debian/rules
Modified: packages/openturns/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/rules?rev=36655&op=diff
==============================================================================
--- packages/openturns/trunk/debian/rules (original)
+++ packages/openturns/trunk/debian/rules Sat Jun 19 07:34:17 2010
@@ -55,6 +55,9 @@
-for i in debian/python-openturns/usr/lib/python$(PYVER)/site-packages/openturns/*.so; do \
chrpath -d $$i; \
done
+ -for i in debian/python-openturns/usr/lib/python$(PYVER)/dist-packages/openturns/*.so; do \
+ chrpath -d $$i; \
+ done
binary-install/openturns-wrapper::
-chmod a+x debian/openturns-wrapper/usr/share/openturns/WrapperTemplates/wrapper_calling_shell_command/bootstrap
More information about the debian-science-commits
mailing list