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

getxsick at codespeak.net getxsick at codespeak.net
Fri Mar 12 00:02:30 CET 2010


Author: getxsick
Date: Fri Mar 12 00:02:29 2010
New Revision: 72146

Modified:
   pypy/build/ubuntu/debian/rules
Log:
add more rules to keep perfection of the upstream

Modified: pypy/build/ubuntu/debian/rules
==============================================================================
--- pypy/build/ubuntu/debian/rules	(original)
+++ pypy/build/ubuntu/debian/rules	Fri Mar 12 00:02:29 2010
@@ -55,8 +55,9 @@
 	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 -f debian/pypy-lib/usr/share/pypy-1.2/lib-python/2.5.2/idlelib/idle.bat
 	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
 
 install-arch:
 	dh_testdir



More information about the Pypy-commit mailing list