diff options
author | David Bremner <david@tethera.net> | 2013-12-29 11:24:23 -0400 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2013-12-30 20:14:54 -0400 |
commit | 56edfd4bcf56c7a1f41e29ff12439a771a9202c8 (patch) | |
tree | f90977077f0de9b209acf3bddd33abce903cc235 /debian | |
parent | 05b534209d44b74105308e521dcac82a5e4afe43 (diff) |
debian: disable atomicity tests on ia64
The following fails on Debian ia64:
% gdb /bin/mv
(gdb) break rename
Since this breaks our atomicity test, disable them until someone is
motivated to figure out whose fault that is.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 816998bc..1f8cbff7 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,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], + gdb [!s390x !ia64], dtach (>= 0.8) Standards-Version: 3.9.4 Homepage: http://notmuchmail.org/ |