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

getxsick at codespeak.net getxsick at codespeak.net
Thu Mar 4 03:51:34 CET 2010


Author: getxsick
Date: Thu Mar  4 03:51:33 2010
New Revision: 71720

Modified:
   pypy/build/ubuntu/debian/rules
Log:
remove outdated (mostly) rules

Modified: pypy/build/ubuntu/debian/rules
==============================================================================
--- pypy/build/ubuntu/debian/rules	(original)
+++ pypy/build/ubuntu/debian/rules	Thu Mar  4 03:51:33 2010
@@ -51,39 +51,9 @@
 	cp debian/pypy-lib.override debian/pypy-lib/usr/share/lintian/overrides/pypy-lib
 	cp debian/pypy-dev.override debian/pypy-dev/usr/share/lintian/overrides/pypy-dev
 	dh_install -i
-	find debian/pypy-lib -name CVS | xargs rm -rf
 	find debian/pypy-lib -name "*.pyc" | xargs rm -rf
 	find debian/pypy-dev -name "*.pyc" | xargs rm -rf
-	find debian/pypy-dev/usr/share/pypy-*/pypy/translator/llvm \
-             debian/pypy-lib/usr/share/pypy-*/lib-python \
-             debian/pypy-dev/usr/share/pypy-*/pypy/lang/js/test/ecma \
-           -type f | xargs chmod a-x
-	for f in `find debian/pypy-lib debian/pypy-dev -type f` ; do \
-		if head -n 1 $$f | grep -q '^#!.*python' ; then \
-			chmod a+x $$f ; \
-		fi ; \
-	done
-	chmod a+x debian/pypy-lib/usr/share/pypy-*/lib-python/2.5.2/plat-*/regen
-	for f in debian/pypy-lib/usr/share/pypy-$(VERSION)/lib-python/2.5.2/test/test_largefile.py \
-                 debian/pypy-lib/usr/share/pypy-$(VERSION)/lib-python/2.5.2/test/test_largefile.py \
-                 debian/pypy-lib/usr/share/pypy-$(VERSION)/lib-python/2.5.2/cgi.py \
-                 debian/pypy-lib/usr/share/pypy-$(VERSION)/lib-python/2.5.2/bsddb/dbshelve.py \
-                 debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/translator/microbench/pybench/pybench.py \
-                 debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/translator/microbench/pybench/Setup.py \
-                 debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/translator/microbench/pybench/Setup.py \
-                 debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/translator/microbench/pybench/platform.py \
-		 debian/pypy-lib/usr/share/pypy-$(VERSION)/pypy/lib/app_test/test_binascii.py \
-		 debian/pypy-lib/usr/share/pypy-$(VERSION)/pypy/lib/test2/pickledtasklet.py \
-        ; do \
-           echo "#!/usr/bin/python" > debian/tmpfile ; \
-           tail -n +2 $$f >> debian/tmpfile ; \
-           mv debian/tmpfile $$f ; \
-           chmod a+x $$f ; \
-        done
 	rm debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/module/unicodedata/LICENSE
-	rm debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/lang/js/commit
-	rm debian/pypy-lib/usr/share/pypy-$(VERSION)/pypy/lib/pyrepl/.cvsignore
-	rmdir debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/translator/js/examples/bnb/data/images/
 
 install-arch:
 	dh_testdir



More information about the Pypy-commit mailing list