]> git.notmuchmail.org Git - notmuch/commitdiff
debian: disable gdb as a build-dependency on s390x
authorDavid Bremner <david@tethera.net>
Sun, 24 Nov 2013 22:51:37 +0000 (18:51 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 24 Nov 2013 23:34:45 +0000 (19:34 -0400)
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

debian/changelog
debian/control

index 81c8e0c63b1f8c05189daf67660c9153da49274d..49671173f69c95326529493a3a7f16dfcb889694 100644 (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
index 81b9b12b468425eceaa5db33c438330ffca33631..816998bc4d1d30ca0fa7228eed980c2d9092b459 100644 (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/