[Python-apps-commits] r789 - in packages/phenny/trunk/debian (rules)
    piotr at users.alioth.debian.org 
    piotr at users.alioth.debian.org
       
    Sun Mar  9 13:11:05 UTC 2008
    
    
  
    Date: Sunday, March 9, 2008 @ 13:11:04
  Author: piotr
Revision: 789
clean pyc and phenny.1 files
Modified:
  packages/phenny/trunk/debian/rules
Modified: packages/phenny/trunk/debian/rules
===================================================================
--- packages/phenny/trunk/debian/rules	2008-03-09 12:22:58 UTC (rev 788)
+++ packages/phenny/trunk/debian/rules	2008-03-09 13:11:04 UTC (rev 789)
@@ -21,6 +21,10 @@
 PACKAGE_DIRECTORY=$(PACKAGE_NAME)-2~hg$(PACKAGE_VERSION).orig
 PACKAGE_FILENAME=$(PACKAGE_NAME)_2~hg$(PACKAGE_VERSION).orig.tar.gz
 
+clean::
+	find . -name '*\.pyc' -delete
+	rm -f phenny.1
+
 common-install-prehook-impl::
 	cp *.py debian/phenny/usr/share/python-support/phenny/phenny
 	cp modules/*.py debian/phenny/usr/share/python-support/phenny/phenny/modules
    
    
More information about the Python-apps-commits
mailing list