[Python-modules-commits] r2759 - /packages/webhelpers/trunk/debian/rules

malex at users.alioth.debian.org malex at users.alioth.debian.org
Mon Jul 16 19:27:43 UTC 2007


Author: malex
Date: Mon Jul 16 19:27:43 2007
New Revision: 2759

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2759
Log:
Final version of the ez_setup workaround - upload

Modified:
    packages/webhelpers/trunk/debian/rules

Modified: packages/webhelpers/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/webhelpers/trunk/debian/rules?rev=2759&op=diff
==============================================================================
--- packages/webhelpers/trunk/debian/rules (original)
+++ packages/webhelpers/trunk/debian/rules Mon Jul 16 19:27:43 2007
@@ -5,8 +5,6 @@
 package=python-webhelpers
 
 unpatch:
-	dpatch apply-all
-	python setup.py clean
 	dpatch deapply-all
 	rm -rf patch-stamp debian/patched
 
@@ -22,6 +20,7 @@
 
 patch-stamp:
 	dpatch apply-all
+	python setup.py clean
 	touch $@
 
 build-stamp:




More information about the Python-modules-commits mailing list