[Python-modules-commits] r18842 - in packages/flufl.i18n/trunk/debian (changelog rules)
warsaw-guest at users.alioth.debian.org
warsaw-guest at users.alioth.debian.org
Fri Oct 7 14:59:46 UTC 2011
Date: Friday, October 7, 2011 @ 14:59:44
Author: warsaw-guest
Revision: 18842
Address sponsor feedback.
Modified:
packages/flufl.i18n/trunk/debian/changelog
packages/flufl.i18n/trunk/debian/rules
Modified: packages/flufl.i18n/trunk/debian/changelog
===================================================================
--- packages/flufl.i18n/trunk/debian/changelog 2011-10-07 11:50:51 UTC (rev 18841)
+++ packages/flufl.i18n/trunk/debian/changelog 2011-10-07 14:59:44 UTC (rev 18842)
@@ -5,10 +5,6 @@
- Add Vcs-* fields.
[ Barry Warsaw ]
- * debian/control:
- - Add ${sphinxdoc:Depends} to Depends.
- * debian/python-flufl.i18n.pyremove
- - Do not install several files used only during the build process.
* Initial release (closes: #588858)
-- Barry Warsaw <barry at python.org> Thu, 06 Oct 2011 11:13:55 -0400
Modified: packages/flufl.i18n/trunk/debian/rules
===================================================================
--- packages/flufl.i18n/trunk/debian/rules 2011-10-07 11:50:51 UTC (rev 18841)
+++ packages/flufl.i18n/trunk/debian/rules 2011-10-07 14:59:44 UTC (rev 18842)
@@ -7,7 +7,10 @@
dh $@ --with python2,sphinxdoc
test-python%:
+ -
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
python$* setup.py test -vv
+endif
override_dh_auto_test: $(PYTHON2:%=test-python%)
More information about the Python-modules-commits
mailing list