[pypy-svn] r72426 - pypy/build/ubuntu/debian

getxsick at codespeak.net getxsick at codespeak.net
Fri Mar 19 21:07:14 CET 2010


Author: getxsick
Date: Fri Mar 19 21:06:07 2010
New Revision: 72426

Modified:
   pypy/build/ubuntu/debian/rules
Log:
update install-indep rules

Modified: pypy/build/ubuntu/debian/rules
==============================================================================
--- pypy/build/ubuntu/debian/rules	(original)
+++ pypy/build/ubuntu/debian/rules	Fri Mar 19 21:06:07 2010
@@ -52,12 +52,11 @@
 	dh_install -i
 	find debian/pypy-lib -name "*.pyc" | xargs rm -rf
 	find debian/pypy-dev -name "*.pyc" | xargs rm -rf
-	rm -f debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/module/unicodedata/LICENSE
-	rm -f debian/pypy-lib/usr/share/pypy-$(VERSION)/pypy/lib/py
-	rm -f debian/pypy-lib/usr/share/pypy-1.2/pypy/lib/app_test/ctypes_tests/_ctypes_test.o
-	rm -rf debian/pypy-dev/usr/share/pypy-1.2/pypy/translator/c/winproj/
-	chmod a-x debian/pypy-lib/usr/share/pypy-1.2/lib-python/2.5.2/idlelib/idle.bat
-	chmod a-x debian/pypy-dev/usr/share/pypy-1.2/pypy/translator/cli/src/pypylib.dll
+	rm debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/module/unicodedata/LICENSE
+	rm debian/pypy-lib/usr/share/pypy-$(VERSION)/pypy/lib/py
+	rm debian/pypy-lib/usr/share/pypy-$(VERSION)/pypy/lib/app_test/ctypes_tests/_ctypes_test.o
+	rm -r debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/translator/c/winproj/
+	chmod a-x debian/pypy-lib/usr/share/pypy-$(VERSION)/lib-python/2.5.2/idlelib/idle.bat
 
 install-arch:
 	dh_testdir



More information about the Pypy-commit mailing list