* New upstream release.
* Reviewed (build-)depends for this release.
+ * Refreshed fix-python-m-coverage.patch
-- Thomas Goirand <zigo@debian.org> Wed, 02 Apr 2014 18:24:26 +0800
Forwarded: no
Last-Update: 2014-03-14
---- horizon-2014.1~b3.orig/run_tests.sh
-+++ horizon-2014.1~b3/run_tests.sh
-@@ -315,8 +315,8 @@ function run_tests_all {
+Index: horizon/run_tests.sh
+===================================================================
+--- horizon.orig/run_tests.sh 2014-04-02 18:21:26.000000000 +0800
++++ horizon/run_tests.sh 2014-04-02 18:29:17.000000000 +0800
+@@ -319,8 +319,8 @@
export NOSE_HTML_OUT_FILE='horizon_nose_results.html'
fi
if [ $with_coverage -eq 1 ]; then
fi
${command_wrapper} ${coverage_run} $root/manage.py test horizon --settings=horizon.test.settings $testopts
# get results of the Horizon tests
-@@ -333,9 +333,9 @@ function run_tests_all {
+@@ -337,9 +337,9 @@
if [ $with_coverage -eq 1 ]; then
echo "Generating coverage reports"