[Python-modules-commits] r27815 - in packages/python-smstrade/trunk/debian (rules)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Fri Feb 21 16:45:55 UTC 2014
Date: Friday, February 21, 2014 @ 16:45:54
Author: jandd
Revision: 27815
fix FTBFS twice in a row by removing the egg-info directory
Modified:
packages/python-smstrade/trunk/debian/rules
Modified: packages/python-smstrade/trunk/debian/rules
===================================================================
--- packages/python-smstrade/trunk/debian/rules 2014-02-21 16:37:42 UTC (rev 27814)
+++ packages/python-smstrade/trunk/debian/rules 2014-02-21 16:45:54 UTC (rev 27815)
@@ -4,6 +4,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+override_dh_auto_clean:
+ rm -rf smstrade.egg-info
+ dh_auto_clean
+
override_dh_auto_test:
py.test
More information about the Python-modules-commits
mailing list