diff -Nru ipython-1.2.1/debian/changelog ipython-1.2.1/debian/changelog --- ipython-1.2.1/debian/changelog 2014-02-25 20:56:36.000000000 +0000 +++ ipython-1.2.1/debian/changelog 2014-02-25 21:16:17.000000000 +0000 @@ -1,3 +1,9 @@ +ipython (1.2.1-2~ubuntu13.10.1~ppa2) saucy; urgency=medium + + * ignore unreproducable test error + + -- Julian Taylor Tue, 25 Feb 2014 22:16:04 +0100 + ipython (1.2.1-2~ubuntu13.10.1~ppa1) saucy; urgency=low * No-change backport to saucy diff -Nru ipython-1.2.1/debian/rules ipython-1.2.1/debian/rules --- ipython-1.2.1/debian/rules 2014-02-25 20:23:39.000000000 +0000 +++ ipython-1.2.1/debian/rules 2014-02-25 21:15:46.000000000 +0000 @@ -35,7 +35,7 @@ # test_not_writable_ipdir, fails as root # test_console_starts, leaks python process # test_constructor, test_notebook_help, as-installed only (static-path change) - set -e && for pyvers in $(PYVERS); do \ + -set -e && for pyvers in $(PYVERS); do \ LC_ALL=C.UTF-8 HOME=$(CURDIR)/build \ PATH=$(CURDIR)/IPython/scripts/:$(PATH) PYTHONPATH=$(CURDIR) \ xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" \