[Python-modules-commits] r28962 - in packages/urwid/trunk/debian (changelog rules)
vcheng at users.alioth.debian.org
vcheng at users.alioth.debian.org
Sun May 18 09:16:13 UTC 2014
Date: Sunday, May 18, 2014 @ 09:16:12
Author: vcheng
Revision: 28962
skip vterm test suite
Modified:
packages/urwid/trunk/debian/changelog
packages/urwid/trunk/debian/rules
Modified: packages/urwid/trunk/debian/changelog
===================================================================
--- packages/urwid/trunk/debian/changelog 2014-05-18 07:02:22 UTC (rev 28961)
+++ packages/urwid/trunk/debian/changelog 2014-05-18 09:16:12 UTC (rev 28962)
@@ -1,3 +1,10 @@
+urwid (1.2.1-2) unstable; urgency=medium
+
+ * Team upload.
+ * Skip vterm test suite. (Closes: #743685)
+
+ -- Vincent Cheng <vcheng at debian.org> Sun, 18 May 2014 02:07:47 -0700
+
urwid (1.2.1-1) unstable; urgency=medium
* Team upload.
Modified: packages/urwid/trunk/debian/rules
===================================================================
--- packages/urwid/trunk/debian/rules 2014-05-18 07:02:22 UTC (rev 28961)
+++ packages/urwid/trunk/debian/rules 2014-05-18 09:16:12 UTC (rev 28962)
@@ -31,4 +31,5 @@
clean::
rm -rf build build-docs-test-stamp urwid.egg-info
+ rm -f urwid/tests/test_vterm.py
find . -name '*.so' -delete
More information about the Python-modules-commits
mailing list