summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianfranco Costamagna <locutusofborg@debian.org>2015-10-06 05:33:57 +0000
committerGianfranco Costamagna <locutusofborg@debian.org>2015-10-06 05:33:57 +0000
commit16029daa4647d7eae4d63a0a91eebe21576706cb (patch)
tree85db8c63851a37186541f86f9fe9802caf049cb2
parentb0be51e698adaa2fed5687e020eaa10abb1e08f4 (diff)
Disable testsuite, upload to unstable
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules4
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bc3e68f..825f4a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+urwid (1.3.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Skip vterm test suite.
+ - it is FTBFS in armel, mipsel, s390x, hppa, hurd,
+ ppc64, and maybe more, in a random way, rebuild
+ makes tests pass.
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 05 Oct 2015 14:38:54 +0200
+
urwid (1.3.0-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 077000d..9160417 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,10 @@ export PYBUILD_NAME=urwid
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+override_dh_auto_clean:
+ rm -f urwid/tests/test_vterm.py
+ dh_auto_clean
+
override_dh_auto_build:
python setup.py build_sphinx
dh_auto_build