[Python-modules-commits] r29845 - in packages/python-django/trunk/debian (changelog rules)
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Mon Jul 21 23:22:48 UTC 2014
Date: Monday, July 21, 2014 @ 23:22:47
Author: hertzog
Revision: 29845
Run the test suite for python2 and python3.
Modified:
packages/python-django/trunk/debian/changelog
packages/python-django/trunk/debian/rules
Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog 2014-07-21 23:21:23 UTC (rev 29844)
+++ packages/python-django/trunk/debian/changelog 2014-07-21 23:22:47 UTC (rev 29845)
@@ -9,6 +9,7 @@
python-bcrypt) to Suggests
* Add all those dependencies in Build-Depends for the benefit of the
test suite.
+ * Run the test suite for python2 and python3.
-- Raphaël Hertzog <hertzog at debian.org> Mon, 21 Jul 2014 21:57:07 +0200
Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules 2014-07-21 23:21:23 UTC (rev 29844)
+++ packages/python-django/trunk/debian/rules 2014-07-21 23:22:47 UTC (rev 29845)
@@ -30,7 +30,7 @@
mkdir -p tmp-locales
localedef -i /usr/share/i18n/locales/en_US -c -f UTF-8 -A /usr/share/locale/locale.alias tmp-locales/en_US.UTF-8
cd tests && LOCPATH=$(CURDIR)/tmp-locales LC_ALL=en_US.UTF-8 PYTHONPATH=.. python ./runtests.py --verbosity=2
- cd tests && LOCPATH=$(CURDIR)/tmp-locales LC_ALL=en_US.UTF-8 PYTHONPATH=.. python3 ./runtests.py--verbosity=2
+ cd tests && LOCPATH=$(CURDIR)/tmp-locales LC_ALL=en_US.UTF-8 PYTHONPATH=.. python3 ./runtests.py --verbosity=2
rm -rf tmp-locales
endif
More information about the Python-modules-commits
mailing list