mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +01:00
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:
parent
05e889523f
commit
89bf67fe41
2 changed files with 8 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -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
2
debian/control
vendored
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue