[Python-modules-commits] r19922 - in packages/python-icalendar/trunk/debian (rules)

paultag-guest at users.alioth.debian.org paultag-guest at users.alioth.debian.org
Sun Jan 8 00:27:53 UTC 2012


    Date: Sunday, January 8, 2012 @ 00:27:52
  Author: paultag-guest
Revision: 19922

fixing the name of the test override to make sense

Modified:
  packages/python-icalendar/trunk/debian/rules

Modified: packages/python-icalendar/trunk/debian/rules
===================================================================
--- packages/python-icalendar/trunk/debian/rules	2012-01-07 23:44:36 UTC (rev 19921)
+++ packages/python-icalendar/trunk/debian/rules	2012-01-08 00:27:52 UTC (rev 19922)
@@ -18,7 +18,7 @@
 	dh_auto_clean
 	rm -rvf docs/_build src/*.egg-info
 
-override_dh_testroot:
+override_dh_auto_test:
 ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; for x in $(shell pyversions -r); do \
 		$$x ./setup.py test; \




More information about the Python-modules-commits mailing list