diff options
author | David Bremner <david@tethera.net> | 2014-09-20 09:51:48 +0200 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-09-20 09:51:48 +0200 |
commit | ae27403641cf4d897ce3a2ac21dc6bad5cce7b5d (patch) | |
tree | 107a3e4cc1a91caded6ffc5f72053939c97590de /debian | |
parent | 56c48dc82dfa07915f8226555fc7bac3dd8680de (diff) |
debian: re-enable atomicity test on arm64
according to
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757454
the kernel problem which caused this test to fail should be
fixed now
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 6f69f3f3..6298deb2 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends: ruby, ruby-dev (>>1:1.9.3~), emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) | emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), - gdb [!s390x !ia64 !armel !arm64], + gdb [!s390x !ia64 !armel], dtach (>= 0.8), bash-completion (>=1.9.0~) Standards-Version: 3.9.4 |