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

malex at users.alioth.debian.org malex at users.alioth.debian.org
Mon Jul 16 19:21:38 UTC 2007


Author: malex
Date: Mon Jul 16 19:21:38 2007
New Revision: 2758

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

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=2758&op=diff
==============================================================================
--- packages/webhelpers/trunk/debian/rules (original)
+++ packages/webhelpers/trunk/debian/rules Mon Jul 16 19:21:38 2007
@@ -5,6 +5,8 @@
 package=python-webhelpers
 
 unpatch:
+	dpatch apply-all
+	python setup.py clean
 	dpatch deapply-all
 	rm -rf patch-stamp debian/patched
 
@@ -12,7 +14,6 @@
 	rm -f build-*
 	dh_testdir
 	dh_testroot
-	python setup.py clean
 	rm -rf build
 	find . -name *\.py[co] -exec rm -f {} \;
 	dh_clean




More information about the Python-modules-commits mailing list