debian: disable running tests.

Hopefully this is temporary, but I don't want to rush a fix for the
tests.
This commit is contained in:
David Bremner 2013-01-20 18:37:17 -04:00
parent df9f50185c
commit cbaacad316
2 changed files with 10 additions and 0 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
notmuch (0.15-2) experimental; urgency=low
* Disable tests until a proper fix for running tests without a
proper TERM value is developed (again).
-- David Bremner <bremner@debian.org> Sun, 20 Jan 2013 18:36:16 -0400
notmuch (0.15-1) experimental; urgency=low
* New upstream release.

3
debian/rules vendored
View file

@ -8,6 +8,9 @@ python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {}
override_dh_auto_configure:
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
override_dh_auto_test:
echo tests disabled.
override_dh_auto_build:
dh_auto_build
dh_auto_build --sourcedirectory bindings/python