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 | |
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
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 81c8e0c6..49671173 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.17~rc1-2) experimental; urgency=low + + * Remove gdb as build-dep on s390x. This implicitly disables failing atomicity test. + For more information, see #728705 + + -- David Bremner <bremner@debian.org> Sun, 24 Nov 2013 19:34:28 -0400 + notmuch (0.17~rc1-1) experimental; urgency=low * New upstream release candidate 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/ |