[pypy-svn] r75649 - pypy/build/ubuntu/1.3.0/debian

getxsick at codespeak.net getxsick at codespeak.net
Mon Jun 28 20:48:40 CEST 2010


Author: getxsick
Date: Mon Jun 28 20:48:38 2010
New Revision: 75649

Modified:
   pypy/build/ubuntu/1.3.0/debian/rules
Log:
kill removing pypy/translator/c/winproj/ it's already removed from the pypy repository


Modified: pypy/build/ubuntu/1.3.0/debian/rules
==============================================================================
--- pypy/build/ubuntu/1.3.0/debian/rules	(original)
+++ pypy/build/ubuntu/1.3.0/debian/rules	Mon Jun 28 20:48:38 2010
@@ -55,7 +55,6 @@
 	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:



More information about the Pypy-commit mailing list