From: David Bremner Date: Mon, 21 Jan 2013 12:06:51 +0000 (-0400) Subject: Merge tag 'debian/0.15-2' X-Git-Tag: 0.16_rc2~230 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/1407901cba742b12931e54765eff819c02aa6764?hp=bc89dd76883b4bdee31d1a6e26059c69b299d147 Merge tag 'debian/0.15-2' debian bug fix release, disable tests --- 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 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