r44173 - /packages/code-aster/eficas/trunk/debian/rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Thu Dec 15 12:03:23 UTC 2011


Author: trophime-guest
Date: Thu Dec 15 12:03:22 2011
New Revision: 44173

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44173
Log:
some cleanup

Modified:
    packages/code-aster/eficas/trunk/debian/rules

Modified: packages/code-aster/eficas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/eficas/trunk/debian/rules?rev=44173&op=diff
==============================================================================
--- packages/code-aster/eficas/trunk/debian/rules (original)
+++ packages/code-aster/eficas/trunk/debian/rules Thu Dec 15 12:03:22 2011
@@ -7,7 +7,6 @@
 DEB_PYTHON2_MODULE_PACKAGES = eficas Accas Aide Aster convert Editeur \
  Extensions generator Ihm InterfaceQT4 UiQT4  Noyau Traducteur \
  Validation Openturns_Study Openturns_Wrapper
-#DEB_PYTHON_SYSTEM=pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
@@ -16,9 +15,6 @@
 DEB_PYTHON_COMPILE_VERSION := $(shell pyversions -r)
 DEB_PYTHON_INSTALL_ARGS_ALL += --no-compile \
 	--install-lib=/usr/share/pyshared
-
-# --install-lib  usr/lib/$(DEB_PYTHON_COMPILE_VERSION)/site-packages/eficas
-#usr/share/python/site-package/eficas
 
 build/eficas::
 	echo '#!/bin/sh\npython /usr/share/pyshared/Aster/qtEficas_aster.py $$*\n' > eficasQt
@@ -33,16 +29,6 @@
 	(cd debian/eficas/usr/share/pyshared/Aster && ln -sf /etc/eficas/editeur_salome.ini .)
 	(cd debian/eficas/usr/share/pyshared && ln -sf /usr/share/eficas/Aide .)
 	
-# Permissions
-	#chmod +x debian/eficas/usr/share/pyshared/Aster/eficas_aster.py
-	#chmod +x debian/eficas/usr/share/pyshared/Aster/qtEficas_aster.py
-	#chmod +x debian/eficas/usr/share/pyshared/Traducteur/traduitV7V8.py
-	#chmod +x debian/eficas/usr/share/pyshared/Traducteur/traduitV8V9.py
-
-# Remove
-	rm -rf debian/eficas/usr/lib/python*
-
-
 clean::
 	rm -f eficasQt
 	




More information about the debian-science-commits mailing list