tags 725594 + pending thanks Dear maintainer,
I've prepared an NMU for python-werkzeug (versioned as 0.9.4+dfsg-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. I used the patch from the bug report by Sebastian Ramacher to fix the problem. The package is uploaded to DELAYED to give you a chance to fix it by completely disabling the failing tests if you prefer that. I mostly did this upload because this RC bug caused OpenStack ceilometer to be dropped from testing by an auto-removal. Regards. Gaudenz -- Ever tried. Ever failed. No matter. Try again. Fail again. Fail better. ~ Samuel Beckett ~
diff -Nru python-werkzeug-0.9.4+dfsg/debian/changelog python-werkzeug-0.9.4+dfsg/debian/changelog --- python-werkzeug-0.9.4+dfsg/debian/changelog 2013-12-03 19:54:01.000000000 +0100 +++ python-werkzeug-0.9.4+dfsg/debian/changelog 2014-01-06 19:12:29.000000000 +0100 @@ -1,3 +1,11 @@ +python-werkzeug (0.9.4+dfsg-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Start memcached for tests, thanks to Sebastian Ramacher for the patch + (Closes: #725594) + + -- Gaudenz Steinlin <gaud...@debian.org> Mon, 06 Jan 2014 19:01:32 +0100 + python-werkzeug (0.9.4+dfsg-1) unstable; urgency=low * New upstream release diff -Nru python-werkzeug-0.9.4+dfsg/debian/rules python-werkzeug-0.9.4+dfsg/debian/rules --- python-werkzeug-0.9.4+dfsg/debian/rules 2013-08-08 21:52:30.000000000 +0200 +++ python-werkzeug-0.9.4+dfsg/debian/rules 2014-01-06 18:56:42.000000000 +0100 @@ -19,7 +19,10 @@ dh_auto_clean override_dh_auto_test: - http_proxy='' dh_auto_test + set -ex; \ + memcached -p 11211 -l 127.0.0.1 & \ + trap "kill $$! || true" EXIT; \ + http_proxy='' dh_auto_test; \ override_dh_auto_install: dh_auto_install
signature.asc
Description: Digital signature