diff options
author | David Bremner <david@tethera.net> | 2014-05-08 08:29:15 +0900 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-05-08 08:29:15 +0900 |
commit | 8e82a41c90ab9d812ed48ab9af4c8c0f69d53b9c (patch) | |
tree | 07ca404e3b369c916f0163d1df46264df85435f3 /debian | |
parent | 877533ade5945fd396c916a81abe914e9de4800a (diff) |
debian: disable atomicity tests on armhf
In fact a fix for these tests is currently being reviewed, but I want
to roll it together with a few other portability fixes for a point
release.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 00738a90..24cb058f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.18-2) unstable; urgency=medium + + * Disable atomicity tests on armhf. These should be re-enabled when + upstream relases a fix for this (in progress). + + -- David Bremner <bremner@debian.org> Thu, 08 May 2014 08:28:33 +0900 + notmuch (0.18-1) unstable; urgency=medium * New upstream release. For detailed release notes see diff --git a/debian/control b/debian/control index 16231367..d71deddc 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends: ruby, ruby-dev (>>1:1.9.3~), emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), - gdb [!s390x !ia64], + gdb [!s390x !ia64 !armhf], dtach (>= 0.8), bash-completion (>=1.9.0~) Standards-Version: 3.9.4 |