[Python-modules-commits] r11861 - in packages/python-django-piston/trunk/debian (rules)

svedrin-guest at users.alioth.debian.org svedrin-guest at users.alioth.debian.org
Mon Feb 22 17:58:56 UTC 2010


    Date: Monday, February 22, 2010 @ 17:58:54
  Author: svedrin-guest
Revision: 11861

remove piston/oauth.py before building

Modified:
  packages/python-django-piston/trunk/debian/rules

Modified: packages/python-django-piston/trunk/debian/rules
===================================================================
--- packages/python-django-piston/trunk/debian/rules	2010-02-22 15:43:19 UTC (rev 11860)
+++ packages/python-django-piston/trunk/debian/rules	2010-02-22 17:58:54 UTC (rev 11861)
@@ -9,5 +9,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+build:
+	rm piston/oauth.py
+	dh build
+
 %:
 	dh  $@
+




More information about the Python-modules-commits mailing list