diff options
| author | David Bremner <david@tethera.net> | 2013-11-24 18:51:37 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2013-11-24 19:34:45 -0400 |
| commit | 89bf67fe41e3db270366a49be4f0a7afb07d0eae (patch) | |
| tree | 9d83d75e830240f1050ed9cc6f7fd5116a4b53b0 /debian/control | |
| parent | 05e889523fe73f2ed1d22947dbebe5080387c3d4 (diff) | |
debian: disable gdb as a build-dependency on s390x
Gdb is currently broken on s390x buildd's and porterboxes (see #728705).
By removing it as a build-dep, we disable the (failing) atomicity test on this
architecture
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 81b9b12b..816998bc 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, + gdb [!s390x], dtach (>= 0.8) Standards-Version: 3.9.4 Homepage: http://notmuchmail.org/ |
