aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2013-01-20 18:37:17 -0400
committerGravatar David Bremner <bremner@debian.org>2013-01-20 18:48:41 -0400
commitcbaacad316331a3cb34ca797184e164ca8c468a2 (patch)
treec4660578d44fc984eb555ccc01ea5c4e5a894df1 /debian
parentdf9f50185cf71dd4801cfd24ade33d5c2f74de1a (diff)
debian: disable running tests.
Hopefully this is temporary, but I don't want to rush a fix for the tests.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e4199d02..96c8531f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/rules b/debian/rules
index c4e3930d..0eb3357b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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