diff options
author | David Bremner <david@tethera.net> | 2014-05-08 14:28:13 +0900 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-05-08 14:28:13 +0900 |
commit | f6b54fbcf6860e687b5b058810c1d17622dbab23 (patch) | |
tree | c11ee785becdca19a67aae810be70d93c25493ba /debian | |
parent | 8e82a41c90ab9d812ed48ab9af4c8c0f69d53b9c (diff) |
debian: disable atomicity tests on armel.
Another temporary fix for build problems.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 24cb058f..9e590f06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.18-3) unstable; urgency=medium + + * Disable atomicity tests on armel. + + -- David Bremner <bremner@debian.org> Thu, 08 May 2014 14:26:45 +0900 + notmuch (0.18-2) unstable; urgency=medium * Disable atomicity tests on armhf. These should be re-enabled when diff --git a/debian/control b/debian/control index d71deddc..64539b98 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 !armhf], + gdb [!s390x !ia64 !armhf !armel], dtach (>= 0.8), bash-completion (>=1.9.0~) Standards-Version: 3.9.4 |