[Python-modules-commits] r944 - /packages/ctypes/trunk/debian/rules

rganesan at users.alioth.debian.org rganesan at users.alioth.debian.org
Mon Jun 19 15:38:28 UTC 2006


Author: rganesan
Date: Mon Jun 19 15:38:28 2006
New Revision: 944

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=944
Log:
Fix clean rule.


Modified:
    packages/ctypes/trunk/debian/rules

Modified: packages/ctypes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ctypes/trunk/debian/rules?rev=944&op=diff
==============================================================================
--- packages/ctypes/trunk/debian/rules (original)
+++ packages/ctypes/trunk/debian/rules Mon Jun 19 15:38:28 2006
@@ -25,7 +25,7 @@
 	dh_testroot
 	rm -f build-stamp build-python*
 	rm -rf build dist
-	rm -f *.pyc 
+	rm -f ctypes/*.pyc 
 	dh_clean
 
 install: build




More information about the Python-modules-commits mailing list