[Python-apps-commits] r129 - /packages/scribes/trunk/debian/rules
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Oct 16 19:18:47 UTC 2007
Author: piotr
Date: Tue Oct 16 19:18:47 2007
New Revision: 129
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=129
Log:
hack no longer needed
Modified:
packages/scribes/trunk/debian/rules
Modified: packages/scribes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/scribes/trunk/debian/rules?rev=129&op=diff
==============================================================================
--- packages/scribes/trunk/debian/rules (original)
+++ packages/scribes/trunk/debian/rules Tue Oct 16 19:18:47 2007
@@ -34,8 +34,7 @@
dh_testdir
dh_testroot
rm -f build-stamp
- find . -name *\.py[co] -exec rm {} \;
- find . -name *\.py[co] -exec rm {} \;
+ find . -name "*\.py[co]" -delete
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
More information about the Python-apps-commits
mailing list