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
This commit is contained in:
David Bremner 2013-11-24 18:51:37 -04:00
parent 05e889523f
commit 89bf67fe41
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View file

@ -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

2
debian/control vendored
View file

@ -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/