[Python-modules-commits] r24929 - in packages/geopy/trunk/debian (rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon Jun 24 00:45:45 UTC 2013


    Date: Monday, June 24, 2013 @ 00:45:43
  Author: eriol-guest
Revision: 24929

Clean properly to build twice in a row

Modified:
  packages/geopy/trunk/debian/rules

Modified: packages/geopy/trunk/debian/rules
===================================================================
--- packages/geopy/trunk/debian/rules	2013-06-23 23:51:52 UTC (rev 24928)
+++ packages/geopy/trunk/debian/rules	2013-06-24 00:45:43 UTC (rev 24929)
@@ -14,6 +14,10 @@
 		$$python setup.py build; \
 	done
 
+override_dh_auto_clean:
+	rm -rf build
+	dh_auto_clean
+
 override_dh_auto_install:
 	# Remove tests to not pollute namespace.
 	rm -rf  build/lib*/geopy/tests




More information about the Python-modules-commits mailing list