]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
debian: disable running tests. debian/0.15-2
authorDavid Bremner <bremner@debian.org>
Sun, 20 Jan 2013 22:37:17 +0000 (18:37 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 20 Jan 2013 22:48:41 +0000 (18:48 -0400)
Hopefully this is temporary, but I don't want to rush a fix for the
tests.

debian/changelog
debian/rules

index e4199d02b67caf105ed41e243e05011fc17dec3f..96c8531fb1d9b1ccf18b483e5280e858a9c34eee 100644 (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.
index c4e3930da5fb931c4e1bd39e017884e33d8e9a53..0eb3357be9b018fc65886589e05d1fe0d44bf78f 100755 (executable)
@@ -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