[Pkg-scicomp-commits] openturns/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Mon Nov 2 11:46:54 UTC 2009


SVN commit 4667 by prudhomm:

fix path

 M  +4 -4      openturns/trunk/debian/rules  


--- openturns/trunk/debian/rules #4666:4667
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pycentral
+#DEB_PYTHON_SYSTEM=pycentral
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+#include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_AUTO_CLEANUP_RCS     := yes
 DEB_MAKE_CLEAN_TARGET    := clean
@@ -50,9 +50,9 @@
 	R CMD INSTALL -l $(debRlib) --clean $(extraInstallFlags) debian/rotRPackage
 
 binary-install/python-openturns::
-	dh_pycentral -ppython-openturns
+#	dh_pycentral -ppython-openturns
 	dh_python -ppython-openturns
-	-rm /usr/lib/python2.5/site-packages/openturns/*.pyc
+	-rm debian/python-openturns/usr/lib/python2.5/site-packages/openturns/*.pyc
 
 
 get-orig-source:



More information about the Pkg-scicomp-commits mailing list