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/control | |
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/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |